GoogleProducer fetcher
GoogleProducer is a user agent that appears among Google's crawlers and fetchers and is used by Google product infrastructure rather than the search index. It is documented by Google as one of the special-case Google agents. Some specifics of when it fetches are not exhaustively published, so it is recorded here as partially verified to avoid inventing behaviour.
What this means
GoogleProducer appears in Google's published list of crawlers and fetchers as one of the special-case Google user agents. It is associated with Google product fetches rather than search indexing.
Google does not exhaustively document every situation that triggers GoogleProducer, so this entry deliberately avoids asserting a specific behaviour beyond what the crawler list states. Treat it as Google product automation.
How it identifies itself
It uses the user-agent token GoogleProducer and is listed among Google's crawlers and fetchers. Match on the stable token rather than a version string.
For authenticity, verify the source IP against Google's published crawler/fetcher ranges, since the user agent can be copied.
- User-agent token: GoogleProducer
- Listed in Google's crawlers/fetchers documentation
- Not the Googlebot search crawler
How it appears in analytics and logs
A request carrying the GoogleProducer token is a Google product fetcher, not Googlebot building the search index. Treat it as Google automation; the exact triggering product is not fully documented, so do not infer indexing from it.
Diagnostic use case
Recognise GoogleProducer fetches in logs as Google product traffic separate from Googlebot indexing, and verify them against Google's published ranges.
What WebmasterID can help detect
WebmasterID classifies GoogleProducer as a Google fetcher distinct from Googlebot so it does not inflate search-crawl coverage or human analytics in your bot-intelligence view.
Common mistakes
- Assuming GoogleProducer indicates search indexing or ranking activity.
- Inventing a precise trigger for it beyond what Google documents.
- Trusting the token without IP verification on sensitive endpoints.
Privacy and accuracy notes
GoogleProducer is identified by its user-agent token only. It is automation, not a visitor; WebmasterID records it as a bot event with no human profile attached.
Related pages
- APIs-Google fetcher
APIs-Google is a Google fetcher user agent used when Google products send push notifications or other API-driven requests to a developer's server — for example a PubSubHubbub (WebSub) delivery. It is not the search crawler and is not used to build the search index. Google documents it in the list of Google crawlers and fetchers, and it is verifiable against Google's published crawler IP ranges.
- Google-Read-Aloud fetcher
Google-Read-Aloud is a user-triggered Google fetcher that retrieves a page so Google can convert its text to speech and read it aloud to a user. It is documented among Google's user-triggered fetchers, is not the search crawler, and because it acts on a user's request it generally ignores robots.txt the way other user-triggered fetchers do.
- DuplexWeb-Google fetcher
DuplexWeb-Google is a Google user agent linked to Duplex on the web features. It is documented among Google's crawlers and fetchers as a special-case agent rather than the search crawler. Because Duplex on the web has limited public footprint, exact current behaviour is not fully documented, so this entry is partially verified and avoids inventing specifics.
- Web crawlers
How Google fetchers are detected and categorised.
Sources and verification notes
- Google Search Central — Google crawlers and fetchers overviewGoogleProducer listed; specific trigger behaviour not exhaustively documented.
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.