Google Video-related properties

Optional properties

If you have configured the Sitemap plug-in to use the Google Video sitemap extension then the following property will be used if set:

com.escenic.sitemap.video.tagStructure

This property is optional. You can use it to specify which of your Escenic tag structures are to be used for including tags in Google Video sitemap entries.

Suppose for example that you have three tag structures: a geographical tag tree called places.my.com,2013, a general tag tree called topics.my.com,2013 and a persons tag tree called persons.my.com,2013. If you specify a space delimited list of tag structures as below::

com.escenic.sitemap.video.tagStructure=tag:places.my.com,2013 tag:persons.my.com,2013

then only tags belonging to places.my.com,2013 and persons.my.com,2013 will be included as tags in the sitemap. A content item that is tagged with "Bergen" (from places.my.com,2013) and "weather" (from topics.my.com,2013) will appear in the sitemap with a single tag entry:

<video:tag>Bergen</video:tag>

The "weather" tag is omitted because it does not belong to one of the specified tag structures.

If you do not specify this property then all tags associated with content items are included as tags in the sitemap.

For detailed information about Google Video extension elements, see http://support.google.com/webmasters/bin/answer.py?hl=en&answer=80472.