agentsclimarketplace

International seo

Skill thisisAhsanIqbal/nextjs-seo-audit/skills/international-seo

Validates hreflang tags, multi-language configuration, regional targeting, and internationalisation best practices. Use when auditing sites with multiple languages, regions, or localised content.From its SKILL.md

Install
npx -y skills add thisisAhsanIqbal/nextjs-seo-audit --skill international-seo

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

  • 7 stars7 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 file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.3 KB, 777 tokens by cl100k_base, as published. Nobody here has run it

International SEO

Audit the page for multi-language and regional targeting issues.

When to activate: Only relevant if the site serves multiple languages, regions, or has localised content. If a page is monolingual with no internationalisation signals, report ✅ PASS "No internationalisation issues (single-language site)".

1. Hreflang tags

Look for <link rel="alternate" hreflang="..."> in <head>:

CheckStatus
No hreflang tags on a multi-language site❌ FAIL "Add hreflang tags to indicate language/region variants"
Hreflang tags present✅ PASS — list all language-region codes found

Hreflang validation rules

RuleViolation =
Self-referencing hreflang missing (page must include itself)❌ FAIL
x-default fallback missing⚠️ WARN "Add hreflang=\"x-default\" for the default/fallback page"
Invalid language code (must be ISO 639-1, e.g. en, fr, de)❌ FAIL
Invalid region code (must be ISO 3166-1 alpha-2, e.g. en-US, fr-CA)⚠️ WARN
Hreflang URLs return 4xx or 5xx❌ FAIL "Hreflang points to broken URL"
Duplicate hreflang entries for same language-region⚠️ WARN

2. HTML lang attribute

CheckStatus
<html lang="..."> missing❌ FAIL
lang value doesn't match hreflang self-reference⚠️ WARN "Mismatch between html lang and hreflang"
Properly set✅ PASS

3. Content-Language header (meta)

  • <meta http-equiv="Content-Language" content="..."> → check if present
  • If present, verify it matches the lang attribute → ⚠️ WARN if mismatch

4. URL structure for internationalisation

Detect URL pattern used:

PatternExampleAssessment
Subdirectory/en/, /fr/, /de/✅ Recommended
Subdomainen.example.com✅ Acceptable
ccTLDexample.fr, example.de✅ Strong geo-targeting
URL parameter?lang=en⚠️ WARN "Not recommended — search engines may ignore parameters"

5. Translated content checks

CheckStatus
Page has lang="en" but content appears in another language⚠️ WARN "Language mismatch detected"
<title> and <meta description> not translated (same across language variants)⚠️ WARN
Images with alt text not translated⚠️ WARN

6. Regional targeting

  • Check for <meta name="geo.region">, <meta name="geo.placename">, <meta name="geo.position"> → ✅ PASS if present
  • Google Search Console geographic targeting hint: check for <link rel="canonical"> pointing to regional variant

Edge cases

  • A monolingual site with no internationalisation signals → skip all checks, report "Not applicable"
  • A site with hreflang on some pages but not others → flag inconsistency
  • Right-to-left languages (Arabic, Hebrew) → check for dir="rtl" attribute on <html> or <body>

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most marketing audience skills give in 777 tokens

Counted across 690 of the 894 authors here whose files we hold, read 2026-08-07

  • Apply Poppins font to headingsin 41 of 690, across 6 files
  • Apply Lora font to body textin 41 of 690, across 6 files
  • Use Arial fallback for headingsin 39 of 690, across 4 files
  • Use Georgia fallback for body textin 39 of 690, across 4 files
  • Maintain text hierarchy and formattingin 39 of 690, across 4 files
  • Use accent colors for non-text shapesin 38 of 690, across 3 files
  • Use RGB values for precise color matchingin 38 of 690, across 3 files
  • Use brand colors for primary text and backgroundsin 36 of 690, across 1 file
  • Read product marketing context file before asking questions, starting, or auditingin 35 of 690, across 23 files
  • Use active voice instead of passive voicein 26 of 690, across 10 files
  • Implement or generate appropriate JSON-LD structured datain 24 of 690, across 17 files
  • Prioritize clarity over clevernessin 22 of 690, across 8 files

Said here and by no other author read

  • skip checks for monolingual sites
  • check for x-default hreflang fallback
  • check hreflang urls return success status
  • match html lang to hreflang self-reference
  • detect url structure pattern used
  • check titles and descriptions are translated

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. 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.