Google-Site-Verification
Operated by Google
Quick Facts
- User-Agent:
- Google-Site-Verification
- Category:
- Google Bots
- Operator:
- Safety:
- Safe
- Blocking Impact:
- Medium - Affects a specific feature, not rankings
- SEO Impact Score:
- 7/10
- Official docs:
- developers.google.com
What is Google-Site-Verification?
Google-Site-Verification fetches the specific file or meta tag that proves you own a domain when you add a property to Google Search Console.
Google-Site-Verification fetches the specific file or meta tag that proves you own a domain when you add a property to Google Search Console.
Google-Site-Verification identifies itself with the user-agent token Google-Site-Verification. You can control it with a User-agent: Google-Site-Verification group in robots.txt. Robots.txt is voluntary, so for hard enforcement combine it with server-level blocking.
What happens if you block Google-Site-Verification?
How to control Google-Site-Verification with robots.txt
<code>User-agent: Google-Site-Verification</code> - Matching is case-insensitive. Robots.txt is fetched from the root of each subdomain separately.
Is Google-Site-Verification safe to allow?
Google-Site-Verification. Do not block. Blocking it prevents you verifying your own domain.What does Google-Site-Verification do?
Understanding what Google-Site-Verification is for helps you decide whether to allow or block it.
- Fetches your domain verification file or meta tag
- Confirms ownership for Google Search Console
- Runs when you add or re-verify a property
- Blocking it prevents you verifying your own site
- Respects robots.txt directives
Frequently Asked Questions
What is the user-agent string for Google-Site-Verification?
Google-Site-Verification. Match it case-insensitively in robots.txt and in any server-level rule.Is Google-Site-Verification safe?
Will blocking Google-Site-Verification hurt my SEO?
How do I block Google-Site-Verification in robots.txt?
/robots.txt:
User-agent: Google-Site-Verification Disallow: /To restrict only part of your site, disallow specific paths and allow the rest.