Diferencia entre revisiones de «Plantilla:PageSeo»
Sin resumen de edición |
(Add documentation.) |
||
(No se muestran 3 ediciones intermedias del mismo usuario) | |||
Línea 1: | Línea 1: | ||
{{#seo: | <includeonly>{{#seo: | ||
|title = {{{title|{{PAGENAME}}}}} - {{SITENAME}} | |title = {{{title|{{PAGENAME}}}}} - {{SITENAME}} | ||
|keywords = {{{keywords|{{PAGENAME}}}}}, {{SITENAME}}, feminism, wiki, feminist wiki | |keywords = {{{keywords|{{PAGENAME}}}}}, {{SITENAME}}, feminism, wiki, feminist wiki, radical feminism, radfem, gender critical | ||
|description = {{{description}}} | |description = {{{description}}} | ||
| | |image = {{{image|FeministWiki_banner.png}}} | ||
| | }}</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. | ||
| | |||
Example usage: | |||
<pre> | |||
{{PageSeo | |||
|title = An alternative title | |||
|keywords = blah, blub, blip | |||
|description = A summary of what this wiki page is about | |||
|image = Some_image.jpg | |||
}} | }} | ||
</pre> | |||
See the source of the template to see the default values for the settings, and text that is automatically appended to some of the settings. | |||
</noinclude> |
Revisión actual - 18:05 6 may 2020
Use this template to optimize a page for SEO. It uses the {{#seo:}}
tag underneath, which is added by the WikiSEO plugin.
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 }}
See the source of the template to see the default values for the settings, and text that is automatically appended to some of the settings.