Rank in Every Language You Translate Into
Every translated page gets its own URL, reciprocal hreflang tags, translated meta tags, and a dedicated sitemap — exactly how Google recommends it. No client-side hacks that search engines can't see.
Every Language Is a New Entry Point in Search
Each translated page becomes its own indexable result in Google — multiplying your organic reach without writing a single new page.
yoursite.com
Your SaaS — The fastest way to grow your business
Reach millions of new customers by speaking their language. Setup takes minutes.
yoursite.com/fr
Votre SaaS — Le moyen le plus rapide de développer votre activité
Touchez des millions de nouveaux clients en parlant leur langue.
yoursite.com/de
Ihr SaaS — Der schnellste Weg, Ihr Unternehmen zu skalieren
Erreichen Sie Millionen neuer Kunden, indem Sie deren Sprache sprechen.
Everything Google Needs to Index Your Translated Pages
All of this is automatic — included on every plan, including Free.
Subdirectory URLs
Each language lives at a clean subdirectory path — /fr, /es, /de. Google recommends this structure because it keeps everything under one domain authority instead of splitting it across subdomains.
yoursite.com/ → English (default) yoursite.com/fr/ → French yoursite.com/es/ → Spanish yoursite.com/de/ → German yoursite.com/ja/ → Japanese
Reciprocal Hreflang
Verbi injects hreflang tags on both your original and translated pages — which is critical because Google ignores hreflang unless it's reciprocal. Includes x-default for the original and proper BCP 47 codes like pt-BR and zh-Hans.
<link rel="alternate" hreflang="en" href=".../" /> <link rel="alternate" hreflang="x-default" href=".../" /> <link rel="alternate" hreflang="fr" href=".../fr/" /> <link rel="alternate" hreflang="pt-BR" href=".../pt/" />
Hreflang Sitemaps
Each language gets a dedicated sitemap with xhtml:link hreflang entries per URL — Google's recommended format for multilingual sites. Your robots.txt is updated to reference each language sitemap automatically.
<url>
<loc>https://yoursite.com/fr/pricing</loc>
<xhtml:link rel="alternate" hreflang="en"
href="https://yoursite.com/pricing" />
<xhtml:link rel="alternate" hreflang="fr"
href="https://yoursite.com/fr/pricing" />
</url>Translated Meta & OG Tags
Title tags, meta descriptions, Open Graph titles, Twitter cards, and og:locale are all handled automatically. Each language gets the correct og:locale (e.g. fr_FR) and og:locale:alternate tags for every other version.
<meta property="og:locale" content="fr_FR" /> <meta property="og:locale:alternate" content="en_US" /> <meta property="og:locale:alternate" content="de_DE" />
Canonical & Content-Language
Each translated page gets a canonical URL pointing to its own language version — not the English original. The Content-Language HTTP header is set on every response, giving search engines and CDNs an additional language signal.
Content-Language: fr Link: <.../fr/pricing>; rel="canonical"
RTL & Language Attributes
The html lang attribute is updated on every page to match the language being served. For Arabic, dir="rtl" is set automatically so browsers render the correct reading direction without any extra configuration.
<html lang="ar" dir="rtl">
What Changes in Your HTML
Your site stays untouched. Verbi adds the SEO tags at the edge before the page reaches the visitor.
<html lang="en">
<head>
<title>Your SaaS Product</title>
<meta name="description"
content="English description...">
<!-- No hreflang tags -->
<!-- No og:locale -->
<!-- No alternate sitemaps -->
</head><html lang="fr"> <head> <title>Votre produit SaaS</title> <meta name="description" content="Description en français..."> <meta property="og:locale" content="fr_FR"> <link rel="alternate" hreflang="en" href="https://yoursite.com/"> <link rel="alternate" hreflang="fr" href="https://yoursite.com/fr/"> <link rel="canonical" href="https://yoursite.com/fr/"> </head>
SEO Questions
Start Reaching Customers
In Their Language
Add your first language in minutes. 14-day free trial,
no changes to your site.
