Hello, I want to block proddetail.asp?prod=01350&review=true URL in robots.txt but still allow Google to read proddetail.asp?prod=01350 page. Do you think that is possible?
Hmm... Try this: Disallow: /proddetail.asp?*review=true* Code (markup): Should still allow /proddetail.asp?prod=NUM but won't allow the proddetail.asp with any review=true in it allowed
disallow: /block proddetail.asp?prod=01350& this will allow proddetail.asp?prod=01350 disallow proddetail.asp?prod=01350&review=true disallow proddetail.asp?prod=01350&review=false
This is not exact solution that you want..by using this you will tell search engines to not index all the pages proddetail.asp that include 'review=true' term..