Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Improve i18n user experience (sub route + SEO gains) #94

Open
itsdouges opened this issue Oct 26, 2016 · 0 comments
Open

Improve i18n user experience (sub route + SEO gains) #94

itsdouges opened this issue Oct 26, 2016 · 0 comments

Comments

@itsdouges
Copy link
Owner

itsdouges commented Oct 26, 2016

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 itsdouges changed the title Set default language to be sourced from the request header on page load Improve i18n user experience (sub route + SEO gains) Nov 2, 2016
@itsdouges itsdouges removed the chore label Jan 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant