Template:PageSeo: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
|image = {{{image|BG3Logo.webp}}}
|image = {{{image|BG3Logo.webp}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
Use this template to optimize a page for SEO.  It uses the <code><nowiki>{{#seo:}}</nowiki></code> tag underneath, which is added by the WikiSEO plugin.
Use this template to optimize a page for SEO.  It uses the <code><nowiki>{{#seo:}}</nowiki></code> tag underneath, which is added by the WikiSEO extension.


Example usage:
Example usage:

Revision as of 15:57, 1 February 2023

Use this template to optimize a page for SEO. It uses the {{#seo:}} tag underneath, which is added by the WikiSEO extension.

Example usage:

{{PageSeo
|title = An alternative title
|keywords = blah, blub, blip
|description = A summary of what this wiki page is about
|image = Some_image.jpg
}}

Default values:

  • title: {{PAGENAME}} - bg3.wiki
  • keywords: {{PAGENAME}}, bg3.wiki, baldur's gate 3, bg3, wiki

If you provide the title parameter, it will automatically have - bg3.wiki appended to it.

If you provide the keywords parameter, it will automatically have , bg3.wiki, baldur's gate 3, bg3, wiki appended to it.

If you would like to control the full title or keywords tag contents, you can use fulltitle and fullkeywords instead.