seo-standard

Automate SEO setup for Next.js 15+ apps with sitemap, metadata, and JSON-LD.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/imaginationeverywhere/clara-code --skill seo-standard
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-standard
Source: https://github.com/imaginationeverywhere/clara-code/tree/main/.cursor/skills/seo-standard
Command: npx skills add https://github.com/imaginationeverywhere/clara-code --skill seo-standard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Next.js SEO can be intricate, and teams often struggle to implement consistent metadata, schemas, and indexing optimizations across routes. This skill provides production-grade patterns to standardize SEO practices for Next.js 15+ apps.

Core Features & Use Cases

  • Metadata across app and per-page routes including title templates, descriptions, and canonical URLs.
  • Open Graph, Twitter Card, and JSON-LD structured data integration.
  • Dynamic sitemap and robots.txt generation, with examples for App Router-based projects.
  • Helpers and patterns for managing Core Web Vitals impact on SEO.

Quick Start

Run the SEO setup workflow on your Next.js 15+ project to enable sitemap, metadata, and JSON-LD integration.

Frequently Asked Questions about seo-standard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement dynamic sitemap and robots.txt generation in Next.js 15?▼

To implement dynamic sitemap and robots.txt generation in Next.js 15, use the App Router's native file conventions. This skill automates generating dynamic sitemaps, robots.txt, and comprehensive metadata across all application routes.

What is the best way to add JSON-LD structured data to a Next.js application?▼

The best way to add JSON-LD structured data in Next.js is by injecting script tags directly within your App Router page components. This skill provides production-grade patterns to standardize JSON-LD schemas alongside Open Graph tags.

Does this SEO setup support per-page metadata and canonical URLs in Next.js?▼

Yes, this SEO setup fully supports per-page metadata and canonical URLs in Next.js. It provides standardized patterns for configuring title templates, descriptions, and canonical tags across root and individual page routes.

How do I configure Open Graph and Twitter Card metadata for Next.js routes?▼

You configure Open Graph and Twitter Card metadata for Next.js routes by exporting a metadata object from your layout or page files. This skill automates comprehensive social tag integration for consistent social sharing previews.

Can I use this skill for an SEO audit on an existing Next.js project?▼

Yes, you can use this skill for an SEO audit on an existing Next.js project. It applies production-grade SEO patterns during technical audits and ongoing optimization to verify proper metadata, schemas, and indexing configurations.