Zum Hauptinhalt springen Skip to page footer

xml-Sitemap für Suchmaschinen

Über die Sytem-Extension "seo" kann eine automatische xml-Sitemap für die Suchmaschinen generiert werden.

https://docs.typo3.org/c/typo3/cms-seo/main/en-us/

https://www.wacon.de/typo3-know-how/typo3-9-automatische-generierung-von-sitemaps.html

TypoScript

###############
###   SEO   ###
###############

plugin.tx_seo {
    config {
        xmlSitemap {
            sitemaps {
                pages { 
                    config {
                        # 4 Shortcut
                        # 7 MountPoint
                        # 3 Link to external URL
                        # 254 Folder
                        # 255 Recycler
                        # 199 Menu Separator
                        excludedDoktypes = 4, 254, 255, 199
                        additionalWhere = AND no_index = 0
                    }
                }
            }
        }
    }
}
setup.typoscript

Erreichbarkeit via sitemap.xml

routeEnhancers:
  PageTypeSuffix:
    type: PageType
    map:
      sitemap.xml: 1533906435
config.yaml