Is there an easy way to disallow URLs with parameters in them? Anything after the (?)?
To avoid massive duplication issues, we've disallowed dynamic URLs that are created by our left nav parametric filtering. So any URLS with attributes or a brand are blocked.
The problem with something like Disallow: /*brand is that we have 800 URLs that have the word 'brand' in the URL, so not only will it disallow www.example.comaspx?brand=15, it will disallow www.example.com/p-1-brand-t-shirt.aspx.
And this is screwing us up with Google Products in a big way.
I can't just put Disallow: /*? because DNSF's sitemap has question marks in it, and Google rejects the sitemap.
Any thoughts? (other than rewriting 800 product titles to change URLs?)
Thanks!