Report this

What is the reason for this report?

google bot hammering bandwidth

Posted on June 5, 2013

I host files on my website with my VPS… Have about 11gb worth of files hosted right now and only getting bigger… I’m getting hammered on the bandwidth by a Google bot… The Google bot downloads EVERY file on the server a couple times a week at least… Ive verified it is a google bot by ip in logs…Is there a way to calm this Google bot down?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Here’s a resource that will help you: http://www.robotstxt.org/ <br>

There are couple of ways to do it. <br> <br>1. Create a Robots.txt file with following to completely ban google (You can remove it and Google can come again) <br> <br>User-Agent: Googlebot <br>Disallow: / <br> <br>2. Create a Google Webmaster account. (You can limit the google bot) <br> <br>My recommendation is the first one.

You can rate limit the google bot in the robots.txt as well. <br> <br>User-Agent: Googlebot <br>Crawl-delay: 10 <br> <br>will stop googlebot from crawling any quicker than every 10 seconds.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.