Nextjs SEO
SEO with Nextjs.
Requirements
- Sitemap
- Robots.txt
- OG image
- Metadata API
Context
- Page Rendering — Rendering strategy affects crawlability
- Performance — Core Web Vitals feed search ranking
- Server Components — Server rendering for indexable HTML
Links
Questions
How do you handle SEO for dynamic, user-specific routes?
- When does client-side rendering kill crawlability?
- What metadata changes require a redeploy vs runtime generation?
- How do you test OG images across social platforms before shipping?