nuxt-seo

Configure Nuxt SEO by integrating eight modules into one workflow.

204|30|Updated Nov 8, 2025
One-click install
npx skills add https://github.com/secondsky/claude-skills --skill nuxt-seo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt-seo
Source: https://github.com/secondsky/claude-skills/tree/main/plugins/nuxt-seo/skills/nuxt-seo
Command: npx skills add https://github.com/secondsky/claude-skills --skill nuxt-seo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

Centralizes and optimizes Nuxt SEO, uniting 8 modules to deliver comprehensive search optimization.

Core Features & Use Cases

  • Comprehensive SEO ecosystem: seo, robots, sitemap, og-image, schema-org, link-checker, seo-utils, site-config
  • Unified site configuration and routing rules
  • Open Graph, schema.org, sitemaps, and robots.txt automation
  • Multi-environment and multi-language SEO patterns

Quick Start

Install the complete SEO bundle and configure site.url in nuxt.config.ts to enable sitemap, OG images, and structured data.

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 for a Nuxt 3 project with sitemaps and Open Graph images?

Nuxt SEO integrates eight modules to automate sitemaps, OG images, and structured data. Install the bundle, set site.url in nuxt.config.ts, and the suite generates robots.txt, XML sitemaps, OG image rendering via Satori or Chromium, and Schema.org JSON-LD automatically across your Nuxt 3 or 4 project.

Can I use Nuxt SEO with multi-language and multi-environment setups?

Yes. Nuxt SEO supports i18n and environment-based configurations through unified site configuration rules. It generates language-specific sitemaps, OG images, and robots.txt entries tailored to each environment and locale.

What SEO components does Nuxt SEO automate?

Nuxt SEO automates robots.txt generation, XML sitemap creation, Open Graph image rendering, Schema.org structured data as JSON-LD graphs, link validation, and dynamic site configuration. All eight modules work together in a single unified workflow.

How does Nuxt SEO handle Open Graph image generation?

Nuxt SEO renders OG images dynamically using either Satori or Chromium rendering engines. You configure the rendering option in site configuration, and images are generated automatically for each page during build or runtime.

Do I need to manually write robots.txt and sitemaps for Nuxt sites?

No. Nuxt SEO generates robots.txt and XML sitemaps automatically based on your routing and site configuration. Link checking validates your site structure, eliminating manual file management.

What is Schema.org structured data and why does Nuxt SEO include it?

Schema.org structured data is JSON-LD markup that helps search engines understand your site's content. Nuxt SEO generates Schema.org graphs automatically, improving rich snippet eligibility and search engine crawlability without manual JSON writing.