Meta widget

This widget adds HTML meta tags like this:

<meta name="description" content="A very interesting story.."/>

to the headers of generated pages, making it easier to tune your publication to meet search engine optimization (SEO) and social media integration requirements. Each Page meta widget you add to a template adds one meta tag to the pages generated from the template.

The widget allows you to specify meta tag content using a mixture of literal text and JSTL expressions that will be replaced with dynamic values when a page is displayed.

The widget uses following section parameters to determine what robot meta tags to add to the the page header:

seo.section.allowIndex=true
seo.section.followLinks=true

If seo.section.allowIndex is set to false then the section is not indexed, and nor are any content items that belong to it (that is, have this section as their home section). If seo.section.allowIndex is set to true, then it is indexed along with all its content items. You can, however, prevent individual content items from being indexed by setting their Indexable field to false.