Tell me what should be the code of robots.txt, if we want except google, no other robots should crawl the our site. pls tell me. i am confused thanks
We can exclude all robots accept Google with following code: User-agent: Google-bot Allow: / User-agent: * Disallow: /
if u want to disallow every thing, then User-agent: * Disallow: / if disallow any specific folder, then User-agent: * Disallow: /temp/