Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Document Properties Marker
overridefalse
Short DescriptionAdd 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.
 

Doctypetopichide
NameAdd HTML Meta Tags
 

Parent
Parent Property
propertyParent
property-nameName
hide
Audience
Name List
doctyperole
render-no-hits-as-blanktrue
propertyAudience
 

Level of Experience
Name List
doctypeexperience-level
render-no-hits-as-blanktrue
propertyLevel of Experience
 

Expected Duration
 
10 min
Subject
Name List
doctypesubject
propertySubject
 

Categories
Name List
doctypecategory
propertyCategories
 

Tags
Tag List
propertyTags
 

keywordsprojectdoc, Confluence, add-on, meta, metadata, SEOexport, hide
DC.subject
Display Property
property-namekeywords
export, hide
Iteration
Iteration
valuefinished
hide
Type
Name List
doctypetopic-type
render-no-hits-as-blanktrue
namesTip
propertyType
 Requiresprojectdoc Toolbox 1.10 

Sort Keyhide
Section
titleDescription
 
Section
show-titlefalse
titleSummary

One aspect of Search Engine Optimization (SEO) is to positively influence the ranking of web pages. Search engines rely partially on the meta information your web pages provide.

Meta information has a number of forms. Most important are the title of the page and the meta tags for adding semantic information.

There are standards for names of meta tags. HTML pages commonly use

There are additional meta tag names defined by other standards. One of them is Dublin Core.

Quote External
source-urihttps://en.wikipedia.org/wiki/Dublin_Core
render-anonymousfalse
sourceWikipedia

The Dublin Core Schema is a small set of vocabulary terms that can be used to describe web resources (video, images, web pages, etc.), as well as physical resources such as books or CDs, and objects like artworks. 

Here is an example for an HTML fragment with information derived from the document's properties:

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.description" content="My short description for the page.">
<meta name="DC.subject" content="one, two, three">

While meta tags may or may not be used by search engines for indexing, the title and descriptions are typically used to display the results. And the information is available for other consumers as well. Everyone with access to the web page has also access to the meta data.

...

Section
titleReferences
Section
titleExport Metadata
intro-textInformation on exporting metadata in this wiki.

Display Table
render-modeunnumbered
where$<Tags>=[Metadata] AND $<Tags>=[Export]

Section
titleStandard Metadata
intro-textInformation on metadata standards.
Section
titleResources

Piwik Set Multiple Custom Variables
NameValue
Departmentprojectdoc
Categoryprojectdoc-tip
Typehowto