コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Google Read Aloud ユーザー エージェント
Google-Read-Aloud
は、Google Read Aloud サービスのユーザー エージェントです。このサービスにより、テキスト読み上げ(TTS)を使ってウェブページを読み上げることができます。このサービスは、エンドユーザーが TTS を有効にしてページにアクセスしたときにアクティブになります。Read Aloud サービスは Google Go、Google Read it、Google アプリの読み上げ機能、その他の Google テキスト読み上げサービスで使用されます。
クロール頻度と動作
Google Read Aloud はユーザーのリクエストによってトリガーされます。Google Read Aloud は、ページの結果をキャッシュに保存することで帯域幅を節約しますが、それでも特定のページに対して複数のリクエストが発生することがあります。
Google Read Aloud はウェブ クローラーではありません。ユーザーのリクエストに応じてアクティブになり、リンクはたどりません。ユーザーからウェブページの読み上げがリクエストされると、Google Read Aloud はページにアクセスしますが、そのページが最近取得されていた場合は、アクセスしません。
Google Read Aloud によるコンテンツへのアクセスを防ぐ
Google Read Aloud は自動のウェブクロールによるものではなく、ユーザーが開始するものであるため、robots.txt ファイルを使用してオプトアウトすることはできません。Google Read Aloud を完全にオプトアウトするには、nopagereadaloud
meta
タグを使用します。
<meta name="google" content="nopagereadaloud">
ペイウォール コンテンツの読み上げを防ぐには、定期購入とペイウォール コンテンツの構造化データを使用します。isAccessibleForFree
プロパティが False
に設定されていることを確認します。
google-speakr
エージェントとは
google-speakr
エージェントは、推奨されていない古いバージョンのユーザー エージェントです。新しい名前は Google-Read-Aloud
です。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-04 UTC。
[null,null,["最終更新日 2025-08-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`."]]