Hello everybody! I am trying to block some specific url on my website using the robots txt but when I checked in google webmaster tools.. I can see that those urls are still crawled by robots.
So I'm trying to block the directory "contact_us" taking into consideration that aaa and bbb are variable.
http://www.example.com/aaa/bbb/contact_us/
And I've inserted the following in my robots txt but does not seem to be working.
User-agent: *
Disallow: /contact_us/
Or should I insert this one?
User-agent: *
Disallow:/*/*/contact_us/
Thank you all for your kind replies! :)