Generate a paste-ready Cache Rule expression that makes AI bot HTML requests eligible for the Cloudflare edge cache, with TTL bands by content type and exclusions for dynamic surfaces. Reduces 499 timeout rate against ChatGPT, Claude, Perplexity, and other agent-driven fetchers.
Make AI bot HTML requests eligible for cache; let Cloudflare serve cached HTML at edge instead of round-tripping to your origin; add stale-while-revalidate when supported by origin headers; reduce 499 timeout rate by removing origin latency for AI agents.
Change human user behavior; cache dynamic surfaces (cart, checkout, account, admin); change which AI bots can crawl your site (use ai.txt or robots.txt for that); enable Markdown for Agents (toggle that separately in Caching > AI Crawl Control or Quick Actions).
Cache configuration affects production traffic. Apply on a staging/dev hostname or behind a feature flag and verify with Cloudflare's Cache Status logging (HIT, MISS, BYPASS, EXPIRED, REVALIDATED) before promoting. Verify against your own origin headers and freshness requirements.