Enable stock xml sitemap for ep-events
This commit is contained in:
@@ -0,0 +1 @@
|
||||
@import "EXT:seo/Configuration/TypoScript/XmlSitemap/setup.typoscript"
|
||||
@@ -1,83 +0,0 @@
|
||||
xmlSitemap = PAGE
|
||||
xmlSitemap {
|
||||
typeNum = 1848
|
||||
config {
|
||||
xhtml_cleaning = none
|
||||
no_cache = 1
|
||||
disableAllHeaderCode = 1
|
||||
additionalHeaders = Content-Type: text/xml; charset=utf-8
|
||||
simulateStaticDocuments = 0
|
||||
tx_realurl_enable = 1
|
||||
}
|
||||
|
||||
|
||||
wrap (
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset
|
||||
xmlns="http://www.google.com/schemas/sitemap/0.84"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemalocation="http://www.google.com/schemas/sitemap/0.84 www.google.com/schemas/sitemap/0.84/sitemap.xsd
|
||||
">|</urlset>
|
||||
)
|
||||
|
||||
10 = COA
|
||||
10 {
|
||||
10 = HMENU
|
||||
10 {
|
||||
special = list
|
||||
|
||||
# Ausgangspunkt / Root Seite
|
||||
special.value = {$plugin.tx_epevents.settings.xmlSitemapRootPageUid}
|
||||
|
||||
excludeDoktypes = 2,3,5,6,7,199,254,255
|
||||
excludeUidList = {$plugin.tx_epevents.settings.xmlSitemapExcludeUids}
|
||||
includeNotInMenu = 1
|
||||
|
||||
1 = TMENU
|
||||
1 {
|
||||
expAll = 1
|
||||
NO {
|
||||
doNotLinkIt = 1
|
||||
stdWrap {
|
||||
cObject = COA
|
||||
cObject {
|
||||
wrap = <url>|</url>
|
||||
10 = TEXT
|
||||
10 {
|
||||
typolink {
|
||||
parameter.field = uid
|
||||
returnLast = url
|
||||
forceAbsoluteUrl = 1
|
||||
}
|
||||
wrap = <loc>|</loc>
|
||||
}
|
||||
20 = TEXT
|
||||
20 {
|
||||
field = SYS_LASTCHANGED
|
||||
strftime = %Y-%m-%dT%H:%M:%SZ
|
||||
wrap = <lastmod>|</lastmod>
|
||||
}
|
||||
30 = TEXT
|
||||
30.value = <priority>1.0</priority>
|
||||
if.isFalse.field = shortcut
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
2 < .1
|
||||
2.NO.stdWrap.cObject.30.value = <priority>0.9</priority>
|
||||
3 < .1
|
||||
3.NO.stdWrap.cObject.30.value = <priority>0.8</priority>
|
||||
4 < .1
|
||||
4.NO.stdWrap.cObject.30.value = <priority>0.7</priority>
|
||||
5 < .1
|
||||
5.NO.stdWrap.cObject.30.value = <priority>0.6</priority>
|
||||
6 < .1
|
||||
6.NO.stdWrap.cObject.30.value = <priority>0.5</priority>
|
||||
7 < .6
|
||||
8 < .6
|
||||
9 < .6
|
||||
10 < .6
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -58,4 +58,5 @@ plugin.tx_epevents {
|
||||
}
|
||||
|
||||
@import "EXT:fluid_styled_content/Configuration/TypoScript/constants.typoscript"
|
||||
@import "EXT:seo/Configuration/TypoScript/XmlSitemap/constants.typoscript"
|
||||
@import "EXT:news/Configuration/TypoScript/constants.txt"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
@import "EXT:ep_events/Configuration/TypoScript/Extensions/FluidStyledContent.typoscript"
|
||||
@import "EXT:ep_events/Configuration/TypoScript/Extensions/Form.typoscript"
|
||||
@import "EXT:ep_events/Configuration/TypoScript/Extensions/News.typoscript"
|
||||
@import "EXT:ep_events/Configuration/TypoScript/Extensions/Seo.typoscript"
|
||||
|
||||
@import "EXT:ep_events/Configuration/TypoScript/Library/DynamicContent.typoscript"
|
||||
@import "EXT:ep_events/Configuration/TypoScript/Library/ParseFunc.typoscript"
|
||||
@@ -83,7 +84,6 @@ lib.stdheader.3.headerClass >
|
||||
|
||||
@import "EXT:ep_events/Configuration/TypoScript/Page/Main.typoscript"
|
||||
@import "EXT:ep_events/Configuration/TypoScript/Page/Ajax.typoscript"
|
||||
@import "EXT:ep_events/Configuration/TypoScript/Page/XMLSitemap.typoscript"
|
||||
|
||||
config {
|
||||
doctype = html5
|
||||
|
||||
Reference in New Issue
Block a user