Skip to content

Commit 23651e8

Browse files
committed
[TASK] Seo Sitemap example
1 parent b79d933 commit 23651e8

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
seo_sitemap = PAGE
2+
seo_sitemap {
3+
typeNum = 530530
4+
5+
config {
6+
cache_period = 900
7+
disableAllHeaderCode = 1
8+
admPanel = 0
9+
removeDefaultJS = 1
10+
removeDefaultCss = 1
11+
removePageCss = 1
12+
additionalHeaders.10 {
13+
header = Content-Type:application/xml;charset=utf-8
14+
}
15+
}
16+
17+
10 = USER
18+
10.userFunc = TYPO3\CMS\Seo\XmlSitemap\XmlSitemapRenderer->render
19+
}
20+
21+
plugin.tx_seo {
22+
config {
23+
xmlSitemap {
24+
sitemaps {
25+
pages {
26+
provider = TYPO3\CMS\Seo\XmlSitemap\PagesXmlSitemapDataProvider
27+
config {
28+
excludedDoktypes = 3, 4, 6, 7, 199, 254, 255
29+
additionalWhere = no_index = 0
30+
}
31+
}
32+
}
33+
}
34+
}
35+
}

0 commit comments

Comments
 (0)