Page meta tags are used in HTML documents to provide structured data about a web
page. They are usually part of the head section. Common tags are for example robots,
description or social tags like open graph (e.g. 'og:title').
Page meta tags can be obtained within:
- home page context
- detail page context
- listing page context
and can be set at
PageMetaData container object, which is always available
in the pipeline dictionary and is used as transfer object to fill the head area with meaningful
page meta tag elements.