
from claude-code-plugins50
Guidance for designing SEO-friendly URL structures, slug generation, redirects, localization, and routing APIs for headless CMS and content platforms.
Practical guidance and reusable patterns for designing URL structures, generating unique slugs, handling redirects and canonicalization, and building routing APIs for headless CMS or content-heavy sites. Includes examples (hierarchical, collection-based, hybrid), slug generation code, redirect management patterns, localization strategies, hreflang handling, and canonical/normalization best-practices.
Use this skill when you need to define or audit site URL schemes for SEO, implement slug services, add automatic redirects on slug change, create localized URL strategies (path prefixes/subdomains), or build route-resolution APIs for a headless CMS. Helpful during site architecture, CMS integration, or migration planning.
Best used by agents that can read code and generate deployment/config scripts (e.g., Copilot-style agents, Code-focused Claude/Codex agents, or automation tools that can produce Foundry/Node scripts).
Pure guidance skill with no runnable scripts — provides URL routing patterns, slug generation, redirect management, and localization strategies for headless CMS architectures. All code examples are C# class snippets (not runnable scripts), well-structured with clear patterns for SEO-friendly URL design. No security concerns; no network calls, no shell execution, no credential handling.
Clean, well-organized reference skill. Covers hierarchical/content-type/hybrid URL patterns, slug generation with diacritic handling, redirect management with automatic slug-change redirects, i18n URL strategies with hreflang, canonical URLs, and URL normalization. Architecture is decent but lacks scripts/ or references/ directories — all code is inline in SKILL.md which makes it monolithic. Would benefit from splitting examples into references/. Usefulness is moderate — solid SEO/CMS guidance but C#-specific and niche audience.