Forum Moderators: Robert Charlton & goodroi
I can't seem to block the robots from indexing links with strings.
Let me give you an example:
I want to block this link:
/forum/ftopic1234.html&watch=topic&start=0&sid=23453455dter34
The ftopic part and the sid part have many combinations.
I have in my robots text file:
Disallow: /forum/ftopic*.html&watch=topic&start=0&sid=*$
Alas this does not seem to work and the bot just follows these links and indexes them.
Can you see where I am going wrong? This is for google mainly too.
[google.com...]
It's probably a good idea to go over what Google says on that page very carefully.
I am wondering if two asterisks might be more than Google can handle accurately, at present. All their examples have only one. You might consider whether you can dynamically generate a meta robots tag for the <head> of any urls you want to see excluded.