What problem does it solve? Translating blog content for international audiences usually breaks markdown structure, frontmatter, charts, and SEO metadata, and produces literal machine-translation output that fails to rank in local search results. ## Core Features & Use Cases - SEO-Optimized Translation: Localizes keywords, title tags, meta descriptions, and slugs per target market instead of transliterating them. - Format Preservation: Keeps markdown structure, frontmatter keys, image URLs, code fences, SVG chart attributes, and schema JSON-LD intact while translating only user-facing text. - Locale-Aware Formatting: Converts numbers, dates, currencies, and quote styles per locale (de-DE, fr-FR, es-MX, ja-JP, and more) using shared reference rules. - Quality Guardrails: Scans output for machine-translation artifacts such as literal idioms, mixed-language sentences, and unlocalized frontmatter, flagging each issue inline. - Use Case: Translate an English markdown blog post into German, French, and Japanese in one run, producing publication-ready files under translations/{lang}/ with localized slugs and verified structural integrity. ## Quick Start Translate my blog post content/posts/ai-slop.md into German and Japanese with SEO-optimized localization.