User Tools

Site Tools


en:public:developer:template_system:tags:headelement:meta_keywords

<#meta_keywords>

This tag gives the HTML <meta name=“keywords” content=”…” /> meta tag

Cfgpages configuration

The keywords is taken from the cfgpages. If for exemple the cfgpages contain the node

  <page name='/'>
    <cfg> 
      <metatags> 
        <keywords>My keywords</keywords>
      </metatags> 
    </cfg>
  </pages>

the result of <#meta_keywords> for the page ”/” will be <meta name=“keywords” content=“My keywords” />

Parameters

Name Mandatory Default keywords
WithHtmlTag No 1 If 0 return the keywords without the <meta name=“keywords” content=”…” /> html tag

Example

<#meta_keywords>

will return

<meta name="keywords" content="My keywords" />
en/public/developer/template_system/tags/headelement/meta_keywords.txt · Last modified: 2013/03/02 16:26 by admin