Last active
June 4, 2017 03:35
-
-
Save patricmutwiri/126f6b9e460d7f81a544d50ebaace1bb to your computer and use it in GitHub Desktop.
An Optimized opencart's / ecommerce robots.txt file
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
User-agent: * | |
Disallow: /*&limit | |
Disallow: /*?limit | |
Disallow: /*?sort | |
Disallow: /*&sort | |
Disallow: /*?order | |
Disallow: /*&order | |
Disallow: /*?price | |
Disallow: /*&price | |
Disallow: /*?brand_tabletpc | |
Disallow: /*&brand_tabletpc | |
Disallow: /*?color_default | |
Disallow: /*&color_default | |
Disallow: /*?filter_tag | |
Disallow: /*&filter_tag | |
Disallow: /*?mode | |
Disallow: /*&mode | |
Disallow: /*?cat | |
Disallow: /*&cat | |
Disallow: /*?dir | |
Disallow: /*&dir | |
Disallow: /*?color | |
Disallow: /*&color | |
Disallow: /*?product_id | |
Disallow: /*&product_id | |
Disallow: /*?minprice | |
Disallow: /*&minprice | |
Disallow: /*?maxprice | |
Disallow: /*&maxprice | |
Disallow: /*?route=checkout/ | |
Disallow: /*?route=account/ | |
Disallow: /*?page=1 | |
Disallow: /*&create=1 | |
Disallow: /*?route=affiliate/ | |
Disallow: /*?av | |
Disallow: /admin/ | |
Disallow: /system/ | |
Disallow: /catalog/ | |
Allow: / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment