seo

Generate canonical URLs, Open Graph data, and JSON-LD structured data for Next.js App Router projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SEO for Next.js App Router apps is often manual and error-prone; this skill automates metadata, OG, sitemap, and structured data generation.

Core Features & Use Cases

  • Generate static and dynamic metadata exports for Next.js pages and routes.
  • Create Open Graph and Twitter Card data to improve social previews.
  • Build and maintain a sitemap and JSON-LD structured data across locales.

Quick Start

Add the seo skill to your Next.js app to enable automated metadata, OG images, and structured data generation.

Frequently Asked Questions about seo

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

FAQPage Schema
How do I generate dynamic metadata for Next.js App Router pages?

Generate dynamic metadata for Next.js App Router pages by exporting an asynchronous generateMetadata function. This skill automates building metadata exports, canonical URLs, and Open Graph data to improve your app's search visibility.

What is the best way to add JSON-LD structured data across multiple locales in Next.js?

Add JSON-LD structured data across multiple locales by automating the configuration process. This skill generates and maintains JSON-LD structured data, sitemaps, and metadata dynamically across all supported locales.

Can I automate Open Graph image generation in Next.js?

Automate Open Graph image generation in Next.js by implementing dynamic next/og image routes. This skill configures these image routes to improve your social media previews and overall SEO configuration.

How do I create a sitemap and robots.txt for a Next.js application?

Create a sitemap and robots.txt for a Next.js application by defining specific route files. This skill automates sitemap creation and robots.txt generation while integrating performance hints to optimize crawling.