/// KITSUNEWEB STUDIO /// ARCHITECTURE FOR THE BOLD /// NOW ACCEPTING NEW PROJECTS /// FREE QUOTES — REPLY WITHIN 24H /// KITSUNEWEB STUDIO /// ARCHITECTURE FOR THE BOLD
// GUIDE June 12, 2026

How to Build a Bilingual English–Japanese Website

Japan hosts record inbound tourism and a growing international community — yet most Japanese business sites are still Japanese-only, and most foreign-run sites skip Japanese. Done properly, a bilingual site is a real competitive edge. Done badly, it is two half-sites that both rank worse. Here is how to structure one correctly — the way we build every bilingual project, including this site.

// 01

Pick the Right URL Structure

Where each language lives in your URLs decides how search engines understand your site. There are three common options, and one clear default:

  • Subdirectories (example.com/ja/) — recommended. One domain, one pool of authority, simple to operate. This is what we use.
  • Subdomains (ja.example.com) — workable, but splits your site into pieces search engines treat semi-independently.
  • URL parameters (?lang=ja) — avoid. Messy for users and unreliable for search engines.
// 02

Translate the Whole Page — or Don't Publish It

A common shortcut is translating the navigation and buttons while leaving the main content in the original language. Search engines determine a page's language from its visible content, so these pages register as near-duplicates in the wrong language — and a pile of thin, half-translated pages can drag down how your whole site is judged.

The rule is simple: only publish a language version of a page if you can make it genuinely useful in that language. A smaller, fully translated site beats a complete but half-translated one.

// 03

Hreflang, Explained Like a Human

Hreflang is a tag that tells search engines "this page also exists in Japanese, over here" — so an English searcher gets the English page and a Japanese searcher gets the Japanese one.

Three rules cover most of what goes wrong:

  • Every page lists all of its language versions, including itself.
  • Links must be reciprocal — if the English page points to the Japanese one, the Japanese page must point back, or both are ignored.
  • Declare an x-default version for searchers who match neither language.
// 04

Write for the Culture, Not Just the Language

Direct translation produces text that is technically correct and completely unconvincing. Japanese business writing carries politeness registers and an expectation of thoroughness — company details, process explanations, and reassurance matter. English readers expect directness and scannability, and lose patience with ceremony.

The practical details matter too: date formats, currency, phone number formats, and even line-breaking — Japanese text wraps differently, and a layout that looks elegant in English can break awkwardly in Japanese.

// 05

Don't Force-Redirect by IP or Browser Language

Automatically bouncing every visitor to the language your server guesses is a classic mistake. Search engine crawlers visit mostly from US servers with English settings — force-redirect them and they may never properly see your Japanese site. Travelers and international residents also routinely want the "other" language.

Suggest, don't shove: a visible language switcher on every page, plus at most a gentle one-time prompt that remembers the visitor's choice.

// 06

What This Looks Like in Practice

This site runs the exact setup described above: Japanese under /ja/ as a subdirectory, every page fully translated including titles and descriptions, reciprocal hreflang with x-default in both the HTML and the sitemap, and copy written separately for each audience rather than translated line-by-line.

None of this is exotic — it is mostly discipline. But it is exactly the discipline most bilingual sites skip, which is why doing it properly is an advantage.

// FAQ

Common Questions

Can I just machine-translate my site?
// RESPONSE: As a starting draft, yes — as a published site, be careful. Raw machine translation reads unnatural in Japanese, especially politeness register, and search engines treat low-value automated translations at scale as a quality problem. Invest in human adaptation for the pages that win you customers.
Do I need a .jp domain to rank in Japan?
// RESPONSE: No. A /ja/ subdirectory on your existing domain works well, inherits your domain's existing authority, and is simpler to run. A .jp domain is a branding choice, not an SEO requirement.
What does adding Japanese to an existing site cost?
// RESPONSE: It depends on page count and how much content needs adaptation rather than straight translation. We quote multilingual support individually — the work spans URL structure, hreflang setup, translation, and cultural adaptation of key pages.