Geodocs.dev

Prefetch and Prerender Hints for AI Search Crawlers

ShareLinkedIn

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.

TL;DR

Resource hints like rel=prefetch, rel=prerender, and the Speculation Rules API speed up navigation for human users in modern Chromium browsers. However, 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. 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