# BEGIN MHS bot-filter rules — added by Master Health Scanner
# Polite bots will skip filtered/sorted shop URLs that generate
# huge wp_options transient rows under load.
User-agent: *
Disallow: /*?filter_*
Disallow: /*&filter_*
Disallow: /*?rating_filter=*
Disallow: /*&rating_filter=*
Disallow: /*?orderby=*
Disallow: /*&orderby=*
Disallow: /*?min_price=*
Disallow: /*&min_price=*
Disallow: /*?max_price=*
Disallow: /*&max_price=*
Disallow: /shop/page/
# END MHS bot-filter rules