Comparison of Proxy and JavaScript publishing

1. Integration, Setup & Onboarding

Proxy

Easy to complex, depending on client architecture and requirements

JavaScript

Easy, only requires settings in the site template (single line of JavaScript inserted)

2. SEO Support

Proxy

Excellent, Content extracted by default, Search engines crawl translated content. URL translation is supported,

JavaScript

Content extracted by default.

Advanced: DNS setting or CDN is used to serve translated content

Simple: Search engines run JavaScript to obtain translated content for indexing.

SEO domain might be different.

Proxy & JavaScript

Available; dedicated search layout effort needed.

4. Latency, Performance

Proxy

Highly scalable, lowest latency.

Great use of global Content/Translation Delivery Network (CDN).

JavaScript

Rely on the viewer’s device (mobile/ tablet/desktop). Start after the page+dictionary loaded. Tiny overhead, flickering possible upon the first load.

5. Deployment options, URL, header, titles

Proxy

DNS and/or CDN configuration.

Subdomain (ja.example.com) or subdirectory (example.com/ja) For better latency, existing CDN caching can be leveraged CDN is needed for subdirectory.

JavaScript

Single line of JavaScript insert.

Can be blended with existing JavaScript one-liner. Subdomains/Subdirectories supported via CDN

6. Security

Proxy

Equal to the original.

Proxy does not modify existing site security

JavaScript

Not applicable .

Client-side translation does not impact site security.