Template:WikiSEO helper/doc
This is a documentation subpage for Template:WikiSEO helper It contains usage information, categories and other content that is not part of the original template page. |
Use this template to easily add SEO tags to a page on the wiki.
Usage[edit source]
{{WikiSEO helper | title= Example | description= A short description of the article for search results and embed cards. | image= File:Name_of_image.png | keywords= comma, separated, keywords }}
It will not render anything on the page, but it will invoke the {{#seo}} function to insert the meta tags into the page HTML.
Title[edit source]
If no title is provided, it will use the {{FULLPAGENAME}} as the default.
Description[edit source]
If no description is provided, it will use a default description such as "A template page on SlyMods.."
Image[edit source]
If no image is provided, it will use the site logo as the default.
Keywords[edit source]
Some keywords are automatically added to every page, and any keywords you provide are inserted after those.
Template data[edit source]
TemplateData for WikiSEO helper
A helper template for adding SEO tags to articles.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | The title that the article should display (i.e. on the browser tab and in search results) | String | suggested |
description | description | The description to be shown in search results and embeds. | String | suggested |
image | image | The name of an image file for embed cards (include the File: prefix)
| File | optional |
keywords | keywords | Keywords to help with search ranking (separate with commas)
| String | optional |