
外掛標籤
開發者團隊
② 後台搜尋「Proxylang: AI Translation & Multilingual SEO」→ 直接安裝(推薦)
原文外掛簡介
Instant website translation and SEO to grow your global traffic. Get lang prefixes, hreflang tags, and automated sitemaps for Google. No complex DNS setup needed. Launch your multilingual store or site in 60 seconds.
Why Proxylang
WordPress translation generally takes one of three approaches:
Database plugins: store duplicated translated content in your database and often involve manual translation work.
DNS proxies: require CNAME or nameserver changes that some managed hosts don’t allow.
Browser translate widgets: translate in the visitor’s browser but aren’t indexed by search engines.
Proxylang gives you real indexed per-language URLs, server-rendered SEO for search crawlers, and instant in-browser translation for visitors — with no DNS changes:
Real per-language URLs (yoursite.com/es-MX/about) indexed by Google
AI translation in 68 languages with context-aware quality
Server-rendered translated HTML for search-engine bots (Googlebot, Bingbot, ChatGPT, Claude, Perplexity)
Instant client-side translation for human visitors. No page re-render
Auto-generated hreflang tags, per-language XML sitemaps, robots.txt
WooCommerce Product JSON-LD localized for Google Shopping rich results
Translation glossary so brand terms always render the way you want
Full analytics dashboard with anonymous visitor tracking, languages, countries, top pages
Zero DNS setup. Install plugin, paste keys, you’re live
Account required
This plugin connects WordPress to the Proxylang translation network. You’ll need a free Proxylang account at proxylang.dev to use the plugin. Sign-up takes 30 seconds. The free tier translates 2,000 words/month at no cost. Enough for most small business sites. Higher tiers scale with traffic. See proxylang.dev/pricing.
Who is this for?
WordPress sites going international: blogs, agencies, SaaS marketing sites, portfolios.
WooCommerce stores selling cross-border: products, variations, cart, checkout, and Product schema all translate automatically.
Sites on managed hosts that don’t allow DNS changes: Kinsta, WP Engine, WordPress.com Business+, Pressable, and similar.
Agencies managing multilingual clients: install once, manage translations from one dashboard.
How it works under the hood
When a visitor lands on /es-MX/about, the plugin inspects the request:
Search-engine bot (Googlebot, ChatGPT, Claude, etc.): plugin fetches a fully translated HTML page from Proxylang’s edge network and serves it directly. Indexable, hreflang-annotated, no JavaScript required.
Human visitor: plugin redirects to your source URL (/about) and sets a language cookie. Your page then loads with a tiny script that translates visible content client-side. No full re-render, no flicker, and your address bar stays clean.
Translations are cached at 300+ edge locations and inside your WordPress install, so repeat visitors see instant translated pages.
Features
AI translation in 68 languages with brand-context awareness
Translates both search engines and visitors. Bots see pre-rendered translated HTML, real visitors see live in-browser translation
Per-language sitemap.xml, robots.txt, hreflang, og:locale, content-language headers
Translation glossary: override AI translations for brand terms or any specific phrase
Full analytics dashboard: visitors, languages, countries, top pages, growth over time. All anonymous and aggregated
WooCommerce Product JSON-LD localization for Google Shopping
Compatible with W3 Total Cache, WP Super Cache, LiteSpeed Cache, and other page caches
Translation cache invalidation via signed HMAC webhooks. No manual purge
GDPR-friendly. No visitor PII, cookies, or form submissions sent to Proxylang
Works with any theme, page builder, or block editor (Elementor, Divi, Gutenberg, Bricks, etc.)
WordPress 6.5+ and PHP 7.4+ supported
External services
This plugin connects to the Proxylang translation service. The plugin will not function without contacting these services. Translation cannot happen entirely on your server. Proxylang runs the AI translation pipeline, edge cache, and dashboard.
What data is sent and when:
proxylang.dev: configuration, plugin registration, daily heartbeat.
POST https://proxylang.dev/api/proxylang/plugin/register: sent on plugin activation. Transmits: your public key (Authorization header), plugin version, your site’s home URL, REST webhook URL, requested mode.
POST https://proxylang.dev/api/proxylang/plugin/heartbeat: sent once per day. Transmits: your public key, plugin version, mode, home URL.
POST https://proxylang.dev/api/proxylang/plugin/config: sent on settings save and twice daily. Transmits: your public key. Returns: enabled languages, source language, registered domain.
proxy.proxylang.dev (server-to-server, from your WordPress server): translated HTML and sitemap delivery.
GET https://proxy.proxylang.dev/v1/render?domain=…&path=…&lang=…: sent when a search-engine bot requests a /{lang}/* URL. Transmits: your public key (X-Proxylang-Key header), the requesting visitor’s User-Agent (X-Proxylang-Visitor-UA header), requested path, language.
GET https://proxy.proxylang.dev/v1/sitemap?domain=…&lang=…: sent when WordPress requests a per-language sitemap. Transmits: your public key, language code.
proxy.proxylang.dev (loaded in each site visitor’s browser): live in-page translation for human visitors. The plugin adds the following to your front-end pages when enabled:
