Japanese URL encoding creates crawl complexity
Magento stores with Japanese-language content face a URL structure decision: Japanese characters in slugs (percent-encoded UTF-8), romanised Japanese (romaji slugs), or English slugs with Japanese content. Japanese character slugs — e.g. /カテゴリー/商品名/ — are valid but create long, opaque URLs that are harder to canonicalise, manage in sitemaps, and debug in GSC. Character encoding inconsistencies between Magento's URL generation and CDN layer can create canonical mismatches. URL encoding errors on Japanese slugs can cause canonical tag failures that are invisible without a bilingual technical audit.