You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep locale out of semantic paths and query strings. Existing unprefixed URLs remain canonical. Language is selected from the saved preference/cookie and normalized Accept-Language for anonymous requests.
This has an unavoidable SEO trade-off: the same URL cannot provide two independently crawlable canonical language pages or truthful reciprocal hreflang alternates. For now, Chinese is the default canonical/indexable representation; English is a complete adaptive user experience, not a separately guaranteed search index.
If independently indexed English becomes a requirement later, evaluate locale-specific hosts (for example en.example) as a separate product/operations decision. Do not add /zh-cn, /en-us, or locale query parameters.
Cache policy
Authenticated/personalized HTML remains private/no-store.
Product decision
Keep locale out of semantic paths and query strings. Existing unprefixed URLs remain canonical. Language is selected from the saved preference/cookie and normalized
Accept-Languagefor anonymous requests.This has an unavoidable SEO trade-off: the same URL cannot provide two independently crawlable canonical language pages or truthful reciprocal
hreflangalternates. For now, Chinese is the default canonical/indexable representation; English is a complete adaptive user experience, not a separately guaranteed search index.If independently indexed English becomes a requirement later, evaluate locale-specific hosts (for example
en.example) as a separate product/operations decision. Do not add/zh-cn,/en-us, or locale query parameters.Cache policy
Accept-Language.html lang,Content-Language, localized title/description/social metadata, and a single self-canonical URL.Varyconsistently on negotiable APIs; do not emit misleadinghreflanglinks to identical URLs.Acceptance criteria