To get updates on new site content, like us on Facebook or follow us on Twitter.

Difference between revisions of "Template:Jfa-meta"

From JFA Wiki
(Created page with "{{#seo: | title = {{{title}}} | keywords = {{{keywords}}} | description = {{{description}}} | og:image = https://{{SERVERNAME}}/images/jfa-wiki-share-250.png | og:site_name= T...")
 
(Parameters and Usage)
Line 29: Line 29:
 
| title = This is the title of the page
 
| title = This is the title of the page
 
| keywords = keyword1, keyword2, keyword3
 
| keywords = keyword1, keyword2, keyword3
| description = A description goes here
+
| description = A description of the page goes here, and 
 +
can be wrapped to multiple lines. Be sure and leave off
 +
the vertical bars on second and subsequent lines.
 
}}
 
}}
 
</nowiki>
 
</nowiki>

Revision as of 02:05, 27 February 2019


Purpose

This template controls the meta tags used for search engine optimization (SEO). Perhaps, more importantly, it provides descriptive information for Facebook and Twitter when you share a page on one of those platforms.

Dependencies

This template depends on the WikiSeo extension being installed and loaded.

Parameters and Usage

Place the template on toward the bottom of the page under the Meta heading, after any text and before any category tags.


{{jfa Meta
| title = This is the title of the page
| keywords = keyword1, keyword2, keyword3
| description = A description of the page goes here, and  
can be wrapped to multiple lines. Be sure and leave off
the vertical bars on second and subsequent lines.
}}