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
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "nuxt-seo" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (2 files) mkdir -p .claude/skills/nuxt-seo && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/nuxt-seo/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/nuxt-seo/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/nuxt-seo/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/nuxt-seo/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
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.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster