Was vorstellbar ist, ist auch machbar.

Allgemein

Typo3 Google Sitemap Extension

Um für Google eine passende sitemap.xml zu erstellen, gibt es hier eine Extension für typo3. Sie erzeugt anhand des typo3 Seitenbaums dynamisch eine sitemap.xml für die großen Suchmaschinen wie z.b. Google. Die Extension “weeaar_googlesitemap” unterstützt sowohl News (tt_news) als auch RealURL.

http://www.weeaar.com/projekte/typo3-extensions/google-sitemap.html

Typoscript Beispielcode

### GoogleSitemap
####################################
sitemap = PAGE
sitemap {
 typeNum = 200
 10 >
 10 < plugin.tx_weeaargooglesitemap_pi1
 10.pid_list = 1
 10.recursive = 0
 10.allowedDoktypes = 2,1,4,5,254
 10.domain = http://www.domain.tld/
 10.languageVar = L
 10.showLanguages = 0,1,2,3,4,5,6
 10.tt_news.single_page {
  1 = 203
  1.pid_list = 200
  2 = 203
  2.pid_list = 260
  3 = 203
  3.pid_list = 281
  4 = 203
  4.pid_list = 296
  5 = 203
  5.pid_list = 261
  6 = 203
  6.pid_list = 253
  7 = 203
  7.pid_list = 289
  8 = 203
  8.pid_list = 244
  9 = 203
  9.pid_list = 236
 }
 10.tt_news {
  disabledParameter = day,month,year
 }
 config {
  disableAllHeaderCode = 1
  additionalHeaders = Content-type:text/xml
  no_cache = 1
  xhtml_cleaning = 0
 }
}

Schreiben Sie einen Kommentar