Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Document Properties Marker
overridefalse
Short DescriptionControls to render sets of metadata based on document properties.
 

Doctypepropertyhide
Name
metadata-sets 
Metadata Sets
Parent
Parent Property
property-nameName
 

Audience
Name List
doctyperole
propertyAudience
hide
Categories
Name List
doctypecategory
propertyCategories
 

Tags

Tag List
cssprojectdoc-compact
namesMetadata, Export
propertyTags

 

Identifier
 
metadata-sets
Component
Name List
doctypecomponent
propertyComponent
 

Mandatory
 

Data Typelist
 

Default Value
  


Value RangeDC, HTML
 

Implementation
 

Since1.10
.0 

Iteration
Iteration
valuefilled
hide
Sort Keyhide
Section
show-titlefalse
titleDescription

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

Code Block
languagexml
titleExample 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

Code Block
languagexml
titleExample Output
<meta name="description" content="My short description for the page.">
<meta name="keywords" content="one, two, three">
Section
titleExample of Usage

...