WebmasterID logoWebmasterID
Search bots

Fake search-bot traffic

Because search-engine crawlers are widely allowed, abusive clients copy the Googlebot or Bingbot user-agent string to slip past rules meant for real crawlers. This fake search-bot traffic is identified by verifying the source: genuine crawlers pass reverse-DNS and published-IP checks, spoofed ones do not.

Verified against primary sources

Why crawlers get spoofed

Search-engine crawlers are usually allowed broad access: sites serve them full content, relax rate limits, and trust their requests. That privileged treatment is exactly what makes the Googlebot and Bingbot user-agent strings attractive to copy.

A scraper sending a Googlebot user agent hopes to be treated like the real Googlebot — fetching content behind soft gates or avoiding bot defences. Because user agents are just request headers, sending a fake one is trivial. The string alone proves nothing.

How to catch it

Verify the source rather than the string. Run the reverse-DNS check for the claimed engine (googlebot.com or google.com for Google, search.msn.com for Bing) with a forward-confirm step, and/or match the source IP against the engine's published crawler ranges. A request that fails verification but claims to be a search crawler is fake.

Once identified, fake search-bot traffic should be excluded from crawler analytics so it does not inflate apparent Googlebot coverage, and handled by your access rules. This connects to spoofed user agents more broadly: the same verify-the-source principle applies to any crawler claim.

How it appears in analytics and logs

A request with a Googlebot or Bingbot user agent that fails reverse-DNS and IP-range verification is fake search-bot traffic — typically a scraper exploiting the trust given to real crawlers. It is neither a genuine crawler nor a human visit.

Diagnostic use case

Detect requests that claim to be Googlebot or Bingbot but are actually scrapers, and stop them from skewing analytics or bypassing access rules.

What WebmasterID can help detect

WebmasterID classifies crawlers server-side and separates verified search crawlers from spoofed lookalikes, so fake Googlebot or Bingbot traffic does not get counted as genuine crawler coverage or as human visits.

Common mistakes

Privacy and accuracy notes

Detection relies on verifying request source via DNS and IP, not on profiling a person. WebmasterID records spoofed bot traffic as bot events, separate from human analytics, without building visitor identities.

Frequently asked questions

How common is fake Googlebot traffic?
Common enough that Google publishes verification guidance specifically for it. Any site that gives Googlebot privileged treatment is a target for scrapers spoofing the user agent, which is why verifying the source rather than trusting the string is the documented approach.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.