agentsclimarketplace

Seo hreflang

Skill fusengine/agents/plugins/seo/skills/seo-hreflang

Redefining development through cognitive automation and collaborative agent systems.

Install
npx -y skills add fusengine/agents --skill seo-hreflang

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when auditing or generating hreflang for i18n SEO. Covers HTML link tags, HTTP headers, XML sitemap hreflang, self-referencing, return tags, x-default, ISO 639-1 + ISO 3166-1 code validation.

SKILL.md

1.3 KB, as published. Nobody here has run it

Hreflang / i18n SEO

Workflow

  1. Detect hreflang tags (HTML <link>, HTTP header, or XML sitemap)
  2. Run scripts/parse-hreflang.ts → validate
  3. Check self-referencing, return tags, x-default
  4. Verify language/region codes (ISO 639-1 + ISO 3166-1)

Common Mistakes

  • ❌ Missing self-reference (<link rel="alternate" hreflang="fr" href="/fr/"> from /fr/)
  • ❌ Missing return tags (A → B but not B → A)
  • ❌ Invalid codes (en-UK instead of en-GB)
  • ❌ HTTP/HTTPS mismatch between alternates
  • ❌ Mixing trailing slashes

Implementation Options

  1. HTML head: <link rel="alternate" hreflang="fr-FR" href="https://example.com/fr/">
  2. HTTP Header: Link: <https://example.com/fr/>; rel="alternate"; hreflang="fr-FR"
  3. XML Sitemap: <xhtml:link rel="alternate" hreflang="fr-FR" href="https://example.com/fr/"/>

x-default

Required for international landing/locale selector pages:

<link rel="alternate" hreflang="x-default" href="https://example.com/">

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.