컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Google Read Aloud 사용자 에이전트
Google-Read-Aloud
는 Google Read Aloud 서비스의 사용자 에이전트입니다. 이 서비스를 사용하면 텍스트 음성 변환(TTS)으로 웹페이지를 읽을 수 있습니다. 최종 사용자가 TTS 기능을 사용 설정한 후 페이지에 방문하면 서비스가 활성화됩니다. Read Aloud 서비스는
Google Go,
Google Read it,
Google 앱의 Read Aloud 및 기타 Google TTS 서비스에 사용됩니다.
크롤링 빈도 및 동작
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
입니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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`."]]