KS
Killer-Skills

nuxt-seo — how to use nuxt-seo how to use nuxt-seo, nuxt-seo setup guide, nuxt-seo alternative, nuxt-seo vs prismicio, nuxt-seo install, what is nuxt-seo, nuxt-seo configuration, nuxt-seo json-ld, nuxt-seo robots.txt, nuxt-seo sitemap.xml

v1.0.0
GitHub

About this Skill

Perfect for Frontend Agents needing advanced SEO configuration and dynamic OG image generation for Nuxt.js applications. nuxt-seo is a Nuxt.js module for managing SEO configurations, including site URL, name, indexability, and JSON-LD structured data.

Features

Generates robots.txt and sitemap.xml files
Creates dynamic OG images
Supports JSON-LD structured data (schema.org)
Handles breadcrumbs and canonical URLs
Configures site URL, name, and indexability
Uses @nuxtjs/seo module via npx nuxi command

# Core Topics

9aia 9aia
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
51
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add 9aia/pachira/references/nuxt-content/SKILL.md

Agent Capability Analysis

The nuxt-seo MCP Server by 9aia is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use nuxt-seo, nuxt-seo setup guide, nuxt-seo alternative.

Ideal Agent Persona

Perfect for Frontend Agents needing advanced SEO configuration and dynamic OG image generation for Nuxt.js applications.

Core Value

Empowers agents to manage SEO configurations, generate robots.txt and sitemap.xml files, and create dynamic OG images using Nuxt.js, while also supporting JSON-LD structured data and schema.org protocols.

Capabilities Granted for nuxt-seo MCP Server

Automating SEO configuration for Nuxt.js sites
Generating dynamic OG images for social media sharing
Creating and managing robots.txt and sitemap.xml files
Implementing JSON-LD structured data for improved search engine indexing

! Prerequisites & Limits

  • Requires Nuxt.js application setup
  • Limited to Nuxt.js ecosystem
  • Needs @nuxtjs/seo module installation via npx nuxi module add @nuxtjs/seo
Project
SKILL.md
2.7 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Nuxt SEO

bash
1npx nuxi module add @nuxtjs/seo

When to Use

Working with:

  • SEO configuration (site URL, name, indexability)
  • Robots.txt and sitemap.xml generation
  • Dynamic OG image generation
  • JSON-LD structured data (schema.org)
  • Breadcrumbs and canonical URLs

Loading Files

Consider loading these reference files based on your task:

DO NOT load all files at once. Load only what's relevant to your current task.

Site Config

Foundation for all SEO modules. Configure site in nuxt.config.ts, access via useSiteConfig(). See references/site-config.md for full options.

Module Overview

ModulePurposeKey API
nuxt-site-configShared configuseSiteConfig()
@nuxtjs/robotsrobots.txtuseRobotsRule()
@nuxtjs/sitemapsitemap.xmldefineSitemapEventHandler()
nuxt-og-imageOG imagesdefineOgImage()
nuxt-schema-orgJSON-LDuseSchemaOrg()
nuxt-seo-utilsMeta utilitiesuseBreadcrumbItems()
nuxt-link-checkerLink validationBuild-time checks

Nuxt Content v3

Use asSeoCollection() for automatic sitemap, og-image, and schema-org from frontmatter:

ts
1// content.config.ts 2import { defineCollection, defineContentConfig } from '@nuxt/content' 3import { asSeoCollection } from '@nuxtjs/seo/content' 4 5export default defineContentConfig({ 6 collections: { 7 posts: defineCollection(asSeoCollection({ type: 'page', source: 'posts/**' })) 8 } 9})

Important: Load @nuxtjs/seo before @nuxt/content in modules array:

ts
1export default defineNuxtConfig({ 2 modules: ['@nuxtjs/seo', '@nuxt/content'] 3})

Frontmatter fields: ogImage, sitemap, robots, schemaOrg.

Related Skills

Links

Token Efficiency

Main skill: ~250 tokens. Each sub-file: ~400-600 tokens. Only load files relevant to current task.

Related Skills

Looking for an alternative to nuxt-seo or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication