KS
Killer-Skills

nuxt-seo — Categories.community

v1.0.0
GitHub

About this Skill

Perfect for Frontend Agents needing advanced SEO configuration and metadata management. Nuxt SEO meta-module with robots, sitemap, og-image, schema-org. Use when configuring SEO, generating sitemaps, creating OG images, or adding structured data.

onmax onmax
[0]
[0]
Updated: 2/20/2026

Quality Score

Top 5%
70
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add onmax/nuxt-skills

Agent Capability Analysis

The nuxt-seo MCP Server by onmax is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Perfect for Frontend Agents needing advanced SEO configuration and metadata management.

Core Value

Empowers agents to optimize website discoverability with robots.txt and sitemap.xml generation, dynamic OG image creation, and JSON-LD structured data using schema.org, while also handling breadcrumbs and canonical URLs.

Capabilities Granted for nuxt-seo MCP Server

Automating SEO metadata generation for Nuxt.js projects
Generating sitemap.xml files for search engine crawlers
Creating dynamic OG images for social media sharing
Adding structured data with JSON-LD for improved search engine understanding

! Prerequisites & Limits

  • Requires Nuxt.js framework
  • Limited to SEO configuration and metadata management
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