Technical SEO for Next.js Sites: 2026 Checklist
Next.js technical SEO: metadata API, sitemap, robots.txt, Schema.org, Core Web Vitals, hreflang, canonical, Google indexing. Developer checklist.
Technical SEO is the foundation of organic traffic. Even great content won't rank if bots can't crawl, pages duplicate, or Core Web Vitals fail. Next.js offers powerful SEO tools — when configured correctly.
Full Next.js technical SEO checklist for 2026.
1. Server-rendered HTML
App Router Server Components, generateStaticParams, ISR. Verify: View Page Source shows content without JS.
2. Metadata API
Unique title (50–60 chars), description (150–160), canonical, hreflang via alternates.languages, Open Graph images.
3. Sitemap.xml
Auto-generate from content registry. Submit to Search Console and Yandex Webmaster.
4. robots.txt
Allow /, disallow /api/, /admin/. Don't block CSS/JS.
5. Schema.org
Organization, Service, FAQPage, Article, BreadcrumbList, Product. Validate with Rich Results Test.
6. URL structure
Clean URLs, lowercase, logical hierarchy, no duplicates, i18n prefixes with hreflang.
7. Core Web Vitals
LCP < 2.5s (next/image), INP < 200ms (Server Components), CLS < 0.1 (fixed image dimensions).
8. Images
next/image WebP/AVIF, alt texts, OG 1200×630.
9. Internal linking
Header/footer, breadcrumbs, blog → services, keyword anchor text.
10. i18n hreflang
next-intl + metadata alternates.
11. Indexing
Google Search Console + Yandex Webmaster, sitemap submit, coverage monitoring.
12–15. Performance, mobile, security, analytics
next/font, CDN, HTTPS, GA4, Metrika.
Pre-launch checklist
SSR, metadata, canonical, sitemap, Schema, CWV green, analytics, HTTPS.
NexForge builds SEO-optimized Next.js sites with full technical SEO from day one.