Forum Moderators: goodroi
User-agent: Googlebot
Disallow: /prodView.asp
Disallow: /prodList.asp?idCategory
Yet, I see Googlebot hitting the following pages
/prodView.asp?idproduct=15
/prodList.asp?idCategory=14
The robots file has been in place for over 1 week and Googlebot hit it for the first time about 1 week ago. Any thoughts?
It appears that Googlebot may be the ONLY spider that actually honors wildcards in a robots.txt file.
You will also find a thread where somebody has found success using them at [webmasterworld.com...]
hope this helps
Is robots.txt case sensitve?
You should always use the same case as the linked pages yourself. I can't see anything particularly wrong with your current syntax.
One thing you can do, seeing as you're talking about dynamic pages, is to use a belt and braces approach and include a meta noindex tag on those pages too.
<meta name="robots" content="noindex">