For non-white listed bots I’m currently generating (php) a robots.txt file that looks like this: User-agent: *
Disallow: /
For reasons I prefer to not to explain atm is this allowed:
User-agent: *
Disallow: /
Disallow: /rpqtewz/
Does order make any difference?) - or:
User-agent: *
Disallow: /rpqtewz/
Disallow: /
Or would something like this be better (might give me more options):
User-agent: *
Disallow: /rpqtewz.gif
Disallow: /
Thanks,
Phred