Forum Moderators: goodroi
What would the robots command for this be? Actually I would prefer to ban all robots except google bot.
I search around the web and I cant find the exact robot command this would take, and I unforntunatly am not familiar enough on the subject to figure it out. write this.
Thanks
User-agent: *
Disallow: /
User-agent: Googlebot
Allow: /
But if you want Gbot to index your site but not follow links you have to put a robots meta tag on every page:
<meta name="robots" content="index,nofollow" />
But then how is a bot supposed to index your site if it is not allowed to follow links?