Template:WikiSEO helper
Use this template to easily add SEO tags to a page on the wiki.
Usage
{{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
If no title is provided, it will use the {{FULLPAGENAME}} as the default.
Description
If no description is provided, it will use a default description such as "A template page on SlyMods.."
Image
If no image is provided, it will use the site logo as the default.
Keywords
Some keywords are automatically added to every page, and any keywords you provide are inserted after those.
Template data
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 |