Geodocs.dev

Prefetch and Prerender Hints for AI Search Crawlers

ShareLinkedIn

Open this article in your favorite AI assistant for deeper analysis, summaries, or follow-up questions.

Prefetch and prerender hints — including the older and tags and the modern Speculation Rules API — are browser-side instructions designed for human users, not crawlers. AI search bots such as OAI-SearchBot and GoogleOther typically ignore these hints, so the practical value lies in shaping origin and CDN behavior so priority pages remain fast and discoverable for both humans and AI retrieval.

TL;DR

Resource hints like rel=prefetch, rel=prerender, and the Speculation Rules API speed up navigation for human users in modern Chromium browsers, but AI search crawlers (OAI-SearchBot, GoogleOther, GPTBot, ClaudeBot, PerplexityBot) do not act on them. Use these hints to optimize human UX and to drive your CDN cache strategy; rely on sitemaps, internal linking, and edge caching — not speculative loading — to surface priority pages to AI crawlers.

What prefetch and prerender hints do

Prefetch and prerender hints tell a browser to start fetching or rendering a page before the user navigates to it. There are three implementations a developer should know about, in roughly chronological order.

— the original mechanism. The browser queues a low-priority background fetch of the listed URL and stores the response in the HTTP cache. It is broadly supported but blocked by Cache-Control: no-store and is not optimized for cross-origin navigation (MDN, 2025).

— deprecated in favor of NoState Prefetch and Speculation Rules. Most browsers no longer perform a full prerender from this tag.

The Speculation Rules API, shipped in stable Chromium since Chrome 121, is the modern replacement. Rules are declared in a