site-architecture

Configure robots.txt, generate sitemaps, and manage meta tags for Next.js sites.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/aberrantCode/llm_skills --skill site-architecture-aberrantcode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site-architecture
Source: https://github.com/aberrantCode/llm_skills/tree/main/claude/skills/site-architecture
Command: npx skills add https://github.com/aberrantCode/llm_skills --skill site-architecture-aberrantcode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Technical SEO often falters due to inconsistent site structure, making content hard to discover. This skill codifies a robust foundation including robots.txt, sitemaps, meta tags, and Core Web Vitals to improve visibility for search engines and AI crawlers.

Core Features & Use Cases

  • Robust robots.txt templates that accommodate AI crawlers and traditional search engines.
  • Dynamic Next.js sitemap implementation and scalable sitemap strategies for larger sites.
  • Best practices for meta tags, canonical URLs, and Open Graph/Twitter Card integrations to boost indexing and CTR.
  • Real-world use: deploying site-architecture on a Next.js app to improve crawl coverage and page visibility.

Quick Start

Configure robots.txt, generate a sitemap, and implement canonical meta tags to optimize crawlability and indexing for your site.

Frequently Asked Questions about site-architecture

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

FAQPage Schema
How do I generate a dynamic sitemap for a Next.js app to improve crawl coverage?

To configure robots.txt for AI crawlers, you apply robust templates that explicitly manage access rules for modern AI bots alongside traditional search engines. This controls crawler behavior and protects your site resources during technical SEO optimization.

What's the best way to implement canonical URLs and Open Graph meta tags for indexing?

Core Web Vitals tuning optimizes site architecture by addressing loading, interactivity, and visual stability metrics. Improving these vitals ensures your site meets search engine performance standards and maintains secure header configurations.

Do I need a static site or a Next.js app to configure secure header configurations for SEO?

You can configure secure header configurations for SEO on both static sites and Next.js apps. The implementation applies robust robots rules and meta tag management within your specific development workflow without requiring exclusive platform dependencies.

Why does inconsistent site structure make content hard to discover by search engines?

Inconsistent site structure makes content hard to discover because search engines and AI crawlers struggle to navigate missing canonical URLs or broken sitemaps. Solid site architecture solves this by codifying robust robots.txt and meta tag foundations.