nuxt-seo

Configure Nuxt SEO modules to generate robots.txt, sitemap.xml, OG images, and JSON-LD.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/9aia/pachira --skill nuxt-seo-9aia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt-seo
Source: https://github.com/9aia/pachira/tree/main/.claude/skills/nuxt-seo
Command: npx skills add https://github.com/9aia/pachira --skill nuxt-seo-9aia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nuxt SEO configuration and optimization to ensure search engines properly crawl, index, and render Nuxt apps with correct meta, schemas, and OG images. It consolidates robots.txt, sitemap.xml, and JSON-LD structured data management for Nuxt projects, enabling consistent SEO across routes and content.

Core Features & Use Cases

  • Clear module installation and configuration for Nuxt 4 SEO needs.
  • Manage robots.txt, sitemap.xml, OG images, and JSON-LD schemas across pages.
  • Per-page and route-based SEO metadata with automatic extraction from frontmatter.

Quick Start

Install the nuxt-seo module and configure site identity and metadata in nuxt.config.ts.

Frequently Asked Questions about nuxt-seo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a sitemap.xml and robots.txt for a Nuxt site?

To generate a sitemap.xml and robots.txt for a Nuxt site, configure the module within nuxt.config.ts. It automatically renders these SEO artifacts from your route metadata to ensure search engines properly crawl and index your application.

How do I add JSON-LD structured data and schema.org markup in Nuxt?

Adding JSON-LD structured data and schema.org markup in Nuxt involves leveraging the module's content and module APIs. It automatically extracts metadata from frontmatter to render structured data across multiple pages and routes.

Can I create dynamic OG images for individual Nuxt routes automatically?

Yes, you can create dynamic OG images for individual Nuxt routes automatically. The module integrates with Nuxt content APIs to generate per-page OG images alongside other metadata like JSON-LD schemas and breadcrumbs.

Does this approach extract SEO metadata directly from markdown frontmatter?

Yes, this approach extracts SEO metadata directly from markdown frontmatter. By integrating with Nuxt content and module APIs, it automatically renders per-page metadata, structured data, and sitemaps from the extracted frontmatter.

What is the best way to manage per-page SEO metadata across multiple Nuxt routes?

The best way to manage per-page SEO metadata across multiple Nuxt routes is using a consolidated module that applies global site configuration while extracting route-based metadata. This ensures consistent SEO, breadcrumbs, and schemas across all pages.

Do I need to manually configure breadcrumbs for each page in a Nuxt app?

No, you do not need to manually configure breadcrumbs for each page in a Nuxt app. The module automatically renders breadcrumbs across multiple pages and routes by extracting data from existing frontmatter and route metadata.