Google-Read-Aloud
Operated by Google
Quick Facts
- User-Agent:
- Google-Read-Aloud
- Category:
- Google Bots
- Operator:
- Safety:
- Safe
- Blocking Impact:
- Low - No SEO ranking impact
- SEO Impact Score:
- 3/10
- Official docs:
- developers.google.com
What is Google-Read-Aloud?
Google-Read-Aloud fetches a page so its text can be spoken aloud, powering the read-aloud and text-to-speech features in Google Search and Android.
Google-Read-Aloud fetches a page so its text can be spoken aloud, powering the read-aloud and text-to-speech features in Google Search and Android.
Google-Read-Aloud identifies itself with the user-agent token Google-Read-Aloud. You can control it with a User-agent: Google-Read-Aloud group in robots.txt. Robots.txt is voluntary, so for hard enforcement combine it with server-level blocking.
What happens if you block Google-Read-Aloud?
How to control Google-Read-Aloud with robots.txt
<code>User-agent: Google-Read-Aloud</code> - Matching is case-insensitive. Robots.txt is fetched from the root of each subdomain separately.
Is Google-Read-Aloud safe to allow?
Google-Read-Aloud. Safe to allow. Blocking only disables spoken playback.What does Google-Read-Aloud do?
Understanding what Google-Read-Aloud is for helps you decide whether to allow or block it.
- Fetches page text for spoken playback
- Powers read-aloud in Google Search and Android
- Triggered by a user action, not a crawl schedule
- Reads existing page content only
- Respects robots.txt directives
Frequently Asked Questions
What is the user-agent string for Google-Read-Aloud?
Google-Read-Aloud. Match it case-insensitively in robots.txt and in any server-level rule.Is Google-Read-Aloud safe?
Will blocking Google-Read-Aloud hurt my SEO?
How do I block Google-Read-Aloud in robots.txt?
/robots.txt:
User-agent: Google-Read-Aloud Disallow: /To restrict only part of your site, disallow specific paths and allow the rest.