FeedFetcher-Google
Operated by Google
Quick Facts
- User-Agent:
- FeedFetcher-Google
- 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 FeedFetcher-Google?
FeedFetcher-Google retrieves RSS and Atom feeds on behalf of Google services that subscribe to them, such as Google News and PubSubHubbub delivery.
FeedFetcher-Google retrieves RSS and Atom feeds on behalf of Google services that subscribe to them, such as Google News and PubSubHubbub delivery.
FeedFetcher-Google identifies itself with the user-agent token FeedFetcher-Google. You can control it with a User-agent: FeedFetcher-Google group in robots.txt. Robots.txt is voluntary, so for hard enforcement combine it with server-level blocking.
What happens if you block FeedFetcher-Google?
How to control FeedFetcher-Google with robots.txt
<code>User-agent: FeedFetcher-Google</code> - Matching is case-insensitive. Robots.txt is fetched from the root of each subdomain separately.
Is FeedFetcher-Google safe to allow?
FeedFetcher-Google. Allow it if you publish a feed that Google products consume.What does FeedFetcher-Google do?
Understanding what FeedFetcher-Google is for helps you decide whether to allow or block it.
- Retrieves RSS and Atom feed documents
- Serves Google products that subscribe to feeds
- Refetches feeds when publishers push updates
- Does not perform general page crawling
- Respects robots.txt directives
Frequently Asked Questions
What is the user-agent string for FeedFetcher-Google?
FeedFetcher-Google. Match it case-insensitively in robots.txt and in any server-level rule.Is FeedFetcher-Google safe?
Will blocking FeedFetcher-Google hurt my SEO?
How do I block FeedFetcher-Google in robots.txt?
/robots.txt:
User-agent: FeedFetcher-Google Disallow: /To restrict only part of your site, disallow specific paths and allow the rest.