vote up 4 vote down star
1

Is there a way to stop Google from indexing a site?

flag

52% accept rate

4 Answers

vote up 17 vote down check

robots.txt

User-agent: *
Disallow: /

this will block all search bots from indexing.

for more info see: http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=40360

link|flag
Actually, to be precise, this will block all legitimate bots from crawling the site. Malicious ones will still attempt to do so, just in case that matters. – Software Monkey Dec 24 '08 at 6:18
That is correct however if the "spider" does not check robots.txt then it is likely malicious, which from my experience means that they will also spoof the user-agent which makes it ridiculously hard to stop. – Unkwntech Jan 5 '09 at 10:01
vote up 4 vote down

FYI - Google has a Webmaster Tools site that is worth at least checking out .. .. http://www.google.com/webmasters/start/

link|flag
vote up 5 vote down

http://www.robotstxt.org/

link|flag
vote up 3 vote down

Google obeys the robots.txt file.

link|flag
What is the robots.txt file? – Nick Dec 23 '08 at 23:31
Added link to the wikipedia article on robots.txt – tvanfosson Dec 23 '08 at 23:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.