Please note that this documentation is for the most recent version of this extension. It may not be relevant for older versions. Related documentation can be found in the documentation directory of the extension.
Sitemap.xml configuration for glossaries
The following configuration enables you to generate a Sitemap.xml for your products:
Notice:
If you also want to include the glossary category in the URL, look for instructions in the How-To section.
glossaries {
provider = TYPO3\CMS\Seo\XmlSitemap\RecordsXmlSitemapDataProvider
config {
table = tx_glossaries_domain_model_glossarycategory
sortField = sorting
lastModifiedField = tstamp
recursive = 1
# Speicherort der Beiträge
pid = 1200
url {
# PageID der Detailseite
pageId = 1982
fieldToParameterMap {
uid = tx_glossaries_glossary[selectedCategory]
}
additionalGetParameters {
tx_glossaries_glossary.controller = Glossary
tx_glossaries_glossary.action = list
}
useCacheHash = 1
}
}
}
