Google-InspectionTool

What is Google-InspectionTool?

Google-InspectionTool is a specialized web crawler developed and operated by Google that serves as the crawler for Google's search testing tools. Introduced in May 2023, this crawler is specifically designed to support diagnostic tools within Google Search Console, particularly the URL Inspection Tool and the Rich Result Test. The crawler mimics Googlebot's behavior while using distinct user agent strings to differentiate its activity from Google's primary indexing crawlers.

Google-InspectionTool identifies itself in server logs with user agent strings that vary between desktop and mobile environments. For mobile crawls, it uses Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/W.X.Y.Z Mobile Safari/537.36 (compatible; Google-InspectionTool/1.0), while the desktop variant uses the simpler Mozilla/5.0 (compatible; Google-InspectionTool/1.0).

This crawler operates under two user agent tokens: "Googlebot" and "Google-InspectionTool," which enables server-side identification while maintaining compatibility with existing crawl rules configured for Googlebot. Unlike Google's primary crawlers that focus on broad coverage for indexing, Google-InspectionTool executes targeted fetches to validate technical configurations when specifically requested through Google's testing tools.

Why is Google-InspectionTool crawling my site?

If you notice Google-InspectionTool in your server logs, it's most likely because someone (possibly you or someone on your team) is using Google's testing tools to analyze your website. This crawler is triggered when:

  1. Someone uses the URL Inspection tool in Google Search Console to check a specific URL on your site
  2. Someone runs the Rich Result Test on a page from your website
  3. Other Google Search testing tools are used to evaluate your content

Unlike Googlebot's regular crawling, Google-InspectionTool doesn't visit your site on a scheduled basis. Its crawling is entirely on-demand and directly tied to specific testing actions. The crawler only accesses the exact URLs being tested through these tools, rather than exploring your site broadly.

The frequency of these visits depends entirely on how often people use Google's testing tools to analyze your site. If you're actively troubleshooting issues or validating implementations, you might see multiple visits in a short timeframe.

What is the purpose of Google-InspectionTool?

Google-InspectionTool serves as the technical foundation for Google's search-related diagnostic tools. When a webmaster initiates a test through the URL Inspection Tool or Rich Result Test, this crawler fetches the specified URL to simulate how Googlebot would render and process the page. It verifies structured data, meta tags, indexability status, and other technical configurations.

The primary purpose is to help website owners and SEO professionals diagnose search-related issues by providing immediate feedback during troubleshooting. This enables you to:

  • Verify if Google can access and render your pages correctly
  • Check if your structured data is properly implemented for rich results
  • Identify potential indexing issues before they affect your search visibility
  • Test fixes to existing problems without waiting for regular Googlebot crawls

The data collected by Google-InspectionTool is used solely for the purpose of providing diagnostic information through Google's testing tools and is not used for indexing your site in search results.

How do I block Google-InspectionTool?

Google-InspectionTool respects robots.txt directives, just like other Google crawlers. If you wish to block this crawler, you can add the following directive to your robots.txt file:

User-agent: Google-InspectionTool
Disallow: /

However, blocking Google-InspectionTool will prevent Google's testing tools from working properly with your site. This means you won't be able to use the URL Inspection tool in Search Console or the Rich Results Test to diagnose issues on your website. Since these tools are valuable for troubleshooting and improving your site's search performance, blocking this crawler is generally not recommended.

It's important to note that if you have rules in your robots.txt file that block Googlebot, these may also affect Google-InspectionTool since it shares the Googlebot token. If you're experiencing issues with Google's testing tools, check if your robots.txt file has overly restrictive rules that might be blocking access.

If you're concerned about the load this crawler might place on your server, remember that it only visits your site when someone explicitly uses Google's testing tools to analyze your pages, not on an automated schedule like regular crawlers.

Something incorrect or have feedback?
Share feedback
Google-InspectionTool logo

Operated by

Developer tool

Documentation

Go to docs

AI model training

Not used to train AI or LLMs

Acts on behalf of user

Yes, behavior is triggered by a real user action

Obeys directives

Yes, obeys robots.txt rules

User Agent

Mozilla/5.0 (compatible; Google-InspectionTool/1.0)