How to build a real bilingual Arabic-English website for Saudi Arabia — RTL UX, Arabic typography, Tailwind logical properties, Arabic SEO, real Arabic copywriting, and the conversion math that makes the bilingual investment pay back.
How do you build a real bilingual Arabic-English website for Saudi Arabia?
Ijjad builds bilingual Saudi websites with Tailwind logical properties for native RTL, paired Arabic and Latin font families, real native Arabic copywriting (no Google Translate), Arabic-specific keyword research, and bilingual schema markup. Expect a 30–50% uplift on English-only cost — and 2–5× higher Arabic-side conversion vs the typical translated approach.
- Bilingual uplift: 30–50% above English-only cost.
- Cost band: 13,000–35,000 SAR for a 5–10 page bilingual Saudi site.
- RTL: Tailwind logical properties (ms-/me-), not left/right utilities.
- Typography: pair Arabic and Latin faces deliberately at every weight.
- Copy: native Arabic copywriter, not Google Translate.
Most Saudi websites have a bilingual problem. The English version is fine. The Arabic version is a wreck — Google Translate copy, broken line-heights, mirrored icons that should not have mirrored, untranslated CTAs, and a navigation that subtly breaks at the second click. The bounce rate on the Arabic version usually sits 30–50% above the English version, and most owners do not realize because they only ever look at the English-version analytics.
This is the playbook for getting it right. Real bilingual Arabic-English UX, the Tailwind logical properties pattern that makes RTL sane, Arabic typography pairings that actually work, and the Arabic SEO discipline most Saudi agencies skip. Per the Saudi Gazette (2025), Saudi internet penetration is ~99% — and the Arabic-language web is where most of those 99% spend their day. If your Saudi site doesn't convert in Arabic, you don't have a Saudi site.
The cost of bilingual done wrong
Let's start with the math because it determines everything else. A typical Saudi business site we audit shows a pattern:
- English version: 1.8% conversion rate, 38% bounce rate, 90+ PageSpeed mobile.
- Arabic version: 0.4–0.7% conversion rate, 65–75% bounce rate, same PageSpeed (Arabic isn't slower — the broken UX is what kills it).
If 50% of your Saudi traffic is on the Arabic side and the Arabic conversion is a quarter of the English, you're leaving roughly 35–40% of total revenue on the table. The 30–50% bilingual uplift on the build pays back inside the first quarter of a properly running Saudi site. The math is unambiguous; the discipline to actually do the Arabic work is what's rare.
RTL is not just “flip the layout”
Real bilingual UX starts with Tailwind's logical properties. If you're using ml-4 and mr-2, you're shipping a broken Arabic side. Use ms-4 (margin-inline-start) and me-2 (margin-inline-end) instead — they automatically adapt to text direction. Same for padding (ps-/pe-), borders (border-s/border-e), and rounded corners (rounded-s-/rounded-e-).
What needs to mirror, what doesn't:
- Mirror: arrow icons (next/back, breadcrumb chevrons, “read more” arrows), progress indicators, slider directions.
- Don't mirror: logos, brand marks, photographs, social media icons, video play buttons, audio controls.
Modals, drawers, dropdowns, tooltips — every one needs RTL testing. The classic failure: a side drawer that slides in from the right in English correctly slides from the left in Arabic, but the close button inside still anchors to the “wrong” corner because someone hardcoded right-4 instead of using end-4. Five-second fix; we see it on most Saudi sites we audit.
Arabic typography is its own craft
Arabic glyphs render taller and have different rhythm than Latin glyphs. A font pair that looks balanced in English at 16px might collapse in Arabic. The right approach is to pair the Arabic and Latin faces deliberately, then test at every breakpoint, every weight, and every line-height.
Solid pairings we use depending on the brand:
- IBM Plex Sans Arabic + IBM Plex Sans — best for technical brands, government-adjacent platforms, and SaaS. Both faces share the same designer DNA so the rhythm carries across scripts.
- Tajawal + Inter — best for SMEs and modern professional services. Tajawal's clean geometric forms pair naturally with Inter's neutral Latin.
- Cairo + Poppins — best for retail, hospitality, lifestyle. Cairo brings warmth without sacrificing legibility.
- Noto Sans Arabic + Noto Sans — best for content-heavy editorial sites where consistency at long-form scale matters.
Tune line-height separately per script. Arabic typically wants leading-relaxed (1.625) where English is fine at leading-snug (1.375). The same body-text component needs different leading per language — easy to set via Tailwind's direction-aware variants or a small wrapper component.
Native Arabic copywriting is the single biggest lever
Honestly? This is where most projects break. The build is competent. The fonts are right. The RTL works. And then the Arabic copy is a one-pass Google Translate of the English, complete with English idioms that don't exist in Arabic, CTAs that read foreign, and headlines that lose their punch entirely.
Saudi shoppers spot machine Arabic instantly. They don't complain — they bounce. The Arabic CTA “احصل على عرض أسعار” (literally “get a quote”) doesn't carry the urgency of the English “Get a free consultation.” A native Arabic copywriter would write something more direct and culturally resonant — something like “احجز استشارة مجانية” (book a free consultation) which converts noticeably better in Saudi audiences.
Hire a native Arabic copywriter. Saudi-Arabic and Levantine-Arabic both work for Saudi audiences when the writer is good — but the writer needs to think in Arabic, not translate from English. Budget 30–50% on top of English copywriting cost. The conversion difference will pay it back inside one quarter.
Arabic SEO is its own discipline
Most Saudi agencies do English SEO and check a box. That's not Arabic SEO. The Arabic search query for “web design Riyadh” is not just تصميم مواقع الرياض translated word-for-word — it's a different query universe with different intent patterns. Saudi searchers in Arabic phrase questions differently, use different long-tail modifiers, and respond to different snippet structures.
What proper Arabic SEO actually involves:
- Arabic keyword research using Saudi-tuned tools (Google Trends with Saudi Arabia + Arabic, Ahrefs Arabic database, manual SERP review of high-intent queries) — not just translating English keywords.
- Arabic content structure with appropriate H1/H2/H3 in Arabic, schema markup with Arabic
alternateNameandinLanguage: "ar"tags. - hreflang tags properly mapped between Arabic and English versions so Google understands the language relationship.
- Arabic meta descriptions written natively, not translated.
- Arabic-specific FAQ markup matching real Arabic queries, not the literal translations of the English ones.
Skip this and your Arabic side is invisible to Saudi search even if your English side ranks top-three. We've audited Saudi sites where the English version pulled 80% of organic traffic and the Arabic version pulled 5% — and the fix was almost entirely Arabic SEO discipline, not infrastructure.
The bilingual schema markup most agencies miss
Schema markup is exactly how Google AI Overviews and ChatGPT pull your business into their answers. Bilingual schema is how they understand you serve both languages. The basics:
- Organization schema with
nameandalternateNamein both Arabic and English (e.g.,name: "Ijjad"andalternateName: "إيجاد"). - WebPage schema with
inLanguage: "en"on English pages andinLanguage: "ar"on Arabic pages. - FAQ schema in both languages where the FAQ section exists in both.
- Person schema for the founder with both Arabic and Latin name variants if the site lists the founder.
This is a five-hour engineering task that compounds for years. Skip it and you're choosing not to show up in the next generation of search.
The bilingual UX defaults we ship by default
- Language toggle as a deliberate UI element in the header, not a tiny corner link. Saudi IP detection serves Arabic by default unless the user has switched.
- Persistent language choice across sessions via cookie + URL pattern (
/ar/and/en/prefixes — clean for SEO and analytics). - Forms with RTL-aware error messages, Arabic-friendly date pickers, phone masks that handle 05X and +966 patterns.
- RTL-tested modals, drawers, dropdowns, tooltips — every interactive surface checked in both directions.
- Bilingual CTAs written natively, not translated. The Arabic CTA on a contact card is different copy from the English one — same intent, different phrasing.
- Bilingual blog and content where the project includes editorial output.
Anonymous proof — Saudi bilingual rebuild
Sector: B2B services. City: Riyadh, Olaya district. Client name kept anonymous on request. Original site: WordPress with a free RTL plugin. Arabic copy: 100% Google Translate. Arabic side bounce rate: 71%. Arabic side conversion: 0.3%.
Rebuild: Next.js with native bilingual UX. Arabic copy by a Riyadh-based copywriter. Tailwind logical properties throughout. Arabic SEO research from scratch. Bilingual schema markup. Six-week build.
Six months in: Arabic side bounce rate down to 41%. Arabic side conversion rate up to 1.6%. Arabic-side organic traffic up 320%. Same products, same brand, same Saudi audience — different bilingual discipline.
Where bilingual investment doesn't pay back
Honest answer: very rare. The handful of cases:
- Pure B2B with international decision-makers only — when 100% of buyers are expats or non-Saudi corporates dealing in English, the Arabic version is closer to a courtesy than a conversion lever. Even here we recommend a basic Arabic version for credibility.
- SaaS targeting non-Saudi GCC markets exclusively — Dubai-only or Kuwait-focused products sometimes don't need full Arabic depth.
- Pre-revenue MVPs launching to a tight beta — defer the Arabic version until product-market fit, then add it.
For everyone else operating in Saudi Arabia, bilingual is not optional. It's the floor.
Where to read next
- Web development services across Saudi Arabia
- Web design services in Saudi Arabia
- Web development in Riyadh — pricing, process, Saudi must-knows
- Web development in Jeddah — Mada, STC Pay, ZATCA
- SEO audit checklist for Jordan and Saudi Arabia (2026)
Frequently asked questions
What does a real bilingual Arabic-English website cost in Saudi Arabia?
How is RTL different from just flipping the layout?
What is the best Arabic font pairing for Saudi websites?
Why does Google Translate Arabic kill conversion?
Is Arabic SEO different from English SEO?
Should the default language be Arabic or English?
How long does it take to build a bilingual Saudi website?
Need a real bilingual Saudi website?
Send your current site or brief. We'll audit the Arabic side, identify the conversion gaps, and quote a proper bilingual rebuild within 24 hours. Native Arabic copywriting baked in.
Get a bilingual quote →Founder & Product Consultant at Ijjad