PCJD:Guidelines: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 17: Line 17:


=== How to use ===
=== How to use ===
The meta tags are added via a parser function magic word, in this case being <code><nowiki>{{#seo}}</nowiki></code>, but to actually use the parser function and the meta tags it needs to look like this: <code><nowiki>{{#seo:|}}</nowiki></code> after the first pipe you start with the tags while then also separating the other tags with pipes. | is the pipe character. Each element consists of a keyword and a value,
The meta tags are added via a parser function magic word, in this case being <code><nowiki>{{#seo}}</nowiki></code>, but to actually use the parser function and the meta tags it needs to look like this: <code><nowiki>{{#seo:|}}</nowiki></code> after the first pipe you start with the tags while then also separating the other tags with pipes. | is the pipe character.
<br>Each element consists of a keyword and a value,


So the parser looks like this: <code><nowiki>{{#seo:|keyword1=value1|keyword2=value2}}</nowiki></code>
So the parser looks like this: <code><nowiki>{{#seo:|keyword1=value1|keyword2=value2}}</nowiki></code>