agentspeed.
← all tools
Tool

AI Crawler Access Matrix

Fetch any URL in parallel as ten AI crawlers and a default browser. See exactly which agents your site allows, blocks, redirects, challenges, or serves a different body to. Real HTTP fetches, real verdicts.

Tool
https://booking.com10 crawlers tested10 challenged
agentverdictstatusbyteslatencysimilaritynote
GPTBotchallenged2022,008143ms1.00OpenAI training crawler
ChatGPT-Userchallenged2022,008121ms1.00ChatGPT browsing for a user
ClaudeBotchallenged2022,008122ms1.00Anthropic crawler
Claude-Userchallenged2022,008138ms1.00Claude browsing for a user
PerplexityBotchallenged2022,008160ms1.00Perplexity citation crawler
Google-Extendedchallenged2022,008139ms1.00Google AI training opt-out crawler
Googlebotchallenged2022,008140ms1.00Google search index crawler
Bingbotchallenged2022,008142ms1.00Bing search index crawler
CCBotchallenged2022,008141ms1.00Common Crawl, feeds many AI training datasets
Browserchallenged2022,008158ms1.00Vanilla desktop Chrome, control row

What each row means

  • GPTBotchallengedAWS WAF challenge served. Compliant agents cannot solve it and will not see the real page.
  • ChatGPT-UserchallengedAWS WAF challenge served. Compliant agents cannot solve it and will not see the real page.
  • ClaudeBotchallengedAWS WAF challenge served. Compliant agents cannot solve it and will not see the real page.
  • Claude-UserchallengedAWS WAF challenge served. Compliant agents cannot solve it and will not see the real page.
  • PerplexityBotchallengedAWS WAF challenge served. Compliant agents cannot solve it and will not see the real page.
  • Google-ExtendedchallengedAWS WAF challenge served. Compliant agents cannot solve it and will not see the real page.
  • GooglebotchallengedAWS WAF challenge served. Compliant agents cannot solve it and will not see the real page.
  • BingbotchallengedAWS WAF challenge served. Compliant agents cannot solve it and will not see the real page.
  • CCBotchallengedAWS WAF challenge served. Compliant agents cannot solve it and will not see the real page.
  • BrowserchallengedAWS WAF challenge served. Compliant agents cannot solve it and will not see the real page.
Result summary

Copyable summary for sharing with infra owners or filing an issue with your CDN.

AgentSpeed AI Crawler Access Matrix
Target: https://booking.com
Run: 2026-07-26T08:04:43.121Z

Per-agent verdict:
  - GPTBot           challenged     status=202 sim=1.00 bytes=2008
  - ChatGPT-User     challenged     status=202 sim=1.00 bytes=2008
  - ClaudeBot        challenged     status=202 sim=1.00 bytes=2008
  - Claude-User      challenged     status=202 sim=1.00 bytes=2008
  - PerplexityBot    challenged     status=202 sim=1.00 bytes=2008
  - Google-Extended  challenged     status=202 sim=1.00 bytes=2008
  - Googlebot        challenged     status=202 sim=1.00 bytes=2008
  - Bingbot          challenged     status=202 sim=1.00 bytes=2008
  - CCBot            challenged     status=202 sim=1.00 bytes=2008
  - Browser          challenged     status=202 sim=1.00 bytes=2008

Run again at: https://agentspeed.com/tools/ai-crawler-access-matrix
Watch this URL — get alerted when this changes

Turn this one-off check into a scheduled watch. We re-run it, diff the result, and alert you on a regression through the same channels as your agent alerts. Watches are a paid feature.

Manage watches at /watches. You’ll be asked to sign in if you haven’t already.

Examples

Click an example to run the tool with pre-filled inputs.

Why this matters for AI agents

Most agent-readiness problems show up here first. A site that blocks GPTBot at the WAF, redirects ChatGPT-User to /login, or serves a different body to PerplexityBot than to a browser will never show up in agent answers, and the only way to find out is to actually fetch as those agents.

This is the live equivalent of the journey.primary_probe check on a public scan, run on demand against any URL.

Common fixes
WAF blocks GPTBot
In Cloudflare bot management, allow GPTBot, ClaudeBot, and PerplexityBot explicitly. Their UA strings are documented and IPs are fixed.
Different body for bots than browser
If similarity drops below 0.80 between an agent and the Browser baseline, your CMS or edge layer is likely rendering a different variant. Audit any UA-conditional rendering rules, since agents often get the worst one.
Redirected to /login
Render server-side preview content for unauthenticated requests on landing pages. Agents cannot authenticate; they cite the auth wall.
Cloudflare challenge fires
Add the bot to Cloudflare’s allowed-bots list, or whitelist the published IP ranges for OpenAI, Anthropic, Perplexity.
Different canonical per UA
Canonical drift confuses agent dedupe. Audit any UA-conditional canonical rules; the canonical should be identical across all UAs.
Linked rubric checks
FAQ
Is this the same as the Agent UA tester?
Same backend pipeline, broader UA list. The UA tester runs 6 UAs to focus on cloaking detection. The Crawler Access Matrix runs 10, adding Claude-User, Google-Extended, Googlebot, Bingbot, and Common Crawl, to give a full picture of who can and cannot reach your site.
Why include Googlebot and Bingbot?
Because misconfigured WAFs frequently block them too. If your search visibility tanks, the matrix tells you whether the cause is your robots.txt, your bot manager, or your CDN, without you having to spelunk through logs.
What does "allowed-different" mean?
The agent got a 200 OK but the body content differs from the browser baseline by more than 20% (Jaccard similarity < 0.80). This is usually cloaking, paywall variants, or "render lite for bots" rules. Agents see worse content than humans.
Do you store the responses?
No. Each run is fetched live and discarded. The result page is rendered server-side; nothing persists.
How do redirects show up?
fetchWithHostPolicy follows up to 5 hops. The "redirected" column shows whether any redirect happened; the final URL column shows where it ended up. SSRF-protected, so every redirect is re-validated against the host policy.
Run a full agent-readiness scan
Full scan

Score the entire site against 30 agent-readiness checks across discoverability, readability, structured data, actionability, and performance.

Get the full report for booking.com →