What problem does it solve? Web pages often fail to rank in search results because of missing meta tags, poor heading structure, absent schema markup, slow Core Web Vitals, and weak content strategy. This Skill provides a structured playbook for diagnosing and fixing these SEO issues in Next.js and general web projects. ## Core Features & Use Cases - On-Page SEO Guidance: Rules for title tags, meta descriptions, heading hierarchy, URL slugs, and image alt text, with Next.js Metadata API code examples. - Technical SEO Implementation: Schema markup (Article, Product, FAQ, HowTo, BreadcrumbList), canonical tags, robots.ts, and sitemap.ts generation for Next.js App Router. - Core Web Vitals Optimization: Concrete techniques for improving LCP, INP, and CLS using next/image, preloading, skeleton layouts, and code splitting. - Use Case: You are launching a blog on a Next.js site and need it to rank. Use this Skill to generate correct metadata, add Article schema markup, build a sitemap, and run the pre-publication SEO checklist before going live. ## Quick Start Audit my Next.js page for SEO issues and generate the metadata, schema markup, and sitemap configuration needed to improve its search ranking.