(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:


This is the '''SEO''' template. It should be called in the following format:
This is the '''SEO''' template. It should be called in the following format:
{{Alert|Type=danger|Please use the CMS sidebar to fill in the seo settings instead of trying to do it manually}}
static properties:
* locale = en_US
* site name = OpenCSP
* Title always gets 'OpenCSP - ' prefix
* robots & googlebot are set to 'index, follow'


<pre>
<pre>
{{SEO }}
{{SEO
|Title= (text)
|Title mode= (optional: replace/append/prepend)
|Title separator= (text)
|Keywords= (text)
|Description= (text)
 
|Robots = (text)
|Googlebot= (text)
 
|Type= (text)
|Image= (text)
|Image alt= (text)
|Image width= (number)
|Image height= (number)
|Locale= (text)
|Site name= (text)
 
|Author= (text)
|Section= {text)
|Published time= (date)
}}
</pre>
</pre>


</noinclude><includeonly>
</noinclude><includeonly>{{#seo:
|title={{#if: {{{Title|}}} |{{{Title|}}} |{{PAGENAME}} }}
|title_mode={{#if:{{{Title mode|}}} |{{{Title mode|}}} |replace}}
|title_separator={{#if: {{{Title separator|}}} |{{{Title separator|}}} |- }}
|keywords={{{Keywords|}}}
|description={{{Description|}}}
 
|robots={{#if: {{{Robots|}}} |{{{Robots|}}} |index, follow}}
|googlebot={{#if: {{{Googlebot|}}} |{{{Googlebot|}}} |index, follow}}
 
|type={{{Type|}}}
|image={{{Image|}}}
|image_alt={{{Image alt|}}}
|image_width={{{Image width|}}}
|image_height={{{Image height|}}}
|locale={{#if: {{{Locale|}}} |{{{Locale|}}} |en_US}}
|site_name={{#if: {{{Site name|}}} |{{{Site name|}}} |OpenCSP}}


</includeonly>
|author={{{Author|}}}
|section={{{Section|}}}
|published_time={{{Published time|}}}
}}</includeonly>
ws-class-props
Line 1: Line 1:
{{Application page properties
{{Csp class properties
|Type=Open CSP Documentation
|Type=Open CSP Documentation
|Origin=open-csp.org
|Origin=open-csp.org
}}
}}

Latest revision as of 12:38, 18 September 2025


This is the SEO template. It should be called in the following format:

Note: Please use the CMS sidebar to fill in the seo settings instead of trying to do it manually

static properties:

  • locale = en_US
  • site name = OpenCSP
  • Title always gets 'OpenCSP - ' prefix
  • robots & googlebot are set to 'index, follow'
{{SEO
|Title= (text)
|Title mode= (optional: replace/append/prepend)
|Title separator= (text)
|Keywords= (text)
|Description= (text)

|Robots = (text)
|Googlebot= (text)

|Type= (text)
|Image= (text)
|Image alt= (text)
|Image width= (number)
|Image height= (number)
|Locale= (text)
|Site name= (text)

|Author= (text)
|Section= {text)
|Published time= (date) 
}}