Prerendering
Serve cached, crawler-ready snapshots and refresh them when content changes.
import { prerender } from '@mindstudio-ai/agent';A single-page app hands a crawler an empty shell unless you prerender it. Opt specific routes in, and the platform serves bots a cached, fully rendered snapshot while real users still get the live app. Deploys refresh those snapshots automatically. When the content behind a route changes at runtime (a page edited, an entry updated), purge it so the next crawl re-renders from live data.
1 entry