projectdoc Toolbox

Controls to render sets of metadata based on document properties.

Tags
Identifier
Data Type
list
Value Range
DC, HTML
Since
1.10

The space property metadata-sets allows to select sets of metadata to add to the rendered pages. The metadata for an HTML page is rendered as meta tags.

The following metadata sets are available

SetDescription
DC

Dublin Core

Example Output
<link rel=profile href="http://dublincore.org/documents/dcq-html/">
<link rel=schema.DC href="http://purl.org/dc/elements/1.1/">
<meta name="DC.title" content="My Title">
<meta name="DC.creator" content="jane">
<meta name="DC.description" content="My short description for the page.">
<meta name="DC.subject" content="one, two, three">
<meta name="DC.format" content="text/html">
<meta name="DC.type" content="Text">
<link rel=schema.DCTERMS href="http://purl.org/dc/terms/">
<meta name="DCTERMS.alternative" content="My Title - 20160110">
HTML

HTML metadata

Example Output
<meta name="description" content="My short description for the page.">
<meta name="keywords" content="one, two, three">

Resources

Export Metadata

Information on exporting metadata in this wiki.

Add HTML Meta Tags
Add HTML meta tags to your Confluence pages. This is for the search engine optimization (SEO) for your website as well as adding semantics for machine reading.
export
Exports the property as metadata.
Export Metadata
Export document properties as metadata to the rendered HTML page.
export-schema
Exports the property as schema information.