Troubleshooting hub

Cloudflare AI crawler troubleshooting hub

Use this hub when AI crawlers cannot reach your site reliably. Start with the matching failure pattern, then move to logs and rule tuning.

Step 1: Identify the failure class

Example: choose by log symptom

If your logs show repeated Googlebot, OAI-SearchBot, or ClaudeBot requests with 200/304 on public pages, the crawler path is probably open. The next question is indexing, internal links, and source-page quality; use the Search Console submission workflow when deciding which source pages to inspect first. For Gemini policy decisions, separate crawl access from the Google-Extended robots token, then use the Google-Extended allow/block decision guide before changing rules.

If your logs show crawler requests only for /robots.txt and never for your question, guide, or product pages, check sitemap freshness, whether your important URLs are linked from crawlable HTML, and whether your llms.txt link list is focused enough. If requests appear but return 403, start with WAF events before editing robots.txt.

If most noise is scanner paths such as /.env, /wp-login.php, or phpunit, do not let those hits drive content work. We document this filtering approach in the LLMs File traffic baseline case study.

Step 2: 520-526 fix pages

520

Unknown error

Malformed origin responses, oversized headers, or abrupt resets.

Open 520 guide
521

Web server down

Connection refused at origin process or firewall layer.

Open 521 guide
522

Connection timed out

Origin latency or path-level timeout bottlenecks.

Open 522 guide
523

Origin unreachable

DNS-to-origin mismatch or route availability issues.

Open 523 guide
524

Timeout occurred

Long-running application responses behind Cloudflare limits.

Open 524 guide
525 / 526

TLS and certificate failures

Handshake and certificate-chain mismatch between edge and origin. Use the Caddy 525 guide when Caddy owns origin TLS.

Open Nginx 525 path

Step 3: Verify crawler access after fixes

  1. Check security events for reduced blocks on public crawl paths.
  2. Check origin logs for crawler status mix (200/304 should dominate).
  3. Track /robots.txt, /sitemap.xml, and key question pages for stable access over multiple days.

Use these pages as your post-fix verification path: how to check OAI-SearchBot visits, how to check ChatGPT-User visits, and PerplexityBot rollout decision guide.

Generate a Cloudflare command checklist