Last active
November 23, 2023 18:18
-
-
Save oliverthiele/83957820413fd981e062 to your computer and use it in GitHub Desktop.
robots.txt for TYPO3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: /typo3temp/* | |
Allow: /typo3temp/*.css | |
Allow: /typo3temp/*.css.*.gzip | |
Allow: /typo3temp/*.js | |
Allow: /typo3temp/*.js.*.gzip | |
Allow: /typo3temp/*.jpg | |
Allow: /typo3temp/*.gif | |
Allow: /typo3temp/*.png | |
Disallow: *.sql | |
Disallow: *.sql.gz | |
Sitemap: http://www.example.com/index.php?eID=dd_googlesitemap |
This:
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$
Should be,
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
To work
Isn't
Disallow: /typo3conf/
worth to be mentioned?
This:
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$
Should be,
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
To work
Thanks. This change allows Google to crawl stylesheets and JavaScripts and prevents error messages in the Google Search Console.
Thank you
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What about
or solr search query