<we:keywords>
Since version: 1.5.2 | Requires endtag: no
Description
The we:keywords tag generates a keywords meta tag. If the keywords field in the "Property" view is empty, the content placed between the start tag and the end tag will be used as the default keywords. Otherwise, the keywords from the Properties view will be entered.
Attributes
htmlspecialchars
Default value: false | since version: - | required: no
Using htmlspecialchars="true" will change all special chars into HTML entities ("&" is transformed to "&"). If htmspecialchars is "false" or not set, all special chars remain unchanged.
Allowed values:
- true
- false
cachelifetime
Default value: 0 | since version: 4.2.0.0 | required: no
With this attribute you define the validity of the Cache in seconds for this we:Tag. This attribute is used only if cache type defined in the template is we:Tag Cache or Cache is disabled.
xml
Default value: - | since version: - | required: no
Setting this attribute to "true" generates code conforming to the XHTML standard. Leaving it unset or setting it to "false" generates HTML code.
Allowed values:
- true
- false
Syntax
<we:keywords [htmlspecialchars="true|false"] [cachelifetime="attribute"] [xml="true|false"] />
Examples
Example #1
<we:keywords xml="true">webEdition,Demo-Site,XHTML</we:keywords>