seo-technical

Implement technical SEO infrastructure for Next.js applications.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/vitoropereira/claude-starter-kit --skill seo-technical-vitoropereira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-technical
Source: https://github.com/vitoropereira/claude-starter-kit/tree/main/.claude/skills/seo/seo-technical
Command: npx skills add https://github.com/vitoropereira/claude-starter-kit --skill seo-technical-vitoropereira

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the implementation of critical technical SEO elements within Next.js applications, ensuring better search engine visibility and performance.

Core Features & Use Cases

  • Sitemap & Robots.txt: Automate generation of sitemap.ts and robots.ts for optimal crawler directives.
  • Metadata Management: Implement comprehensive metadata objects for SEO, OpenGraph, and Twitter Cards.
  • Structured Data: Integrate JSON-LD for rich snippets.
  • Use Case: When launching a new Next.js project or optimizing an existing one, use this Skill to ensure all technical SEO foundations are correctly set up, from sitemaps to structured data, adhering to 2025 best practices.

Quick Start

Use the seo-technical skill to generate the sitemap and robots.txt files for your Next.js application.

Frequently Asked Questions about seo-technical

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

FAQPage Schema
How do I generate sitemaps and robots.txt in a Next.js App Router application?

Implement Next.js technical SEO by using `sitemap.ts` and `robots.ts` files to automate crawler directives for static and dynamic content. This infrastructure supports large sitemaps and modern App Router patterns natively.

How do I add JSON-LD structured data to Next.js pages for rich snippets?

Add JSON-LD structured data to Next.js pages to enable rich snippets in search results. The integration uses structured data objects within the App Router to help search engines parse page content and display enhanced listings.

What is the best way to manage metadata and OpenGraph tags in Next.js 15?

The best way to manage metadata and OpenGraph tags in Next.js 15 is through comprehensive `metadata` objects. This native App Router feature allows you to define SEO titles, descriptions, and Twitter Cards dynamically across your application.

Does this technical SEO setup support AI bot directives and canonical URLs?

Yes, this technical SEO setup supports AI bot directives and canonical URLs. It configures canonical tags to prevent duplicate content issues and includes specific crawler instructions to manage AI bot access within the `robots.ts` file.

How to handle large sitemaps for dynamic content in Next.js?

Handle large sitemaps for dynamic content in Next.js by generating multiple sitemap indexes through `sitemap.ts`. This method efficiently organizes extensive URL lists, ensuring search engines can crawl and index large-scale dynamic applications without timing out.