This tag gives the HTML <meta name=“keywords” content=”…” /> meta tag
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” />
Name | Mandatory | Default | keywords |
---|---|---|---|
WithHtmlTag | No | 1 | If 0 return the keywords without the <meta name=“keywords” content=”…” /> html tag |