AI Readable
← All rules
AI crawler accessLowWeight 1

Response speed

crawlability/response-time

Why this matters

Live retrieval fetchers give up quickly — usually after a few seconds. A slow response means the engine drops this page while composing its answer.

How to fix it

Which advice applies depends on what the audit found. The label is the condition that triggers it.

  • slow

    Put the HTML response behind a CDN edge cache and cut server-side rendering work on the critical path.

  • too-slow

    Get time-to-first-byte for the HTML under 1s: edge caching, static generation, or incremental static regeneration.

Check your own page

Run a free audit and see which of these rules your page already passes.

Run a free audit

Other AI crawler access rules