Is there a way to stop Google from indexing a site?
标签:
google-index
相关问题
- Is There any way to change the snippet created by
- How to index dynamic pages to google using html5 p
- Double slash in URL path - bad practice?
- How do I tell search engines not to index content
- Google indexing of my AngularJS application
相关文章
- How to index dynamic pages to google using html5 p
- 我怎样才能让谷歌缓存中删除旧的网页,并开始索引新的(how can i make google ca
- 如何索引动态页面谷歌使用HTML5 pushState的方法?(How to index dynam
- Double slash in URL path - bad practice?
- How do I tell search engines not to index content
- Google indexing of my AngularJS application
- Stop Google from indexing
To stop Google from crawling simply add the following
meta
tag to thehead
of every page:robots.txt
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
I use a simple aspx page to relays results from google to my browser using a fake 'Pref' cookie that gets 100 results at a time and i didn't want google to see this relay page so i check the IP address and if it starts with 66.249 then i simply do a redirect.
Click my name if you value privacy and would like a copy.
another trick i use is to have some javascript that calls a page to set a flag in session because most (NOT ALL) web-bots don't execute the javascript so you know it's a brower with javascript turned off or is a more than likly a bot.