Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Robots.txt: allow only major SE

Is there a way to configure the robots.txt so that the site accepts visits ONLY from Google, Yahoo! and MSN spiders?


1 Answers

User-agent: *
Disallow: /
User-agent: Googlebot
Allow: /
User-agent: Slurp
Allow: /
User-Agent: msnbot
Disallow: 

Slurp is Yahoo's robot

like image 112
NoahD Avatar answered Sep 13 '25 08:09

NoahD