WebmasterID logoWebmasterID
Search bots

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.

Verified against primary sources

What this means

Google-Read-Aloud fetches a page so its text can be spoken aloud through Google's text-to-speech features. It is a user-triggered fetcher: it runs because a person asked for the page to be read, not because Google is indexing it.

Because it acts on a user's behalf, Google documents user-triggered fetchers as generally not bound by robots.txt the way the indexing crawlers are. Blocking it in robots.txt is therefore not the right control for this behaviour.

How Google-Read-Aloud identifies itself

It uses the user-agent token Google-Read-Aloud and is listed among Google's user-triggered fetchers. Match on the stable token rather than a version string.

Verify the source IP against Google's published user-triggered-fetchers range list when you need to confirm authenticity, since the user agent alone can be copied.

How it appears in analytics and logs

A request with the Google-Read-Aloud token means a Google feature fetched the page to read it aloud for a user. It is automation acting on behalf of a person at request time, not Googlebot crawling for the index.

Diagnostic use case

Recognise text-to-speech fetches in your logs, understand they are user-triggered rather than indexing, and verify them against Google's user-triggered-fetcher ranges.

What WebmasterID can help detect

WebmasterID classifies Google-Read-Aloud as a user-triggered Google fetcher distinct from Googlebot, so text-to-speech fetches stay out of search-crawl coverage and human analytics.

Common mistakes

Privacy and accuracy notes

Google-Read-Aloud is identified only by its user-agent token; no visitor identity is exposed. WebmasterID records it as a bot/automation event, never as a human profile.

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.