Template:SEO: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) m (Protected "Template:SEO" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
CptTwinkie (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#seo: | {{#seo: | ||
|title={{PAGENAME}} - Medieval Engineers Wiki | |title={{PAGENAME}} - Medieval Engineers Wiki | ||
Line 6: | Line 6: | ||
|description={{{description|}}} | |description={{{description|}}} | ||
|og:type=article | |og:type=article | ||
|og:image={{#ifeq:{{{image_url|}}}|{{{image_url}}}| | |og:image={{#ifeq:{{{image_url|}}}|{{{image_url}}}|http://www.medievalengineerswiki.com/resources/assets/ME_LOGO_WIKI.png}} | ||
}}</includeonly><!-- | }}</includeonly><!-- | ||
Revision as of 18:18, 1 June 2018
Usage
The SEO template is meant to be used in every page. It provides metadata for search engines and link embedding in social media and chat apps.
{{SEO|image_url=<fullURL>|description=<short>}}
- The code above can and should be pasted into all pages.
ORDERED TEMPLATE: This template is typically used on pages with other templates. It should be added in the order specified in Template Ordering.