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!
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.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.