Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tác nhân người dùng Google Read Aloud
Google-Read-Aloud
là tác nhân người dùng của dịch vụ Google Read Aloud. Dịch vụ này cho phép đọc các trang web bằng tính năng Chuyển văn bản sang lời nói (TTS). Dịch vụ này hoạt động khi người dùng cuối truy cập một trang trong lúc đang bật tính năng TTS. Dịch vụ Read Aloud được dùng trong
Google Go,
Google Read it,
Read Aloud trong ứng dụng Google, và một số dịch vụ chuyển văn bản sang lời nói khác của Google
Hành vi và tần suất thu thập dữ liệu
Google Read Aloud sẽ được kích hoạt khi có yêu cầu của người dùng. Google Read Aloud tiết kiệm băng thông bằng cách lưu kết quả của các trang vào bộ nhớ cache. Tuy nhiên, bạn vẫn có thể thấy nhiều yêu cầu đối với một trang nhất định.
Google Read Aloud không phải là trình thu thập dữ liệu web: dịch vụ này được kích hoạt khi có yêu cầu của người dùng và không đi theo các đường liên kết. Khi người dùng yêu cầu nghe một trang web, thì việc có tính thao tác này là lượt truy cập trang hay không là tuỳ thuộc vào việc gần đây trang đó có được tìm nạp hay không.
Ngăn Google Read Aloud truy cập vào nội dung của bạn
Vì Google Read Aloud là do người dùng khởi chạy chứ không phải do hoạt động thu thập dữ liệu web tự động, nên bạn không thể dùng tệp robots.txt để chọn không sử dụng dịch vụ này. Để chọn hoàn toàn không sử dụng Google Read Aloud, hãy sử dụng
thẻ meta
nopagereadaloud
:
<meta name="google" content="nopagereadaloud">
Để ngăn việc đọc thành tiếng nội dung có tường phí, hãy sử dụng dữ liệu có cấu trúc cho gói thuê bao và nội dung có tường phí.
Hãy nhớ thiết lập thuộc tính isAccessibleForFree
thành False
.
Tác nhân google-speakr
là gì?
Tác nhân google-speakr
là một phiên bản tác nhân người dùng cũ, không còn dùng nữa. Tên hiện tại của tác nhân người dùng này là Google-Read-Aloud
.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-08-04 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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`."]]