## This file contains optimizations for Magento 1 ## This also attempts to slow Google and other legitimate bots from being too aggressive. ## GENERAL SETTINGS ## Enable robots.txt rules for all crawlers User-agent: * ## Magento sitemap: uncomment and replace the URL to your Magento sitemap file Sitemap: https://www.logiscenter.us/sitemap.xml ## DEVELOPMENT RELATED SETTINGS ## Do not crawl development files and folders: CVS, svn directories and dump files Disallow: /CVS Disallow: /*.svn$ Disallow: /*.idea$ Disallow: /*.sql$ Disallow: /*.tgz$ ## GENERAL MAGENTO SETTINGS ## Do not crawl Magento admin page Disallow: /t0_admin/ ## Do not crawl common Magento technical folders Disallow: /app/ Disallow: /downloader/ Disallow: /errors/ Disallow: /includes/ Disallow: /lib/ Disallow: /pkginfo/ Disallow: /shell/ Disallow: /var/ Disallow: /administrador/ Disallow: /magmi/ Disallow: /fpc/ ## Do not crawl common Magento files Disallow: /api.php Disallow: /cron.php Disallow: /cron.sh Disallow: /error_log Disallow: /get.php Disallow: /install.php Disallow: /LICENSE.html Disallow: /LICENSE.txt Disallow: /LICENSE_AFL.txt Disallow: /README.txt Disallow: /RELEASE_NOTES.txt ## MAGENTO SEO IMPROVEMENTS ## Do not crawl sub category pages that are sorted or filtered. Disallow: /*?dir* Disallow: /*?dir=desc Disallow: /*?dir=asc Disallow: /*?limit=all Disallow:/*?mode* Disallow:/*?manufacturer* Disallow:/*?categoria* Disallow:/*?subcategoria* Disallow:/*?product* Disallow:/*?sku* ## Disallow to avoid soft 404 Disallow: /formulario* ## Do not crawl 2nd home page copy (example.com/index.php/). Uncomment it only if you activated Magento SEO URLs. Disallow: /index.php/ ## Do not crawl links with session IDs Disallow: /*?SID= ## Do not crawl checkout and user account pages Disallow: /checkout/* Disallow: /onestepcheckout/ Disallow: /customer/* Disallow: /customer/account/ Disallow: /customer/account/login/ ## Do not crawl seach pages and not-SEO optimized catalog links Disallow: /catalogsearch/ Disallow: /catalogsearch/* Disallow: /catalog/product_compare/ Disallow: /catalog/category/view/ Disallow: /catalog/category/view/* Disallow: /catalog/product/view/ Disallow: /catalog/product/view/* #Disallow: /logiscatalog/index/index/* #Disallow: /logiscatalog/index/addons/* # Paths (clean URLs) Disallow: /catalog/product_compare/ Disallow: /catalogsearch/ Disallow: /newsletter/ Disallow: /poll/ Disallow: /review/ Disallow: /sendfriend/ Disallow: /tag/ Disallow: /wishlist/ Disallow: /add/ Disallow: /ajax/ Disallow: /form_key/ Disallow: /ajaxcart/index/options/product_id Disallow: /ajaxcart/ ## SERVER SETTINGS ## Do not crawl common server technical folders and files Disallow: /cgi-bin/ Disallow: /cleanup.php Disallow: /apc.php Disallow: /memcache.php Disallow: /phpinfo.php ## IMAGE CRAWLERS SETTINGS ## Extra: Uncomment if you do not wish Google and Bing to index your images #User-agent: Googlebot #Disallow: / #User-agent: Googlebot-image #Disallow: / #User-agent: Googlebot-mobile #Disallow: / Disallow: /checkout/* Disallow: /customer/* Disallow: /catalogsearch/* ## Crawl-delay parameter: number of seconds to wait between successive requests to the same server. ## Set a custom crawl rate if you're experiencing traffic problems with your server. User-agent: msnbot Crawl-delay: 1 User-agent: bingbot Crawl-delay: 1 ## Disallow other bots User-agent: Arachni/v1.1 Disallow: / User-agent: FatBot Disallow: / User-agent: Mozilla/5.0 (compatible; FatBot 2.0; http://www.thefind.com/crawler) Disallow: / User-agent: AhrefsBot/5.0 Disallow: / User-agent: AhrefsBot Disallow: / User-agent: Yandex Disallow: / User-agent: RedTestBot/1.0 Disallow: / User-agent: MJ12bot Disallow: / User-agent: Baiduspider Disallow: / User-agent: Baiduspider-image Disallow: / User-agent: dotbot Disallow: / # Allowing assets Allow: /*.js$ Allow: /*.css$