What problem does it solve? Incorrect hreflang implementations cause search engines to ignore international targeting signals, sending users to the wrong language or region version of a page. This Skill audits existing hreflang setups, detects common mistakes like missing return tags or invalid language codes, and generates correct implementations. ## Core Features & Use Cases - Hreflang Validation: Checks self-referencing tags, bidirectional return tags, x-default fallbacks, ISO 639-1 language codes, ISO 3166-1 region codes, canonical URL alignment, and protocol consistency. - Tag Generation: Produces hreflang implementations as HTML link tags, HTTP headers, or XML sitemaps depending on site scale and setup. - Use Case: A site with English, French, and German versions has pages indexed in the wrong regions. Run an audit to find that the French pages lack return tags and en-uk is used instead of en-GB, then receive corrected tags ready to deploy. ## Quick Start Audit the hreflang implementation on https://example.com and generate corrected tags for all language versions.