i have a number of drop down filters on my oscomemrce site that result in pages like these
http://www.example.com/shop/index.php?manufacturers_id=27&filter_id=&range_id=4&sort_id=0
and
http://www.example.com/shop/index.php?cPath=123&filter_id=&range_id=4&sort_id=0
http://www.example.com/shop/?manufacturers_id=44
now i dont want these page sindexed as they are duplicate content
so was hoping someone could assist me with the ciorrect disallow code?
was thinking this would work to stop all variations of above
User-agent: *
Disallow: /shop/index.php?*
Disallow: /shop/?*
obviousyl dont want to block the index.php file
just the filters off it that start with a ?
eg index.php?
any help appreciated!
M
[edited by: phranque at 2:11 am (utc) on Mar 31, 2010]
[edit reason] exemplified urls [/edit]