blog-multilingual

Writes, translates, and localizes blog posts with hreflang tags and sitemap entries.

1|Updated Dec 24, 2021
One-click install
npx skills add https://github.com/arthur-fontaine/arthurfontaine.fr --skill blog-multilingual-arthur-fontaine
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blog-multilingual
Source: https://github.com/arthur-fontaine/arthurfontaine.fr/tree/main/.agents/skills/blog-multilingual
Command: npx skills add https://github.com/arthur-fontaine/arthurfontaine.fr --skill blog-multilingual-arthur-fontaine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Publishing a blog in multiple languages normally requires separate writing, translation, cultural adaptation, and manual international SEO work. This Skill orchestrates the entire write-to-publish pipeline in one command, producing publication-ready posts in every target language. ## Core Features & Use Cases - End-to-End Orchestration: Coordinates blog-write, blog-translate, and blog-localize sub-skills to produce the original post plus translated and culturally adapted versions. - International SEO Assets: Generates hreflang HTML tags, an hreflang sitemap fragment, a CMS-ready JSON language map, and localized Article/BlogPosting JSON-LD schema per version. - Use Case: A content team needs one article published in English, German, French, and Spanish. Run the command with the topic and language codes, and receive four localized posts plus all hreflang assets in a structured multilingual/ directory. ## Quick Start Ask the AI to write a multilingual blog post about your topic in German, French, and Spanish using the blog multilingual command.

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 post in one command?▼

Run the blog multilingual command with a topic and comma-separated hreflang language codes, such as de,fr,es. The skill writes the original post, translates it into each target language, applies cultural adaptation, and generates hreflang SEO assets.

How to generate hreflang tags for translated blog posts?▼

The skill automatically generates self-referencing hreflang HTML tags, an XML sitemap fragment, and a JSON language map for all language versions. If the seo-hreflang skill is installed, it delegates deeper validation; otherwise it uses a built-in generator.

What language codes are supported for blog translation?▼

Language codes follow ISO 639-1 in lowercase, with optional ISO 15924 script and ISO 3166-1 Alpha-2 region, such as es-MX or pt-BR. Ambiguous language-only targets like es, pt, or zh require a region or explicit neutral mode.

Can I translate a blog post without cultural adaptation?▼

Yes, pass the --no-localize flag to skip the cultural adaptation phase and produce translation-only output. By default, localization runs and adapts brand examples, CTAs, legal references, and formality for each locale.

What are the limits on the number of target languages?▼

The skill stops before writing if 10 or more target languages are requested, citing scaled-content-abuse risk. You must split the work into reviewed batches of at most 9 target languages per run.