Gojiberry AI
AI agents that find and contact high-intent leads for you
Try Gojiberry free →
Hermes Agent
Run your Hermes agent, fully managed
Launch on Hostinger →
Hostinger VPS
Spin up a VPS in one click, 20% off
Launch on Hostinger →
Firecrawl
Crawl and scrape any site into clean data
Try Firecrawl free →
Runable
One AI agent to build, run, and grow your business
Try Runable free →
Context.dev
One API to scrape, enrich, and extract the web
Start building free →
Jotform
Forms, workflows, and AI Agents for your team
Try Jotform free →
Runable
One AI agent to build, run, and grow your business
Try Runable free →
OpenClaw
Deploy a managed OpenClaw agent in 60 seconds
Launch on Hostinger →
Sponsor here
9/10 sponsor slots taken — 1 left
Claim it →
Claude Market
Menu
SkillsMCPPluginsMarketplacesNewsletterSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market
SkillsMCPPluginsMarketplacesNewsletterSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Skills/kostja94/marketing-skills/localization-strategy
localization-strategy logo

localization-strategy

kostja94/marketing-skills
782 installs615 stars
Run it on Hostinger, 20% off →Your friend gets 20% off too, using this linkFree API →|View on GitHub|Create your own skill →

Installation

npx skills add https://github.com/kostja94/marketing-skills --skill localization-strategy

Summary

When the user wants to plan or implement localization strategy for multilingual and global growth. Also use when the user mentions "localization," "multilingual," "i18n," "global expansion," "market entry," "localization strategy," "hreflang," "multi-language SEO," or "international SEO." For translation workflow, glossary, and style guide, use translation.

SKILL.md

Strategies: Localization

Guides localization strategy for AI/SaaS products expanding into global markets. Covers i18n implementation, translation, pricing, and marketing adaptation--not just text translation.

When invoking: On first use, if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output.

Initial Assessment

Check for project context first: If .claude/project-context.md or .cursor/project-context.md exists, read it for product, target markets, and brand.

Identify:

  1. Target markets: Priority languages/regions
  2. Product type: SaaS, AI tool, content
  3. Technical stack: Next.js, React, etc.

Localization vs. Translation

Localization includes:

  • Product: Features, UI/UX, cultural adaptation
  • Pricing: True localization (adjust by market) vs. cosmetic (currency only)
  • Marketing: Channels, content, user personas
  • Compliance: GDPR, local regulations

Technical (i18n)

URL Structure

Choose one; be consistent:

OptionExamplePros / Cons
Subdirectories/en/, /de/, /zh/Recommended; maintains domain authority
Subdomainsde.example.comSeparate hosting; less authority transfer
ccTLDexample.deStrongest geo signal; costly
  • Use subdirectories, not subdomains for i18n; subdomains transfer less authority.
  • Default locale: Root path for default (e.g. / for English); prefix for others (/zh/, /de/).
  • IETF BCP 47: Use valid codes (en, en-US, zh-CN, pt-BR). Same language, different country (e.g. de-DE vs de-AT) needs ≥20% content difference for Google to differentiate.

i18n SEO Principles

  • No hardcoded strings: All user-facing text via translation dictionary.
  • Symmetric alternates: Every locale page lists ALL other versions (including self-reference). ~75% of international sites have hreflang errors; missing reciprocal links is the most common.
  • x-default: Always include for fallback when user language/location doesn't match any version.
  • Canonical alignment: Canonical must match the same regional version hreflang refers to; misalignment causes Google to ignore hreflang.
  • Full SEO coverage: Metadata, OpenGraph, JSON-LD (inLanguage), and sitemap all locale-aware.

Common Issues (Next.js + next-intl)

IssueSolution
Route conflictgenerateStaticParams(); validate locale
Auto redirectlocaleDetection: false
MiddlewareApply only to prefixed paths (e.g. /zh)
URL duplicationManual switcher; getLocalizedHref()

SEO

  • Hreflang on all language versions; self-reference + symmetric annotations.
  • Language switcher: Use <a> not <button>; links in initial HTML.
  • Canonical: Handle multi-domain if using local TLDs; align with hreflang.
  • SPAs: Use sitemap-based hreflang as backup when HTML head is JS-rendered. See rendering-strategies.

Keyword Research by Market

MarketTool
RussiaYandex Wordstat
KoreaNaver DataLab
GlobalGoogle Keyword Planner, SEO tools

Consider: Cultural expressions, search habits, competition, long-tail in small markets.

Terminology & Translation

  • Translation workflow, glossary, style guide: See translation for full workflow
  • Avoid machine translation for product/marketing: See translation (Human vs MT)

Pricing Strategies

