Quote:
|
Originally Posted by Natural Elements
Hello KC Tan,
My Code is:
User-agent: *
Disallow: / ............as proddetail.asp?prod=
I have a site map for Yahoo, seems like Yahoo keep going to list the products urls I don't want them to list. Three weeks ago I switched from dynamic proddetail.asp?prod= to semi-static urls as products-name.asp
Basically I changed the urls and Yahoo is the only search engine who doesn't want that switch even with a site map. I blocked the old proddetail.asp?prod= and all dynamic urls no more in use on my robot text but nothing is happening.
Thanks
|
So do you mean you do not have any pages like proddetail.asp?prod=.. now?
Try to put all the products-name.asp under one directory called norobots etc.
Code:
User-agent: *
Disallow: /norobots/
# instead of using individual file names
I hoep this is what you want
