GoogleProducer
Operated by Google
Quick Facts
- User-Agent:
- GoogleProducer
- Category:
- Google Bots
- Operator:
- Safety:
- Safe
- Blocking Impact:
- Medium - Affects a specific feature, not rankings
- SEO Impact Score:
- 6/10
- Official docs:
- developers.google.com
What is GoogleProducer?
GoogleProducer fetches article content for Google News publisher tooling, supporting the editorial and syndication side of Google News rather than general search indexing.
GoogleProducer fetches article content for Google News publisher tooling, supporting the editorial and syndication side of Google News rather than general search indexing.
GoogleProducer identifies itself with the user-agent token GoogleProducer. You can control it with a User-agent: GoogleProducer group in robots.txt. Robots.txt is voluntary, so for hard enforcement combine it with server-level blocking.
What happens if you block GoogleProducer?
How to control GoogleProducer with robots.txt
<code>User-agent: GoogleProducer</code> - Matching is case-insensitive. Robots.txt is fetched from the root of each subdomain separately.
Is GoogleProducer safe to allow?
GoogleProducer. Allow it if your site is published in Google News.What does GoogleProducer do?
Understanding what GoogleProducer is for helps you decide whether to allow or block it.
- Fetches article content for Google News tooling
- Supports publisher and editorial workflows
- Distinct from Googlebot-News discovery crawling
- Relevant to sites in Google News
- Respects robots.txt directives
Frequently Asked Questions
What is the user-agent string for GoogleProducer?
GoogleProducer. Match it case-insensitively in robots.txt and in any server-level rule.Is GoogleProducer safe?
Will blocking GoogleProducer hurt my SEO?
How do I block GoogleProducer in robots.txt?
/robots.txt:
User-agent: GoogleProducer Disallow: /To restrict only part of your site, disallow specific paths and allow the rest.