StrategyUse
True localizationAdjust price by purchasing power
CosmeticDisplay currency only; same price
ToolsParity Deals, Chargebee

i18n SEO Checklist (New Feature / New Locale)

New feature with i18n

  1. Add translation keys to all locale JSON files. Use translation for glossary, style guide, and translation workflow.
  2. Add generateMetadata() with alternates (hreflang) per page.
  3. Add JSON-LD with inLanguage and translated fields.
  4. Add page to sitemap with hreflang annotations.
  5. Set lang attribute on <html>; UTF-8 encoding.

New locale

  1. Add locale code to config; create {code}.json dictionary.
  2. Register in sitemap locale list; regenerate.
  3. Add OpenGraph locale and alternateLocale.
  4. Ensure all alternates are symmetric (every page lists all versions).

Multilingual Risks

  • Batch publishing: Too many translated pages at once can trigger de-indexing or thin-content penalties.
  • Mitigation: Roll out slowly; ensure content is product/industry relevant; avoid Wikipedia-like breadth; monitor indexing in GSC.

Avoid

  • IP-based redirects that override user preferences.
  • Machine translation without localization for product/marketing (see translation).
  • Missing reciprocal hreflang between language versions.
  • Canonical tags that conflict with hreflang.

Output Format

  • Market priority
  • i18n approach
  • Keyword strategy per market
  • Pricing recommendation
  • Technical checklist
  • i18n SEO checklist (if applicable)

Related Skills

  • pricing-strategy: Base price structure; localization-strategy covers pricing by market
  • page-metadata: Hreflang implementation
  • url-structure: URL hierarchy for i18n (subdirectories, subdomains)
  • content-strategy: Multilingual content planning; avoid thin translations
  • translation: Translation workflow, glossary, style guide, human vs MT; produces content for localized pages
  • navigation-menu-generator: Language switcher SEO
  • affiliate-marketing: Local affiliates for target markets
  • gtm-strategy: New market entry; localization as GTM for new geography

Score

0–100
63/ 100

Grade

C

Popularity15/30

782 installs — growing adoption.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Localization Strategy skill score badge previewScore badge

Markdown

[![Localization Strategy skill](https://www.claudemarket.ai/skills/kostja94/marketing-skills/localization-strategy/badges/score.svg)](https://www.claudemarket.ai/skills/kostja94/marketing-skills/localization-strategy)

HTML

<a href="https://www.claudemarket.ai/skills/kostja94/marketing-skills/localization-strategy"><img src="https://www.claudemarket.ai/skills/kostja94/marketing-skills/localization-strategy/badges/score.svg" alt="Localization Strategy skill"/></a>

Localization Strategy FAQ

How do I install the Localization Strategy skill?

Run “npx skills add https://github.com/kostja94/marketing-skills --skill localization-strategy” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Localization Strategy skill do?

When the user wants to plan or implement localization strategy for multilingual and global growth. Also use when the user mentions "localization," "multilingual," "i18n," "global expansion," "market entry," "localization strategy," "hreflang," "multi-language SEO," or "international SEO." For translation workflow, glossary, and style guide, use translation. The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Localization Strategy skill free?

Yes. Localization Strategy is a free, open-source skill published from kostja94/marketing-skills. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Localization Strategy work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Localization Strategy works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Recommended skills

Browse all →
find-skills logo

find-skills

vercel-labs/skills

2.9M installsInstall
grill-me logo

grill-me

mattpocock/skills

816K installsInstall
frontend-design logo

frontend-design

anthropics/skills

761K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

695K installsInstall
improve-codebase-architecture logo

improve-codebase-architecture

mattpocock/skills

670K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

651K installsInstall

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

Guide10 Openclaw Skills Every Nextjs Developer NeedsGuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before Installing

Skills by category

FrontendBackend & APIsTesting & QASecurityDevOps & CI/CDMCP & ToolingAutomationData & Analysis+27 more

MCP servers by category

MCP & ToolingBackend & APIsData & AnalysisDevOps & CI/CDAutomationSecurityDocsTesting & QA+24 more

Plugins by category

AutomationDevOps & CI/CDData & AnalysisDesign & CreativeSecurityBackend & APIsFrontendTesting & QA+16 more

Marketplaces by category

AutomationData & AnalysisDevOps & CI/CDDesign & CreativeFrontendBackend & APIsTesting & QASecurity+21 more

The Agent Stack

Weekly Claude Code, Agent SDK, and MCP moves worth your time — free.

Claude Market

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

Independent project, not affiliated with Anthropic.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Plugins
  • Browse Marketplaces
  • Newsletter

More

  • Submit a Tool
  • Create a Skill
  • Advertise
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
© 2026 Claude Market · Not affiliated with Anthropic
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed