SEO & Discoverability Custom Skills · Curated

Hreflang Auditor

Checks a multilingual WordPress site for missing, mismatched, or non-reciprocal hreflang tags.

What it does

Reviews the hreflang annotations across a set of language/region page variants and confirms each pair points back to the other (reciprocity), uses valid language-region codes, and includes an x-default where appropriate. Flags orphaned translations that exist but aren't linked into the hreflang set.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/hreflang-auditor/ (or ~/.claude/skills/hreflang-auditor/ for all projects)

GitHub Copilot (VS Code)

.github/skills/hreflang-auditor/

OpenAI Codex

.codex/skills/hreflang-auditor/

Cursor

.cursor/skills/hreflang-auditor/ (or ~/.cursor/skills/hreflang-auditor/ globally)

Compatibility

Requires a multilingual setup (WPML, Polylang, TranslatePress, or a similar plugin) since hreflang tags are typically generated by the translation plugin rather than by hand.