|
I probably already know the answer to this question but what the hell...
Can I do this in my robots.txt file ?
User-agent: robot-I-want-to-crawl-my-site.
allow: /
User-agent: *
Disallow: /
The objective is to give permission to the robots I like.
And disallow all the rest.
|