Stay organized with collections
Save and categorize content based on your preferences.
Google Read Aloud user agent
Google-Read-Aloud
is the user agent for the Google Read Aloud service. This service enables reading web pages using
text-to-speech (TTS). This service is activated when an end user has TTS enabled and visits a
page. The Read Aloud service is used by
Google Go,
Google Read it,
Read Aloud on the Google app, and other Google text-to-speech services.
Crawl frequency and behavior
Google Read Aloud is triggered by a user request. Google Read Aloud conserves bandwidth by
caching page results, but you may still see multiple requests for a given page.
Google Read Aloud is not a web crawler: it is activated upon user request, and it doesn't follow
links. A user request for listening to a web page may or may not result in page visits, depending
on whether the page has been fetched recently.
Prevent Google Read Aloud from accessing your content
Since Google Read Aloud is initiated by a user, not a result of automated web crawl, you can't opt
out by using a robots.txt file. To opt out of Google Read Aloud completely, use the
nopagereadaloudmeta tag:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eGoogle-Read-Aloud\u003c/code\u003e is the user agent for Google's text-to-speech service used by products like Google Go and the Google app to read webpages aloud.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Read Aloud is triggered by user requests, caches pages to conserve bandwidth, and does not crawl the web or follow links.\u003c/p\u003e\n"],["\u003cp\u003eWhile you cannot prevent Google Read Aloud access using robots.txt, you can opt-out completely by using the \u003ccode\u003e<meta name="google" content="nopagereadaloud">\u003c/code\u003e tag.\u003c/p\u003e\n"],["\u003cp\u003ePaywalled content can be protected from being read aloud by using structured data with \u003ccode\u003eisAccessibleForFree\u003c/code\u003e set to \u003ccode\u003eFalse\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egoogle-speakr\u003c/code\u003e is an outdated user agent and has been replaced by \u003ccode\u003eGoogle-Read-Aloud\u003c/code\u003e.\u003c/p\u003e\n"]]],["The Google Read Aloud service uses text-to-speech (TTS) to read web pages upon user request in apps like Google Go and Google Read it. It's not a web crawler but caches pages to conserve bandwidth, leading to potential multiple requests. Opt-out is achieved with the `nopagereadaloud` meta tag; `robots.txt` is ineffective. Paywalled content can be blocked using structured data with `isAccessibleForFree` set to `False`. `google-speakr` is an outdated name for this user agent.\n"],null,["# Google Read Aloud User Agent | Google Search Central\n\nGoogle Read Aloud user agent\n============================\n\n\n[`Google-Read-Aloud`](/search/docs/crawling-indexing/google-user-triggered-fetchers#google-read-aloud)\nis the user agent for the Google Read Aloud service. This service enables reading web pages using\ntext-to-speech (TTS). This service is activated when an end user has TTS enabled and visits a\npage. The Read Aloud service is used by\n[Google Go](https://www.blog.google/technology/next-billion-users/make-google-read-it/),\n[Google Read it](/assistant/app/read-it),\n[Read Aloud on the Google app](https://support.google.com/websearch/answer/10078840), and other Google text-to-speech services.\n\nCrawl frequency and behavior\n----------------------------\n\n\nGoogle Read Aloud is triggered by a user request. Google Read Aloud conserves bandwidth by\ncaching page results, but you may still see multiple requests for a given page.\n\n\nGoogle Read Aloud is not a web crawler: it is activated upon user request, and it doesn't follow\nlinks. A user request for listening to a web page may or may not result in page visits, depending\non whether the page has been fetched recently.\n\nPrevent Google Read Aloud from accessing your content\n-----------------------------------------------------\n\n\nSince Google Read Aloud is initiated by a user, not a result of automated web crawl, you can't opt\nout by using a robots.txt file. To opt out of Google Read Aloud completely, use the\n`nopagereadaloud` `meta` tag: \n\n```text\n\u003cmeta name=\"google\" content=\"nopagereadaloud\"\u003e\n```\n\n\nTo prevent paywalled content from being read aloud, use\n[structured data for subscription and paywalled content](/search/docs/appearance/structured-data/paywalled-content).\nMake sure the `isAccessibleForFree` property is set to `False`.\n\nWhat is the `google-speakr` agent?\n----------------------------------\n\n\nThe `google-speakr` agent is an older, deprecated version of the user agent. The user\nagent's current name is `Google-Read-Aloud`."]]