Google Inspection Tool
Operated by Google
Google-InspectionToolAbout this crawler
Google Inspection Tool is Google's ai search indexing crawler. Indexes the page so it can be surfaced and cited in AI powered search results later. Closest in behaviour to a classic search engine crawler.
A request from Google Inspection Tool usually means the page is being indexed so it can be cited in AI powered search results later, not read by a person at the moment of the request.
User agent
Match on the token, not the whole header. Operators change version numbers and the surrounding text freely, so a substring match on the token is the only stable rule.
Mozilla/5.0 (compatible; Google-InspectionTool/1.0; +https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers)
Typical shape. The exact header varies by operator and version.
Blocking it in robots.txt
User-agent: Google-InspectionTool Disallow: /
robots.txt is a request, not enforcement. Well behaved crawlers honour it; nothing stops one that does not.
Verifying a request really came from Google Inspection Tool
Scrapers routinely borrow a well known crawler's user agent to slip past rate limits. Checking takes three pieces.
1. User agent
What the request claims to be. It is a plain header that anyone can set, so on its own it proves nothing.
2. Request IP
The address the request actually arrived from. Your server sees it directly, and it cannot be set by the caller the way a header can.
3. Range check
The operator publishes no fixed IP list. Instead, the address a request came from is looked up in reverse DNS, the resulting hostname has to end in one of the operator’s domains, and that hostname has to resolve forward to the same address.
Approved hostname endings: googlebot.comgoogle.com.
This operator publishes no fixed address blocks, so there is nothing to list here. The reverse DNS check above is the documented method.
More from Google
Cloud Vertex Bot
CloudVertexBotModel training
Gemini
Gemini-Deep-ResearchAI answers
Google Agent
Google-AgentAutonomous agents
Google Cloud Vertex Bot
Google-CloudVertexBotModel training
Google-ExtendedModel training
Google Firebase AI
Google-FirebaseAutonomous agents
Gemini CLI
Google-Gemini-CLIAutonomous agents
NotebookLM
Google-NotebookLMAI answers
Project Mariner
GoogleAgent-MarinerAutonomous agents
Google URL Context
GoogleAgent-URLContextAI answers
GooglebotAI search indexing
GoogleOtherModel training
GoogleOther Image
GoogleOther-ImageModel training
GoogleOther Video
GoogleOther-VideoModel training
Is Google Inspection Tool allowed on your site?
Zenovay reads your robots.txt and llms.txt and shows, crawler by crawler, which AI products you currently allow and which you block. It also tracks the AI assistants that send you real visitors, and ties those visits to revenue.
Start free