What problem does it solve? Adding multiple languages to a marketing site often produces half-translated pages, broken hreflang tags, and untranslated content indexed by search engines. This Skill enforces a complete, gated workflow for shipping fully localized sites with correct SEO signals. ## Core Features & Use Cases - URL-based locale routing: English at /, other locales at prefixes like /es/ and /fr/, with React Context or Next.js App Router implementations. - SEO correctness: Generates hreflang alternates with x-default, localized canonicals, locale-aware JSON-LD structured data, and sitemap entries from a single locale list. - Publication gating: Keeps incomplete locales out of prerendered output, sitemaps, and hreflang until every indexable route passes translation and metadata checks. - Use Case: You have an English React marketing site and want to launch Spanish and French versions. The Skill scaffolds the i18n copy layer, locale routes, prerender loop, language switcher, and regression tests that fail the build if any locale page contains untranslated English content. ## Quick Start Ask the assistant to add Spanish and French multilingual support to the site with URL prefixes, hreflang tags, and localized prerendering.