nextjs-i18n-seo
SolidAudit/fix Next.js i18n SEO for the App Router — crawlability, 307→301 redirects, locale URLs, sitemap, hreflang. Use when diagnosing lost PageRank or i18n redirect bugs in middleware.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- augchan42
- Repository
- augchan42/inkstone
- Created
- 6 months ago
- Last Updated
- yesterday
- Language
- HTML
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
nextjs-seo
Next.js App Router SEO optimization and auditing. Use when implementing or fixing SEO in a Next.js app — metadata and generateMetadata, viewport/themeColor, Open Graph and og/twitter images (file conventions + ImageResponse), web app manifest, favicons/icons, sitemap.xml, robots.txt, canonical URLs, hreflang/i18n alternates, JSON-LD structured data and rich results, Core Web Vitals (LCP/INP/CLS), AI search/GEO and AI crawler rules (GPTBot, OAI-SearchBot), or diagnosing Google indexing problems (Search Console, "Discovered/Crawled - currently not indexed"). Also use to run an SEO audit checklist. Not for general Next.js feature work unrelated to SEO.
nextjs-seo
Implement SEO correctly in a Next.js App Router or Pages Router codebase — metadata, canonicals, sitemaps, robots, Open Graph images, structured data, and rendering strategy. Use whenever the user is working in a Next.js project and mentions SEO, metadata, generateMetadata, sitemap.ts, robots.ts, canonical URLs, Open Graph, og:image, JSON-LD, indexing, or asks why Next.js pages aren't ranking or showing correct previews. Also use when reviewing a Next.js marketing site, blog or docs site before launch.
nextjs-security
Find Next.js-specific security issues across App Router, Pages Router, and Server Actions. Covers the middleware-bypass class, NEXT_PUBLIC environment leakage, RSC over-fetch, CSP for App Router, open redirects, and next/image SSRF via permissive remotePatterns. Invoke when reviewing a Next.js app before launch, after a major version upgrade, or when adding authenticated routes.