Skip to content

Instantly share code, notes, and snippets.

@patricmutwiri
Last active June 4, 2017 03:35
Show Gist options
  • Save patricmutwiri/126f6b9e460d7f81a544d50ebaace1bb to your computer and use it in GitHub Desktop.
Save patricmutwiri/126f6b9e460d7f81a544d50ebaace1bb to your computer and use it in GitHub Desktop.
An Optimized opencart's / ecommerce robots.txt file
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