nuxt-seo

Automate SEO metadata integration for Nuxt apps with robots rules, sitemaps, OG images, and JSON-LD.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/vito1317/security-one-waf-website --skill nuxt-seo-vito1317
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt-seo
Source: https://github.com/vito1317/security-one-waf-website/tree/main/.tessl/tiles/onmax/nuxt-skills/skills/nuxt-seo
Command: npx skills add https://github.com/vito1317/security-one-waf-website --skill nuxt-seo-vito1317

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nuxt SEO provides a centralized, scalable approach to manage search engine metadata for Nuxt applications, ensuring robots rules, sitemap coverage, OG image generation, and schema.org structured data are consistently applied.

Core Features & Use Cases

  • Centralized configuration for robots.txt, sitemap.xml, OG images, and JSON-LD schema across a Nuxt site.
  • Per-route and per-page metadata inference via site config and frontmatter to improve SEO without manual repetition.
  • Dynamic generation and validation of SEO artifacts during build and runtime, with reference to site-config, crawlability, and utilities.

Quick Start

Install the nuxt-seo module and enable it in nuxt.config.ts to auto-generate robots.txt, sitemap.xml, OG images, and JSON-LD schema data.

Frequently Asked Questions about nuxt-seo

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

FAQPage Schema
How do I automate SEO metadata generation for a Nuxt application?

To automate Nuxt SEO metadata, you can configure a centralized module to dynamically generate and validate robots rules, sitemap entries, OG images, and JSON-LD schema during build and runtime. This prevents manual repetition across pages.

How do I generate a sitemap and robots.txt for my Nuxt site?

Generating a sitemap and robots.txt for a Nuxt site involves enabling a centralized SEO module that auto-generates these crawlability artifacts based on your site config and per-route routing rules. This ensures consistent search engine coverage without manual file creation.

Can I set per-page SEO metadata using frontmatter in Nuxt?

Yes, you can set per-page SEO metadata in Nuxt using frontmatter. The system supports per-page metadata inference via site config and frontmatter data, allowing individual routes to dynamically render specific OG images and schema.org structured data.

What is the best way to manage JSON-LD schema.org structured data in Nuxt?

Managing JSON-LD schema.org structured data in Nuxt is best handled through a centralized SEO configuration that dynamically generates and validates schema artifacts. This approach ensures structured data is consistently applied across the entire site based on modular reference files.

Does automated Nuxt SEO configuration validate inputs to prevent misconfigurations?

Yes, automated Nuxt SEO configuration validates inputs to prevent misconfigurations. The process orchestrates modular loading of reference files and per-page metadata inference while actively validating data to ensure robots rules and sitemap entries are correctly generated.

Why do I need OG image generation configured site-wide in Nuxt?

Site-wide OG image generation in Nuxt is needed to ensure consistent social media sharing metadata across all routes. By centralizing this configuration, dynamic OG images are generated and validated automatically based on your site config and per-page frontmatter data.