Is there a way to make my blogger site not searchable on search engines?
Written by seocraze on Mar 7th, 2010 | Filed under: Search Engines
Or better yet, is there a way so that particular words typed through search engines like Google and Yahoo would not be redirected to my site? Help! What <html> should I use so I could add it on my template? Thanks.

This is the code you need to add in the <head>…</head> section of your HTML to stop Google etc. from indexing your page:
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW,NOARCHIVE,NOCACHE">
Once you added that, you can ask Google to remove your page as soon as possible (it still takes a couple of hours) by using the procedure detailed here: http://www.google.com/support/webmasters/bin/answer.py?answer=61062
I am not sure. Hope someone else can help you a lot better than I did. Sorry and Good luck,
Lexi