Voelkin
>
Internet & Typo3
>
Typo3 Tipps
>
Inhaltsverzeichnisse
>
Google Sitemap mit Typoscript
Willkommen
|
Internet & Typo3
|
Services
|
Partners
|
Preisliste
|
Sudoku
|
Kreuzquer
|
Drucken
Bildformate
Browser
Farbdefinitionen
HTML & CSS
Layout Proben
Muster von RTE-Styles
Sudoku
Tools
Tutorials – Links
Typo3 Tipps
Inhaltsverzeichnisse
Control-Sitemap Keywords und Description
Editor Sitemap
Google Sitemap
mit Typoscript
Google Sitemap
mit Extension
Sitemap Standard
Keywords und Description
Perfekte URL's
Umbruch im Menu
Up-Date Zeitangabe
TypoScript für die Google-Sitemap
# Sitemap mit TypoScript page= PAGE page{ config.simulateStaticDocuments = 0 config.no_cache = 1 config { disableAllHeaderCode = 1 additionalHeaders = Content-Type: text/xml; charset=utf-8 simulateStaticDocuments = 0 # Wie lautet die BaseUrl der Seite? absRefPrefix = http://www.voelkin.ch/ tx_realurl_enable = 1 } 10 = COA 10 { wrap (
|
) 10 = HMENU 10 { special = directory # Ab welcher RootPage soll die Sitemap erstellt werden? special.value = 1 # Sollen "NotInMenu"-Seiten angezeigt werden? includeNotInMenu = 1 # Welche Seiten sollen nicht in der Sitemap erscheinen? excludeUidList = 491,21, 29, 504 1 = TMENU 1 { expAll = 1 NO { doNotLinkIt = 1 stdWrap { cObject = COA cObject { wrap =
|
10 = TEXT 10 { typolink { parameter.field = uid returnLast = url } wrap =
|
} 20 = TEXT 20 { field = SYS_LASTCHANGED strftime = %Y-%m-%d wrap =
|
} 30 = TEXT 30.value =
1.0
weekly
if.isFalse.field = shortcut } } } } 2 < .1 2.NO.stdWrap.cObject.30.value =
0.9
weekly
3 < .1 3.NO.stdWrap.cObject.30.value =
0.8
monthly
4 < .1 4.NO.stdWrap.cObject.30.value =
0.7
monthly
5 < .1 5.NO.stdWrap.cObject.30.value =
0.6
monthly
6 < .1 6.NO.stdWrap.cObject.30.value =
0.5
monthly
7 < .6 8 < .6 9 < .6 10 < .6 } } } } # Inspiration von: http://www.carstenwalther.de/blog/details/typo3-sitemap-mit-typoscript/