The default values of built-in metadata for SCHEMA ST4 documents are the following:
| Metadata key | Value of the metadata key |
|---|---|
ft:title |
The title of the document. The value of ft:title is the content of the title attribute of the <page> element of the sitemap.xml file.For the following sitemap.xml example, the value of ft:title is 4074.82_16: |
ft:originId |
The value of ft:originId is the content of the value attribute of the <meta> element with attribute name="id" in thesitemap.xmlfile, followed by the document language.<br><br>For the followingsitemap.xmlexample, with a document in British English, the value offt:originIdis2926014347_en-GB`:The value attribute can also be substituted by the content attribute. |
ft:baseId |
The value of ft:baseId is the content of the value attribute of the <meta> element with attribute id in the sitemap.xml file, followed by the document language.For the following sitemap.xml example, with a document in British English, the value of ft:baseId is 2926014347_en-GB:The value attribute can also be substituted by the content attribute. |
ft:clusterId |
At the document level, if the ft:clusterId is not specifically defined in a meta tag in the sitemap.xml file, it is the same as the value of the ft:originId if the multilang meta is set to no. If the multilang meta is set to yes, the ft:clusterId is the content of the value attribute of the <meta> element with attribute name="id" in the sitemap.xml file.For the following sitemap.xml example, the value of ft:clusterId is 2926014347:<meta name="id" value="2926014347"/> <meta name="multilang" value="yes"/>. |