I want to block all pages on my site that include the word /tabid/
So if I add Disallow: /tabid/ to my robots.txt will this disable all URLs levels for example:
www.site.com/folder/tabit/folded.aspx
www.site.com/folder/folder/tabid/file.aspx
www.site.com/tabid/folder/folder/file.aspx
etc..
Or what is the correct way to Disallow by keyword - in this case "tabid", located in different places in my URLs?
Thanks!