Hacker News new | ask | show | jobs
by blauwbilgorgel 4841 days ago
Incorrect. To configure your robots.txt to not be crawled at all use:

  User-agent: *
  Disallow: /
Allow indexing of everything with:

  User-agent: *
  Disallow:
It seems they are at this very moment struggling to change things.
1 comments

You are totally right. Disregard everything I said.