G

Google Site Verifier

Visit Bot Homepage

Verify Google Site Verifier IP Address

Verify if an IP address truly belongs to Google, using official verification methods. Enter both IP address and User-Agent from your logs for the most accurate bot verification.

Google Site Verifier is a Google service that confirms ownership of websites for tools like Google Search Console, Google Workspace, and other property-based products. It performs targeted requests to verify the presence of verification tokens, such as HTML files, meta tags, or DNS records. These checks are one-time or periodic, triggered when a user initiates verification or when Google revalidates ownership. The bot does not crawl or index content and has no impact on Search rankings. It's activity is minimal, focused solely on confirming site ownership credentials. It ignores the global user agent (*) rule. RobotSense.io verifies Google Site Verifier / Google-Site-Verification using Google’s official validation methods, ensuring only genuine Google Site Verifier / Google-Site-Verification traffic is identified.

This bot does not honor Crawl-Delay rule.

User Agent Examples

Contains: Mozilla/5.0 (compatible; Google-Site-Verification/1.0)
Example user agent strings for Google Site Verifier

Robots.txt Configuration for Google Site Verifier

Robots.txt User-Agent:Google-Site-Verification

Use this identifier in your robots.txt User-agent directive to target Google Site Verifier.

Recommended Configuration

Our recommended robots.txt configuration for Google Site Verifier:

User-agent: Google-Site-Verification
Allow: /

Completely Block Google Site Verifier

Prevent this bot from crawling your entire site:

User-agent: Google-Site-Verification
Disallow: /

Completely Allow Google Site Verifier

Allow this bot to crawl your entire site:

User-agent: Google-Site-Verification
Allow: /

Block Specific Paths

Block this bot from specific directories or pages:

User-agent: Google-Site-Verification
Disallow: /private/
Disallow: /admin/
Disallow: /api/

Allow Only Specific Paths

Block everything but allow specific directories:

User-agent: Google-Site-Verification
Disallow: /
Allow: /public/
Allow: /blog/

Set Crawl Delay

Limit how frequently Google Site Verifier can request pages (in seconds):

User-agent: Google-Site-Verification
Allow: /
Crawl-delay: 10

Note: This bot does not officially mention about honoring Crawl-Delay rule.