Integration guides

A setup-oriented hub for matching crawler rendering to the framework, host, and request layer your site already uses.

Why it matters

Prerendering has to run before the app shell reaches the crawler. The right setup depends on whether DNS, middleware, an edge function, or a worker can intercept the request.

What you will learn

  • Which platform-specific guide matches your current stack.
  • Why hosting on Vercel or Netlify does not automatically mean SSR.
  • Where DNS, origin URL, middleware, and verification fit together.
Start with the main guide ↗

Learning path

13 articles · Page 2 of 2

Documentation and tools

Crawler support referenceCheck which request-agent families are detected, routed, and tested.

Self-hosted setupChoose managed DNS or a server-side crawler integration.

Nginx reverse proxyRoute crawler requests at an existing reverse proxy.

Origin URLKeep the original site reachable after DNS changes.

DNS pendingFix missing, conflicting, or propagating DNS records.

← Back to all articles