nuxt-seo

Automate SEO configuration and structured data setup for Nuxt projects.

1|Updated Jul 13, 2024
One-click install
npx skills add https://github.com/fabio21777/vue-prime-base --skill nuxt-seo-fabio21777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt-seo
Source: https://github.com/fabio21777/vue-prime-base/tree/main/apps/ssr/.agents/skills/nuxt-seo
Command: npx skills add https://github.com/fabio21777/vue-prime-base --skill nuxt-seo-fabio21777

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nuxt SEO module centralizes and automates the configuration of robots, sitemaps, OG images, and JSON-LD structured data for Nuxt projects, reducing manual setup and errors.

Core Features & Use Cases

  • Central SEO foundation: site config integration with schema-org, og-image, and robots rules.
  • Per-page optimization: auto-generated metadata from frontmatter and Nuxt Content integration.
  • Use Case: When launching a Nuxt site, configure SEO once and automatically apply across pages, posts, and dynamic routes.

Quick Start

Install and enable the nuxt-seo module and load site-config, schema-org, and og-image utilities to enable automatic SEO features

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 configuration for a Nuxt project?

Automate Nuxt SEO configuration by loading the nuxt-seo module to centralize robots.txt, sitemap generation, OG images, and JSON-LD schema.org integration. This reduces manual setup and errors by applying site-wide configuration automatically across your Nuxt pages.

What is the best way to generate structured data and sitemaps in Nuxt?

Generate structured data and sitemaps in Nuxt using the nuxt-seo module, which integrates schema-org and site-config utilities. It automatically builds JSON-LD structured data and sitemaps to improve search visibility across static and dynamic routes.

Can I use frontmatter to control per-page SEO metadata in Nuxt?

Yes, you can use frontmatter to drive per-page SEO metadata in Nuxt. The nuxt-seo module auto-generates metadata from frontmatter and Nuxt Content integration, allowing specific routing rules and customized structured data for individual pages.

Does the Nuxt SEO module support automatic OG image generation?

Yes, the Nuxt SEO module supports automatic OG image generation. It includes the og-image utility, which dynamically creates Open Graph images for your pages alongside robots rules and sitemap generation to enhance search visibility.

Why do I need JSON-LD schema.org integration for my Nuxt site?

JSON-LD schema.org integration is needed to provide search engines with structured data about your Nuxt site content. The nuxt-seo module automates this setup, improving search visibility and ensuring accurate rich result parsing without manual configuration errors.

Are there limitations to centralizing robots.txt and sitemap rules with Nuxt SEO?

Centralizing robots.txt and sitemap rules with Nuxt SEO requires the site-config utility and depends on Nuxt Content integration for frontmatter-driven metadata. Complex routing rules may require manual overrides if the automatic site-wide configuration does not cover specific edge cases.