Skip to main content
Back to the directory
laguagu/claude-code-nextjs-skillsSoftware EngineeringFrontend and Design

nextjs-seo

Complete SEO setup for Next.js 16+ apps with metadata, sitemaps, robots.txt, and Core Web Vitals guidance.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
940

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/laguagu/claude-code-nextjs-skills --skill nextjs-seo
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, nextjs-seo has 940 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: laguagu/claude-code-nextjs-skills. Canonical URL: https://skills.sh/laguagu/claude-code-nextjs-skills/nextjs-seo.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Complete SEO setup for Next.js 16+ apps with metadata, sitemaps, robots.txt, and Core Web Vitals guidance. Comprehensive SEO guide for Next.js App Router applications. Run this checklist for any Next.js project: With cacheComponents: true in next.config.ts, use the "use cache" directive for SEO-critical server components: Key rules: - Covers essential files (root metadata, dynamic sitemaps, robots configuration) with ready-to-use TypeScript examples for App Router - Includes rendering strategy comparison (SSG, SSR, ISR, CSR) and Core Web Vitals targets (LCP, INP, CLS) for performance optimization - Provides quick audit checklist, common mistakes to avoid, and dynamic metadata patterns for product pages and canonical URLs - References structured data (JSON-LD), troubleshooting guides, and noindex configuration for controlling search engine indexing - Check robots.txt : curl - Check sitemap : curl - Check metadata : View page source, search for and - Check JSON-LD : View page source, search for application/ld+json - Check Core Web Vitals : Run Lighthouse in Chrome DevTools - "use cache" must be the first statement in the function body - No cookies() / headers() inside cache scope - Use cacheLife() + cacheTag() instead of export const revalidate - Sitemaps and metadata are static by default — only use "use cache" if they fetch dynamic data - Metadata API : See...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does nextjs-seo do?

Complete SEO setup for Next.js 16+ apps with metadata, sitemaps, robots.txt, and Core Web Vitals guidance.

Is nextjs-seo good?

nextjs-seo does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support nextjs-seo?

nextjs-seo currently lists compatibility with Claude Code, Skills CLI.

Is nextjs-seo safe to install?

nextjs-seo has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to nextjs-seo?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install nextjs-seo?

Run the following command to install nextjs-seo: npx skills add https://github.com/laguagu/claude-code-nextjs-skills --skill nextjs-seo

Related skills

Alternatives in Software Engineering