Table of Contents

<#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" />