--- id: ins_mike-king-499-ai-bot-silence operator: Mike King operator_role: Founder and CEO, iPullRank co_operators: [] source_url: "https://ipullrank.com/page-speed-impacts" source_type: post source_title: Page Speed Impacts on AI Bot Crawling source_date: 2026-05-08 captured_date: 2026-05-09 domain: [seo, content-strategy] lifecycle: [awareness] maturity: applied artifact_class: playbook score: { originality: 4, specificity: 5, evidence: 3, transferability: 4, source: 4 } tier: B related: [ins_crawlability-shapes-everything, ins_aeo-three-layer-presence-readiness-impact, ins_casey-hill-aeo-structural-prominence] raw_ref: --- # A 499 from an AI bot UA means the bot decided the page was not worth waiting for and silently excluded it from the LLM candidate set ## Claim A 499 response code from an AI bot crawler means the bot decided the page was not worth waiting for and silently excluded it from the LLM candidate set before any content quality judgment was made. This is gating, not ranking. ## Mechanism ChatGPT and Perplexity bots enforce patience limits on TTFB and HTML payload size. When a page exceeds these limits, the bot emits a 499 (client closed request) and moves on. The page never enters the pool the model considers for citation or recommendation. The distinction matters: a page with a 499 problem is not ranked low, it is absent from consideration entirely. ## Conditions Holds when: Pages serve large HTML payloads or have backend latency above roughly 1,500 ms TTFB for the specific bot UA. Applies to ChatGPT and Perplexity bots specifically; standard search crawlers are more patient. Fails when: TTFB is under 500 ms and payload is minimal. Standard user-agent logs do not distinguish bot patience failures from browser tab closes. ## Evidence Mike King's server log analysis across iPullRank client sites, published May 8, 2026. > "A 499 doesn't mean your server failed. It means the system requesting your content decided it wasn't worth waiting for." ## Signals - Server logs show 499s from GPTBot, PerplexityBot, or ClaudeBot UAs - Pages with high AI-bot 499 rates have near-zero AI citation despite strong content and structural signals - TTFB above 1,500 ms on templates with high AI-bot traffic correlates with citation gaps ## Counter-evidence Not all 499s are bot-patience failures; network drops and browser tab closes also produce 499s. Filter by UA before drawing conclusions. Some bot behavior may differ by version or crawl context. ## Cross-references - `ins_crawlability-shapes-everything`: crawlability is the upstream gate; 499 is the specific failure mode - `ins_casey-hill-aeo-structural-prominence`: structural signals do not reach the LLM if the page 499s first - `ins_aeo-three-layer-presence-readiness-impact`: 499 monitoring belongs in the readiness layer