Disallow: /*xyz
- in a Robots.txt mean that all urls containing xyz will be ignored?
In www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156449 it says
QUOTE
To block access to all URLs that include a question mark (?) (more specifically, any URL that begins with your domain name, followed by any string, followed by a question mark, followed by any string):
User-agent: Googlebot
Disallow: /*?
User-agent: Googlebot
Disallow: /*?
I am a little in doubt if this only goes for "?" or any string following the star.








