Possible Duplicate:
Robots denied by domain is still listed in search results

I want to hide my website from all search engines for that i write robots.txt in that robots.txt i write code as

User-agent: *
Disallow: /

But still my website is in serchable why?

link|improve this question
feedback

migrated from stackoverflow.com May 21 '11 at 14:10

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by John Conde May 21 '11 at 15:17

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Although the robots.txt file the standard way to signify to search engines which areas of your sites you would like indexed and which you wouldn't, it doesn't have to be followed.

In the case of the big players, Google, Yahoo, Bing, etc, they do follow the rules.. but some of the smaller players may not and so you may appear in their indexes.

Also, if your robots.txt change is recent a search engine may take time to purge your site from their index.

link|improve this answer
feedback