robots.txt disallow without wildcard

blackseo1

Newbie
Joined
Jan 15, 2010
Messages
16
Reaction score
2
I have the following code in my robots.txt
Code:
User-Agent: *
Disallow: /tos
Allow: /

to prevent bots accessing hxxp://example.com/tos (terms of service).
However this results googlebot complaining it is also blocking its access to hxxp://example.com/toscana even though there is no wildcard in disallow!
How do I tell the bot to ignore /tos only?
 
Back
Top