The properties of a document can be exported as metadata on an HTML page easily. This metadata such as keywords or DC.description is used by web crawlers or search engines to enhance user experience or the search rank ratings. To enable the rendering as metadata, add some Velocity statements to the 'Main Layout'. Content Marker |
---|
| Code Block |
---|
| #if ($projectdocContext)
${projectdocContext.toHtml($sitemeshPage)}
#end |
|
To add the snippet, follow the following steps: - As admin user, select 'Layout' in the 'General configuration'
- Then click 'Create custom' (if you have not already applied changes to the layout) or 'Edit' (if there are already changes to the default provided by Confluence)
- Finally add the above snippet after the rendering of the meta elements
- Save the changes
|