nuxt-seo

Automates SEO setup for Laravel apps with meta, Open Graph, and Twitter cards.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nuxt apps often require consistent SEO configurations across robots rules, sitemaps, OG images, and structured data. This skill provides a centralized module-based approach to configure site identity, route rules, and content-based SEO enhancements so you can automate discovery and rich results.

Core Features & Use Cases

  • Automates robots.txt and sitemap.xml generation and route-based SEO rules
  • Generates dynamic Open Graph images and JSON-LD schema.org data
  • Integrates with Nuxt Content v3 for automatic SEO frontmatter rendering from posts
  • Quick-start templates and references to guide configuration

Quick Start

Install and enable nuxt-seo in your Nuxt project, then configure basic site settings in nuxt.config.ts 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 sitemap and robots.txt generation for a Nuxt 3 site?

Automating sitemap and robots.txt generation for a Nuxt 3 site involves using a centralized module to define route rules and site identity in nuxt.config.ts, which then automatically outputs the necessary search discovery files.

Can I generate dynamic Open Graph images and schema.org data in Nuxt?

Generating dynamic Open Graph images and schema.org data in Nuxt is possible by leveraging built-in SEO modules that automatically produce JSON-LD structured data and OG images based on your configured site settings and content.

Does this Nuxt SEO approach integrate with Nuxt Content v3 frontmatter?

This Nuxt SEO approach integrates directly with Nuxt Content v3, enabling automatic extraction and rendering of SEO metadata from post frontmatter to apply consistent route-based search enhancements across your site.

What is the best way to configure structured data across multiple Nuxt routes?

The best way to configure structured data across multiple Nuxt routes is using a centralized module-based configuration in nuxt.config.ts, which applies consistent schema.org metadata and search-friendly markup automatically across all pages.

Do I need manual configuration for every page to set up Nuxt SEO?

You do not need manual configuration for every page to set up Nuxt SEO; requiring only minimal settings in nuxt.config.ts, the module automates the generation of SEO artifacts and applies route rules globally with minimal developer effort.