nuxt-seo

Configure Nuxt.js SEO settings and generate sitemap.xml and robots.txt.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/hipi/nuxt-nav-ai --skill nuxt-seo-hipi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt-seo
Source: https://github.com/hipi/nuxt-nav-ai/tree/main/.agents/skills/nuxt-seo
Command: npx skills add https://github.com/hipi/nuxt-nav-ai --skill nuxt-seo-hipi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of optimizing your Nuxt.js application for search engines, ensuring better visibility and discoverability.

Core Features & Use Cases

  • SEO Configuration: Manage site-wide SEO settings, including meta tags, robots directives, and sitemaps.
  • Dynamic Content Optimization: Generate OG images, structured data (JSON-LD), and handle sitemap generation for dynamic content.
  • Use Case: When launching a new Nuxt blog, use this Skill to automatically generate a sitemap.xml, configure robots.txt to allow crawling, and create compelling OG images for each post to improve social sharing.

Quick Start

Use the nuxt-seo skill to configure the site name and URL in your nuxt.config.ts file.

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 my Nuxt.js application?

To generate a sitemap.xml and robots.txt for Nuxt.js, you can use this Skill to automatically configure robots directives and create sitemaps for dynamic content directly in your nuxt.config.ts file. It seamlessly handles generation for dynamic routes.

Can I automatically create OG images for dynamic content in Nuxt?

Yes, you can automatically create OG images for dynamic content in Nuxt. This Skill provides a module to dynamically generate compelling OG images for each post or page, which improves social sharing visibility without manual image creation.

What's the best way to add schema.org structured data to a Nuxt blog?

The best way to add schema.org structured data to a Nuxt blog is using this Skill to generate JSON-LD. It integrates with Nuxt Content to automatically inject structured data into your pages for better search engine comprehension.

Does this SEO module work with Nuxt Content for content management?

Yes, this SEO module works with Nuxt Content. It integrates seamlessly with Nuxt Content to provide SEO-friendly content management, automatically handling site-wide meta tags, sitemaps, and structured data for your markdown files.

How do I configure site-wide meta tags and site URL in Nuxt?

To configure site-wide meta tags and the site URL in Nuxt, use this Skill to manage your SEO settings in the nuxt.config.ts file. It centralizes site configuration to ensure consistent meta tags across your application.