nuxt-seo

Configure SEO metadata, robots, sitemaps, OG images, and schema.org for Nuxt 3 apps.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/jd-solanki/lekhan-internal-sync --skill nuxt-seo-jd-solanki
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nuxt-seo
Source: https://github.com/jd-solanki/lekhan-internal-sync/tree/main/.agents/skills/nuxt-seo
Command: npx skills add https://github.com/jd-solanki/lekhan-internal-sync --skill nuxt-seo-jd-solanki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nuxt SEO module helps you manage site-wide SEO metadata, robots rules, sitemaps, OG images, and JSON-LD schema data from a single, consistent configuration, improving search visibility with minimal repetitive setup.

Core Features & Use Cases

  • Centralized SEO configuration including site URL, name, and indexability
  • Auto-generated robots.txt and sitemap.xml based on route rules
  • Dynamic OG image generation and JSON-LD schema.org integration
  • Breadcrumbs and canonical URLs support with light-weight utilities

Quick Start

Install and configure in your Nuxt project: npm i -D @nuxtjs/seo, then configure site, robots, sitemap, and schemaOrg frontmatter as described in the references.

Frequently Asked Questions about nuxt-seo

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

FAQPage Schema
How do I configure SEO metadata and robots.txt for a Nuxt 3 app?▼

To configure SEO metadata for a Nuxt 3 app, use the Nuxt SEO module to centralize site URL settings, auto-generate robots.txt based on route rules, and manage indexability from a single configuration.

What is the best way to generate a sitemap.xml with dynamic routes in Nuxt?▼

The best way to generate a sitemap.xml in Nuxt is using the Nuxt SEO module, which auto-generates sitemaps based on your route rules, ensuring consistent SEO metadata without repetitive manual setup.

Can I dynamically generate OG images and JSON-LD schema.org data in Nuxt?▼

Yes, you can dynamically generate OG images and integrate JSON-LD schema.org data in Nuxt by configuring the Nuxt SEO module's frontmatter fields and APIs for pages and routes.

Does the Nuxt SEO module support canonical URLs and breadcrumbs?▼

Yes, the Nuxt SEO module supports canonical URLs and breadcrumbs, providing lightweight utilities to maintain consistent SEO metadata across your Nuxt 3 project.

Do I need to manually configure frontmatter fields for every page to manage Nuxt SEO?▼

No, you do not need to manually configure frontmatter for every page; the Nuxt SEO module enforces frontmatter fields and route-based controls to deliver reliable SEO outcomes with minimal repetitive setup.