Well – this is what I have put in standard:
User-Agent: *
Allow: /
Disallow: /fileadmin/templates/
Disallow: /typo3/
Disallow: /t3lib/
Disallow: /typo3conf/
Disallow: /typo3_src/
Disallow: /typo3temp/
Disallow: /uploads/
So – what do you put in?
4 Comments for What robots.txt to use with TYPO3?
Dmitry Dulepov | March 2, 2009 at 9:43 pm
Michael Cannon | March 3, 2009 at 6:05 am
At Acqal, besides the typical directory based disallows, we try to tell search engines to ignore non-realurl URLs and print pages. Additionally, we feed search engines blog or news feeds plus a dynamically generated sitemap.
User-Agent: *
Disallow: /cgi-bin/
Disallow: /t3lib/
Disallow: /typo3/
Disallow: /typo3conf/
Disallow: /typo3temp/
Disallow: /*?id=*
Disallow: /*&type=98
Sitemap: http://www.acqal.com/sitemap.xml
Sitemap: http://www.acqal.com/rss.xml
Basecamp
Get me at Technoratie
Typo3












One thing to add: disallowing fileadmin/ will disallow some downloadable files that you may want to place there. For example, on my site I have some pdf files for download. They are in fileadmin/.
I would think twice before disallowing fileadmin/.