blog-multilingual

Generate multilingual blog posts with hreflang tags, sitemap XML, and JSON maps.

8|5|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/shenxingy/Clade --skill blog-multilingual-shenxingy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-multilingual
Source: https://github.com/shenxingy/Clade/tree/main/configs/skills/blog-multilingual
Command: npx skills add https://github.com/shenxingy/Clade --skill blog-multilingual-shenxingy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating international blog content usually requires multiple repetitive steps: writing once, translating accurately, localizing culturally, and manually producing the SEO artifacts (hreflang tags, sitemaps, and CMS language maps).

Core Features & Use Cases

  • One-command multilingual publishing: Write an original post, translate it into multiple languages, then apply optional cultural adaptation per locale.
  • International SEO outputs: Generate hreflang HTML tags, an hreflang sitemap fragment, and a CMS-ready hreflang JSON map.
  • Production-ready delivery pipeline: Orchestrates sub-skills for writing, translating, localizing, and (optionally) richer hreflang validation via an external SEO skill.

Use case example: You need a single technical announcement published in German, French, and Spanish with correct hreflang tags and a language mapping your CMS can ingest.

Quick Start

Use the blog-multilingual skill to create a multilingual blog by asking: "Write a multilingual blog about {topic} with languages de,fr,es and source en, and localize the content for each locale."

Frequently Asked Questions about blog-multilingual

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a multilingual blog with hreflang tags and sitemap entries?

Multilingual blog creation is handled by orchestrating writing, translation, localization, and hreflang generation to produce a source post, localized target language copies, hreflang HTML tags, sitemap fragment XML, and a CMS-ready JSON mapping.

What is the best way to localize blog content for multiple target languages while maintaining SEO consistency?

Blog localization maintains SEO consistency by applying cultural adaptation per locale alongside translation, then generating international SEO artifacts including hreflang tags and a JSON version mapping to ensure correct locale handling across all published pages.

Can I generate hreflang tags and a CMS-ready language mapping for an existing translated blog post?

Hreflang tag generation and CMS-ready language mapping are produced as part of the complete multilingual publishing package, which requires orchestrating blog-write, blog-translate, blog-localize, and hreflang asset generation together.

Do I need ISO language codes to set up international SEO for a multilingual blog?

ISO language codes are required to ensure consistent locale handling during multilingual blog publishing, enabling accurate hreflang tag generation, sitemap fragment XML output, and proper CMS translation mapping for each target language.

What international SEO artifacts do I need to publish one blog post across multiple locales?

International SEO artifacts needed for multilingual publishing include hreflang HTML tags, an hreflang sitemap fragment in XML format, and a CMS-ready hreflang JSON map, all generated after translating and localizing the source post.

How does cultural localization differ from direct translation when publishing multilingual blog content?

Cultural localization adapts the translated content specifically for each target locale's context, whereas direct translation converts the text, with both steps orchestrated before generating international SEO artifacts like hreflang tags and JSON language mappings.