← Back to blog
Technical SEO checklist for React and Next.js apps
by Respawn LabPublished on Apr 22, 20261 min read
Before writing more content, make sure Google can render, index and understand your site. In React/Next apps, most problems live right here.
Rendering and indexing
- Critical content in the initial HTML (SSR/SSG), not only after JS.
- Correct
robots.txtandsitemap.xml, submitted in Search Console. - One canonical URL per page, no duplicates from query strings.
- Correct
hreflangon multilingual sites.
Structured data
OrganizationandWebSiteJSON-LD in the layout.ArticleandBreadcrumbListon content pages.FAQPagewhere it makes sense — eligible for a rich result.
Performance
- Core Web Vitals within target (see our other article).
- Optimized images with defined dimensions.
- JavaScript shipped on demand, not all at once.
This is exactly the ground we cover in an audit — prioritized by impact, delivered in 7 days.