armory-app icon indicating copy to clipboard operation
armory-app copied to clipboard

Improve i18n user experience (sub route + SEO gains)

Open itsdouges opened this issue 9 years ago • 0 comments

See: https://support.google.com/webmasters/answer/189077?hl=en&ref_topic=2370587

TODO:

  • Compile each language as a separate bundle
  • Publish default bundle (english) to default s3 folder
  • Publish all other bundles to their appropriate sub folder (es for spanish etc)
  • Ensure base path is specified for all languages (except en as it's the default)
  • Ensure all language paths are specified in the <head>, see above google link
  • Setup redirects in aws cloudfront to redirect based on default browser language (if supported - else redirect to base english site)

This will result is:

  • Better SEO
  • Better user experience
  • Each language being a sub route, e.g: gw2armory.com/es, gw2armory.com/de, etc.

itsdouges avatar Oct 26 '16 02:10 itsdouges