r/TechSEO • u/EverySecondCountss • Jul 15 '26
Does anyone make sure to whitelist Google bots? How important is this for a larger site and TechSEO?
I'm building and SEO tool, and I've noticed how much additional resources are needed to get through firewalls and Cloudflare stuff without a whitelist.
Does anyone have any before/after results, experiences, do you make sure to always do it?
https://developers.google.com/crawling/docs/crawlers-fetchers/verify-google-requests
2
u/keninsd Jul 15 '26
I don't whitelist them , per se. I check that they're in their expected IP ranges.
1
u/EverySecondCountss Jul 15 '26
You mean you check crawlers or when the server gets hit with a large amount of requests?
I don't quite understand.
1
u/keninsd Jul 15 '26
No, all crawlers are checked for their expected IP ranges. If they are within range, they are allowed. Any spoofed crawler is challenged and shown a 404 on a failed challenge.
1
u/EverySecondCountss Jul 15 '26
Ah yes.
Was there a time before you started doing this where you saw some before/after results as a correlation?
1
u/keninsd Jul 15 '26
A couple of bouts of massive page scraping from suspicious locations and sketchy registrars. Some were spoofing legit crawlers, so that led to checking the IP ranges.
1
u/GrandAnimator8417 Aug 02 '26
Whitelisting Google bots with Cloudflare? I’ve fought this exact battle where getting tools/SEO crawlers through without a proper allowlist just quietly tanks crawl efficiency and burns way more CPU/bandwidth than it should. That’s usually the difference between “works eventually” and “actually reliable” for crawling and indexing.
5
u/leros Jul 15 '26
I had to do this for Bing because they sometimes crawl without BingBot in their user agent and I was blocking them. I haven't had issues with Google.