Site sets settings of EXT:seo
New in version 13.3
Site sets have been added, their settings supersede using TypoScript constants for settings.
The following settings are available via the site set settings and can be adjusted in the Settings editor.
seo
-
- Label
- SEO Sitemap
seo.templates
-
- Label
- Template Paths
seo.sitemap.view.templateRootPath
-
- Type
string
- Default
"EXT:
seo/ Resources/ Private/ Templates/" - Label
- Path to template root (FE)
- Category
- SEO Sitemap > Template Paths
Test description
seo.sitemap.view.partialRootPath
-
- Type
string
- Default
"EXT:
seo/ Resources/ Private/ Partials/" - Label
- Path to template partials (FE)
- Category
- SEO Sitemap > Template Paths
seo.sitemap.view.layoutRootPath
-
- Type
string
- Default
"EXT:
seo/ Resources/ Private/ Layouts/" - Label
- Path to template layouts (FE)
- Category
- SEO Sitemap > Template Paths
seo.sitemap.pages.excludedDoktypes
-
- Type
string
- Default
"3, 4, 6, 7, 199, 254"
- Label
- Doktypes to exclude
- Category
- SEO Sitemap
seo.sitemap.pages.excludePagesRecursive
-
- Type
string
- Label
- List of page uids which should be excluded recursive
- Category
- SEO Sitemap
seo.sitemap.pages.additionalWhere
-
- Type
string
- Default
"
{#no_ index} = 0 AND {#canonical_ link} = ''" - Label
- Additional where clause
- Category
- SEO Sitemap