Four steps, in order, for every request that asks for a language other than your own.
Your domain points at the translation proxy instead of straight at your server. A request for /es/pricing arrives at the proxy, not at your origin.
The proxy strips the language prefix and requests /pricing from your own server, exactly as a browser would. Your site is unchanged and does not know the difference.
Görünür metinler, bağlantı başlıkları, form etiketleri, alt metinler ile meta başlık ve açıklamalar HTML'den çekilir ve tam sayfa bağlamıyla birlikte çevrilir; böylece bir kelime, çevrildiği cümledeki kullanımına uygun şekilde çevrilmiş olur.
Proxy, çevirileri aynı HTML içine geri yazar ve onu döndürür. Sonuç uç noktada (edge) önbelleğe alınır, böylece o sayfayı o dilde talep eden bir sonraki ziyaretçiye herhangi bir çeviri işlemi yapılmadan sayfa sunulur.
Every architecture trades something away. These are the trades a proxy makes, including ours.
Kod tabanınıza veya içerik yönetim sisteminize hiçbir şey kurulmaz. Proxy'lerin var olma sebebi budur: Mühendislik vakti olmayan veya dokunulmak istenmeyen bir teknoloji yığınına sahip ekipler bile çok dilli bir site yayınlayabilir.
Çeviri, sayfa tarayıcıya ulaşmadan önce gerçekleşir; böylece bir tarayıcı botu (crawler), bir script tarafından sonradan yeniden yazılmış İngilizce bir sayfa yerine, hedef dilde tam olarak işlenmiş bir sayfa alır.
Translated pages are served from your own domain under a path such as /es/ or /ja-jp/, so each language inherits the authority the domain has already earned.
A page published this morning is translated the first time somebody requests it. There is no export, no re-import, and no build step to re-run.
Tam proxy modu, alan adınızın bize yönlendirilmesi anlamına gelir. Bu gerçek bir bağımlılıktır ve bu nedenle iki adet daha hafif mod da sunuyoruz. Eğer buna hazır değilseniz, hibrit mod DNS ayarlarınız olduğu gibi kalırken tarayıcılara sunucu taraflı oluşturulmuş çeviriler sağlar.
Proxy HTML okur; bir JPEG içine işlenmiş metin ise HTML değildir. Alt metinler otomatik olarak çevrilir. Görselin içine gömülü metinler ise yalnızca onay verdiğiniz görseller için çevrilir ve çevrilmiş görsel o dil için önbelleğe alınır.
Pages a crawler can never reach still translate for the visitor who is signed in, but they cannot be pre-translated by crawling alone. Authenticated pages are discovered separately.
Proxy sürekli çeviri yaptığı için sürekli ücretlendirilir. Ancak halihazırda ödemesini yaptığınız bir cümle için tekrar fatura kesmeyiz: Çevrilen kelimeler her ay tekrar ölçülmek yerine kalıcı olarak saklanır.
Most translation services give you one install mode and expect you to live with its trade-off. Proxylang ships three, and you can move between them without redoing the setup.
| Mode | Available on | Your DNS | Search engines |
|---|---|---|---|
| Script tag One line of JavaScript translates the page in the visitor’s browser. Fastest to install and the right choice when you want the language switcher working today. It is not a proxy, and it does not earn you search traffic on its own. | Every plan, including free | Unchanged | See your original language |
| Hybrid Visitors are translated in the browser; search engine crawlers are served a translated page rendered on the server. You get the indexable pages a proxy gives you without moving your DNS. Crawler pages are translated within a per-page token budget. | Start plan and up | Unchanged | Get server-rendered translated HTML |
| Full reverse proxy Every request for a translated URL is rendered on the server for everyone. This is the mode this page is about, and the one that behaves identically for a visitor, a crawler and an AI assistant. | Pro plan and up | Points at Proxylang | Get the same page every visitor gets |
A website translation proxy is a server that sits between your visitors and your website. When somebody requests a translated URL, the proxy fetches the original page from your server, translates the text inside the HTML, and returns the translated page. Your site is never modified, and you do not install anything in it. The translated pages live on your own domain, usually under a language path such as /es/ or /ja-jp/.