Hy, I have URLs like: http://www.example.com/exclude/example1.html http://www.example.com/exclude/item4/example2.html http://www.example.com/exclude/example3.html http://www.example.com/item0/exclude/example3.html I would like to exclude from indexing in Google via robots.txt all containing: /exclude/ I tried the regular expresion of the form: Disallow: /*exclude/ but i do not think that works. How can I do? Thanks!