Metadata Regions
Author: Brett Goodwin
Metadata Regions
Often in a template it is desirable to insert metadata from the current page without having to define a content region, associated block, stylesheet to display the information. Cascade allows you to do this through the following metadata tags:
<system-page-title/>
<system-page-display-name/>
<system-page-summary/>
<system-page-teaser/>
<system-page-keywords/>
<system-page-description/>
<system-page-author/>
In addition, there are two more tags which are used to produce HTML meta tags in the published document:
<system-page-meta-keywords/>
Use this tag to produce the standard HTML keyword meta tag. This is useful for indexing contents. Some search engine technologies will also use the page keywords for archiving content.
<system-page-meta-description/>
Use this tag to produce the standard HTML description meta tag. Certain search engines use this tag as additional information about a page.