---
title: "Site sets settings of EXT:seo"
manual: "SEO"
version: "main"
permalink: "https://docs.typo3.org/permalink/typo3/cms-seo:configuration-site-set-settings@main"
source: "Configuration/Settings.rst"
rendered: "2026-09-19T11:14:59+00:00"
---

# Site sets settings of EXT:seo {#configuration-site-set-settings}

The following settings are available via the
[site set settings](https://docs.typo3.org/permalink/typo3/cms-seo:configuration-site-sets@main) and can be adjusted in
the [Settings editor](https://docs.typo3.org/permalink/typo3/cms-seo:settings-editor@main).

<!-- TODO: no Markdown rendering for "versionchanged" -->

The names of the GET parameters used in the sitemap generated by EXT:seo have
been changed from page and  sitemap to tx_seo[page] and tx_seo[sitemap]
respectively. If you are overriding the templates for the sitemap, provide
separate sets for TYPO3 13.4 and 14.x support.

<!-- TODO: no Markdown rendering for "versionchanged" -->

The site set typo3/seo-sitemap now ships a sitemap route enhancer. See
also Automatic routing for the XML sitemap.

-   **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

        -   **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
