Created
March 23, 2015 21:54
-
-
Save rafaelstz/0ab483411e913ec63af6 to your computer and use it in GitHub Desktop.
Magento SEO Robots
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
######################################################################################## | |
##################### Creare's robots.txt file for Magento websites #################### | |
######################################################################################## | |
User-agent: * | |
Allow: / | |
#Disallow: / | |
####################################### | |
############### SITEMAP ############### | |
####################################### | |
Sitemap: http://www.domain.co.uk/sitemap.xml | |
####################################### | |
################ PAGES ################ | |
####################################### | |
Disallow: /privacy-policy-cookie-restriction-mode/ | |
Disallow: /terms/ | |
####################################### | |
##### MAGENTO DIRECTORIES & FILES ##### | |
####################################### | |
##### Directories ##### | |
Disallow: /404/ | |
Disallow: /app/ | |
Disallow: /cgi-bin/ | |
Disallow: /downloader/ | |
Disallow: /includes/ | |
Disallow: /lib/ | |
Disallow: /magento/ | |
Disallow: /pkginfo/ | |
Disallow: /report/ | |
Disallow: /stats/ | |
Disallow: /var/ | |
##### Paths (clean URLs) ##### | |
Disallow: /index.php/ | |
Disallow: /catalog/product_compare/ | |
Disallow: /catalog/category/view/ | |
Disallow: /catalog/product/view/ | |
Disallow: /catalog/product/gallery/ | |
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 ##### | |
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 | |
####################################### | |
######## QUERY STRING BLOCKER ######### | |
####################################### | |
#Uncomment if your site is a brand new un-cached site. | |
#Disallow: /*?* | |
####################################### | |
#### WORDPRESS DIRECTORIES & FILES #### | |
####################################### | |
##### Uncomment if using Wordpress in subdirectory ##### | |
#Disallow: /blog/wp-content/upgrade/ | |
#Disallow: /blog/wp-admin/ | |
#Disallow: /blog/wp-includes/ | |
####################################### | |
########### SCREAMING FROG ############ | |
####################################### | |
User-agent: Screaming Frog SEO Spider | |
Allow: / | |
Disallow: /*.gif$ | |
Disallow: /*.jpg$ | |
Disallow: /*.png$ | |
Disallow: /*.bmp$ | |
Disallow: /*.xml$ | |
Disallow: /*.css$ | |
Disallow: /*.js$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment