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 |
|
|---|---|
<se:metadata includedublincore="false" /> |
|
| Example Result |
|
|---|---|
<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" /> |
|