Quote:
Originally Posted by shoot twice
Because I really fucking hate google.
I would like to ban all google IPs just so I can say I did. But good lucking finding a list of their IPs.. It's like a carefully guarded secret.
|
Just a tip, Google have a LOT of IP addresses, you would need to block their net blocks instead and given they now also use IPv6 for crawling and probably growing their crawling network incrementally over time then it's a useless endeavour.
The best way to keep Google off your site and your site out of the Google index is to create a robots.txt file as below:
Code:
User-agent: Googlebot-Image
Disallow: /
User-agent: Googlebot
Disallow: /
User-agent: Mediapartners-Google
Disallow: /
That will ensure Google won't index your site and your site will disappear from the Google index.