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://lush.com10 crawlers tested10 challenged
agentverdictstatusbyteslatencysimilaritynote
GPTBotchallenged4035,705133ms1.00OpenAI training crawler
ChatGPT-Userchallenged4035,812132ms1.00ChatGPT browsing for a user
ClaudeBotchallenged4035,705133ms1.00Anthropic crawler
Claude-Userchallenged4035,727133ms1.00Claude browsing for a user
PerplexityBotchallenged4035,727132ms1.00Perplexity citation crawler
Google-Extendedchallenged4035,663132ms1.00Google AI training opt-out crawler
Googlebotchallenged4035,727132ms1.00Google search index crawler
Bingbotchallenged4035,705131ms1.00Bing search index crawler
CCBotchallenged4035,663130ms1.00Common Crawl, feeds many AI training datasets
Browserchallenged4035,833132ms1.00Vanilla desktop Chrome, control row

What each row means

  • GPTBotchallengedCloudflare challenge served. Compliant agents cannot solve it and will not see the real page.
  • ChatGPT-UserchallengedCloudflare challenge served. Compliant agents cannot solve it and will not see the real page.
  • ClaudeBotchallengedCloudflare challenge served. Compliant agents cannot solve it and will not see the real page.
  • Claude-UserchallengedCloudflare challenge served. Compliant agents cannot solve it and will not see the real page.
  • PerplexityBotchallengedCloudflare challenge served. Compliant agents cannot solve it and will not see the real page.
  • Google-ExtendedchallengedCloudflare challenge served. Compliant agents cannot solve it and will not see the real page.
  • GooglebotchallengedCloudflare challenge served. Compliant agents cannot solve it and will not see the real page.
  • BingbotchallengedCloudflare challenge served. Compliant agents cannot solve it and will not see the real page.
  • CCBotchallengedCloudflare challenge served. Compliant agents cannot solve it and will not see the real page.
  • BrowserchallengedCloudflare 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://lush.com
Run: 2026-07-26T02:17:05.505Z

Per-agent verdict:
  - GPTBot           challenged     status=403 sim=1.00 bytes=5705
  - ChatGPT-User     challenged     status=403 sim=1.00 bytes=5812
  - ClaudeBot        challenged     status=403 sim=1.00 bytes=5705
  - Claude-User      challenged     status=403 sim=1.00 bytes=5727
  - PerplexityBot    challenged     status=403 sim=1.00 bytes=5727
  - Google-Extended  challenged     status=403 sim=1.00 bytes=5663
  - Googlebot        challenged     status=403 sim=1.00 bytes=5727
  - Bingbot          challenged     status=403 sim=1.00 bytes=5705
  - CCBot            challenged     status=403 sim=1.00 bytes=5663
  - Browser          challenged     status=403 sim=1.00 bytes=5833

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 lush.com →