Crawler user agents: claim, token, and verification

The User-Agent header is supplied by the requester. It can name a crawler product, but identity requires the verification method published by that operator.

Decision rule

Store the full string, extracted token, source IP, identity state, verification method, and timestamp as separate fields.

01

Five fields that should not collapse into one

  • Full user-agent string: the exact request header value.
  • Product token: the crawler name used for matching or robots rules.
  • Source address: the IP recorded by the logging layer.
  • Identity state: claimed, verified, or unknown.
  • Verification evidence: range file or DNS procedure plus timestamp.
02

Google crawler evidence

Google publishes common crawler strings and tokens as well as machine-readable IP ranges. It also documents a forward-confirmed reverse-DNS method for manual verification.

Different Google products use different crawlers and fetchers. Do not normalise every string containing “Google” into Googlebot.

03

Bing crawler evidence

Bing publishes examples for bingbot and other crawler products. Its documentation explicitly warns that user-agent strings are easy to spoof and provides a verification workflow for IP addresses.

04

A classification rule that survives change

Keep the operator documentation URL and the date you checked it. Crawler strings, rendering-engine versions, IP ranges, and product names can change.

A historical log should retain the evidence available at analysis time rather than silently receiving a present-day identity label.

90

Primary sources

Checked for this page on 22 August 2026. External documentation can change.

  1. 01
    Google — Common crawlers

    Published crawler tokens, user-agent strings, products, and IP-range context.

  2. 02
    Google — Verify crawler requests

    Official IP-range and forward-confirmed reverse-DNS verification methods.

  3. 03
    Bing Webmaster Tools — Bing crawlers

    Published Bing crawler user agents and an explicit warning that strings can be spoofed.

  4. 04
    Bing Webmaster Tools — Verify Bingbot

    Bing's verification workflow for crawler IP addresses.