Template:SEO: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) mNo edit summary |
CptTwinkie (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#vardefine:default|http://www.medievalengineerswiki.com/resources/assets/ME_LOGO_WIKI.png}} | ||
{{#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={{{image_url}}} | |og:image={{#ifeq:{{{image_url|}}}|{{{image_url}}}|{{#var:default}}}} | ||
}} | }}</includeonly><!-- | ||
</includeonly> | |||
<noinclude> | |||
<pre>{{SEO |image_url= |description= }}</pre> | --><noinclude>==Usage== | ||
</noinclude> | 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. | ||
<pre>{{SEO|image_url=<fullURL>|description=<short>}}</pre> | |||
*The code above can and should be pasted into all pages. | |||
{{:Template Ordering}} | |||
[[Category:Templates]]</noinclude> |
Revision as of 15:28, 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.