Zum Inhalt springen

Typo3/robots.txt: Unterschied zwischen den Versionen

Aus Foxwiki
Die Seite wurde neu angelegt: „ User-agent: * # Only allow URLs generated with RealURL Disallow: /*?id=* Disallow: /*&id=* # L=0 is the default language Disallow: /*?L=0* Disallow:…“
 
K Dirkwagner verschob die Seite Typo3:robots.txt nach Typo3/robots.txt, ohne dabei eine Weiterleitung anzulegen: Textersetzung - „:“ durch „/“
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:


  User-agent: *
  User-agent: *
 
  # Only allow URLs generated with RealURL
  # Only allow URLs generated with RealURL
  Disallow: /*?id=*
  Disallow: /*?id=*
Zeile 32: Zeile 32:
  Allow: /typo3temp/*.gif
  Allow: /typo3temp/*.gif
  Allow: /typo3temp/*.png
  Allow: /typo3temp/*.png
[[Kategorie:Typo3]]

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