Technical SEO
Next.js technical SEO audit and implementation skill
Metadata
- Name: seo-technical
- Version: 1.0.0
- Author: webrenew
- Tags: nextjs, seo, metadata, structured-data, json-ld, sitemap, open-graph, core-web-vitals
When to Use
This skill should be used when:
- Setting up or auditing SEO for a Next.js application
- Implementing metadata, structured data, or Open Graph tags
- Generating sitemaps, robots.txt, or OG images
- Configuring canonical URLs, hreflang, or redirects
- Debugging indexing issues or search ranking problems
- Migrating from Pages Router to App Router SEO patterns
- Reviewing rendering strategy impact on crawlability
Summary
Comprehensive Next.js App Router SEO guide covering the Metadata API, JSON-LD structured data (Organization, Product, Article, FAQ, BreadcrumbList, LocalBusiness), Open Graph with dynamic OG image generation, sitemaps (static, dynamic, multi-sitemap), robots configuration, canonical URLs, Core Web Vitals ranking signals, international SEO with hreflang, rendering strategy impact on indexing, URL structure, internal linking, and common SEO mistakes with fixes.
1---2name: seo-technical3description: Audit and improve technical SEO in Next.js apps. Use this skill for metadata, structured data, Open Graph, sitemaps, robots rules, canonical URLs, hreflang, redirects, search visibility, and crawlability.4---56# Technical SEO78> Next.js technical SEO audit and implementation skill910## Metadata1112- **Name**: seo-technical13- **Version**: 1.0.014- **Author**: webrenew15- **Tags**: nextjs, seo, metadata, structured-data, json-ld, sitemap, open-graph, core-web-vitals1617## When to Use1819This skill should be used when:20- Setting up or auditing SEO for a Next.js application21- Implementing metadata, structured data, or Open Graph tags22- Generating sitemaps, robots.txt, or OG images23- Configuring canonical URLs, hreflang, or redirects24- Debugging indexing issues or search ranking problems25- Migrating from Pages Router to App Router SEO patterns26- Reviewing rendering strategy impact on crawlability2728## Summary2930Comprehensive Next.js App Router SEO guide covering the Metadata API, JSON-LD structured data (Organization, Product, Article, FAQ, BreadcrumbList, LocalBusiness), Open Graph with dynamic OG image generation, sitemaps (static, dynamic, multi-sitemap), robots configuration, canonical URLs, Core Web Vitals ranking signals, international SEO with hreflang, rendering strategy impact on indexing, URL structure, internal linking, and common SEO mistakes with fixes.