Metadata without Dublin Core Example

The default behavior of the se:metadata module is to render a number of predefined HTML meta tags.

Smartsite SXML CopyCode image Copy Code
<se:metadata includedublincore="false" />
Example Result CopyCode image Copy Code
<meta name="generator" content="Smartsite" />
<meta name="author" content="Koen Zwikstra" />
<meta name="description" content="Demonstrates the use of the metadata macro without dublin core." />
<meta name="robots" content="follow" />
<meta name="language" content="en" />