Created
June 4, 2018 17:52
-
-
Save willboudle/a8e8637e4e9d398b0c0abf7bb9913cb0 to your computer and use it in GitHub Desktop.
Groove Commerce Magento Robots.txt
This file contains hidden or 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
| # Groove Commerce Magento Robots.txt 05/2011 | |
| # | |
| # robots.txt | |
| # | |
| # This file is to prevent the crawling and indexing of certain parts | |
| # of your site by web crawlers and spiders run by sites like Yahoo! | |
| # and Google. By telling these “robots” where not to go on your site, | |
| # you save bandwidth and server resources. | |
| # | |
| # This file will be ignored unless it is at the root of your host: | |
| # Used: http://example.com/robots.txt | |
| # Ignored: http://example.com/site/robots.txt | |
| # | |
| # For more information about the robots.txt standard, see: | |
| # http://www.robotstxt.org/wc/robots.html | |
| # | |
| # For syntax checking, see: | |
| # http://www.sxw.org.uk/computing/robots/check.html | |
| # Website Sitemap | |
| Sitemap: http://www.eckraus.com/sitemap.xml | |
| # Crawlers Setup | |
| # Directories | |
| User-agent: * | |
| Disallow: /404/ | |
| Disallow: /app/ | |
| Disallow: /cgi-bin/ | |
| Disallow: /downloader/ | |
| Disallow: /includes/ | |
| Disallow: /js/ | |
| Disallow: /lib/ | |
| Disallow: /magento/ | |
| Disallow: /pkginfo/ | |
| Disallow: /report/ | |
| Disallow: /skin/ | |
| Disallow: /stats/ | |
| Disallow: /var/ | |
| Disallow: /blog/ | |
| # Paths (clean URLs) | |
| User-agent: * | |
| Disallow: /index.php/ | |
| Disallow: /catalog/product_compare/ | |
| Disallow: /catalog/category/view/ | |
| Disallow: /catalog/product/view/ | |
| Disallow: /catalogsearch/ | |
| Disallow: /checkout/ | |
| Disallow: /control/ | |
| Disallow: /contacts/ | |
| Disallow: /customer/ | |
| Disallow: /customize/ | |
| Disallow: /newsletter/ | |
| Disallow: /poll/ | |
| Disallow: /review/ | |
| Disallow: /sendfriend/ | |
| Disallow: /tag/ | |
| Disallow: /wishlist/ | |
| # Files | |
| User-agent: * | |
| Disallow: /cron.php | |
| Disallow: /cron.sh | |
| Disallow: /error_log | |
| Disallow: /install.php | |
| Disallow: /LICENSE.html | |
| Disallow: /LICENSE.txt | |
| Disallow: /LICENSE_AFL.txt | |
| Disallow: /STATUS.txt | |
| # Paths (no clean URLs) | |
| User-agent: * | |
| Disallow: /*.js$ | |
| Disallow: /*.css$ | |
| Disallow: /*.php$ | |
| Disallow: /*?p=*& | |
| Disallow: /*?SID= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment