AI SummaryNuxt SEO is a meta-module that streamlines SEO configuration, sitemap generation, OG image creation, and structured data management for Nuxt applications. Developers building Nuxt sites need this to ensure proper search engine visibility and social media optimization.
Install
# Add to your project root as SKILL.md curl -o SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/nuxt-seo/SKILL.md"
Description
Nuxt SEO meta-module with robots, sitemap, og-image, schema-org. Use when configuring SEO, generating sitemaps, creating OG images, or adding structured data.
Module Overview
| Module | Purpose | Key API | | ----------------- | --------------- | ----------------------------- | | nuxt-site-config | Shared config | useSiteConfig() | | @nuxtjs/robots | robots.txt | useRobotsRule() | | @nuxtjs/sitemap | sitemap.xml | defineSitemapEventHandler() | | nuxt-og-image | OG images | defineOgImage() | | nuxt-schema-org | JSON-LD | useSchemaOrg() | | nuxt-seo-utils | Meta utilities | useBreadcrumbItems() | | nuxt-link-checker | Link validation | Build-time checks |
Nuxt SEO
`bash npx nuxi module add @nuxtjs/seo `
When to Use
Working with: • SEO configuration (site URL, name, indexability) • Robots.txt and sitemap.xml generation • Dynamic OG image generation • JSON-LD structured data (schema.org) • Breadcrumbs and canonical URLs
Loading Files
Consider loading these reference files based on your task: • ] [references/site-config.md - if configuring site URL, name, or SEO foundation • ] [references/crawlability.md - if setting up robots.txt or sitemap.xml • ] [references/og-image.md - if generating dynamic OG images • ] [references/schema-org.md - if adding JSON-LD structured data • ] [references/utilities.md - if working with breadcrumbs, canonical URLs, or link checking DO NOT load all files at once. Load only what's relevant to your current task.
Quality Score
Acceptable
74/100
Trust & Transparency
Open Source — MIT
Source code publicly auditable
Verified Open Source
Hosted on GitHub — publicly auditable
Actively Maintained
Last commit Today
104 stars — Growing Community
16 forks