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.

Name Type Label
SEO Sitemap
Template Paths
string Path to template root (FE)
string Path to template partials (FE)
string Path to template layouts (FE)
string Doktypes to exclude
string List of page uids which should be excluded recursive
string Additional where clause

seo

seo
Label
SEO Sitemap

seo.templates

seo.templates
Label
Template Paths

seo.sitemap.view.templateRootPath

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

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

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

seo.sitemap.pages.excludedDoktypes
Type
string
Default
"3, 4, 6, 7, 199, 254"
Label
Doktypes to exclude
Category
SEO Sitemap

seo.sitemap.pages.excludePagesRecursive

seo.sitemap.pages.excludePagesRecursive
Type
string
Label
List of page uids which should be excluded recursive
Category
SEO Sitemap

seo.sitemap.pages.additionalWhere

seo.sitemap.pages.additionalWhere
Type
string
Default
"{#no_index} = 0 AND {#canonical_link} = ''"
Label
Additional where clause
Category
SEO Sitemap