Zum Inhalt springen

Typo3/robots.txt: Unterschied zwischen den Versionen

Aus Foxwiki
K Textersetzung - „Category:“ durch „Kategorie:“
K Dirkwagner verschob die Seite Typo3:robots.txt nach Typo3/robots.txt, ohne dabei eine Weiterleitung anzulegen: Textersetzung - „:“ durch „/“
 
(kein Unterschied)

Aktuelle Version vom 29. März 2023, 13:36 Uhr

User-agent: *

# Only allow URLs generated with RealURL
Disallow: /*?id=*
Disallow: /*&id=*

# L=0 is the default language
Disallow: /*?L=0*
Disallow: /*&L=0*

# typeNum = 98 is usually the print version.
Disallow: /*?type=98*
Disallow: /*&type=98*

# Should always be protected (.htaccess)
Disallow: /*/Private/*
Disallow: /fileadmin/templates/html/*
Disallow: /*/Configuration/*

Disallow: *.sql
Disallow: *.sql.gz

Disallow: /*?tx_indexedsearch

Disallow: /typo3temp/*
Allow: /typo3temp/*.css
Allow: /typo3temp/*.css.*.gzip
Allow: /typo3temp/*.js
Allow: /typo3temp/*.js.*.gzip
Allow: /typo3temp/*.jpg
Allow: /typo3temp/*.gif
Allow: /typo3temp/*.png