Last active
July 19, 2016 21:04
-
-
Save dfelton/d375bd142cd49bd41447c78ad64184f2 to your computer and use it in GitHub Desktop.
Magento Robots Boilerplate.
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
| # Google Image Crawler Setup | |
| User-agent: Googlebot-Image | |
| Disallow: | |
| # Crawlers Setup | |
| User-agent: * | |
| # Directories | |
| Disallow: /app/ | |
| Disallow: /dev/ | |
| Disallow: /downloader/ | |
| Disallow: /errors/ | |
| Disallow: /includes/ | |
| Disallow: /js/ | |
| Disallow: /lib/ | |
| Disallow: /proofs/ | |
| #Disallow: /media/ | |
| Disallow: /shell/ | |
| Disallow: /skin/ | |
| Disallow: /var/ | |
| # Paths (clean URLs) | |
| 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/ | |
| Disallow: /catalog/product/gallery/ | |
| # Files | |
| Disallow: /cron.php | |
| Disallow: /cron.sh | |
| Disallow: /install.php | |
| Disallow: /LICENSE.html | |
| Disallow: /LICENSE.txt | |
| Disallow: /LICENSE_AFL.txt | |
| Disallow: /RELEASE_NOTES.txt | |
| # Paths (no clean URLs) | |
| #Disallow: /*.js$ | |
| #Disallow: /*.css$ | |
| Disallow: /*.php$ | |
| Disallow: /*?SID= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment