by rarutu
2 replies
  • SEO
  • |
Hey

I am build a platform that will host multiple ReactJS SPAs and i need to find a solution for 2 pbs: SEO and i18n

1) I saw some articles on the fact that google can run js ... shoul i invest time in server side rendering?
2) i still believe that unique links for each language is a must ... this believe might prove to be a bit old ... so do i really need to create www.example.com/en/help and www.example.com/de/hilfe?

thanks
#react #seo #spas
  • Profile picture of the author Mike Anthony
    Originally Posted by rarutu View Post

    Hey

    I am build a platform that will host multiple ReactJS SPAs and i need to find a solution for 2 pbs: SEO and i18n

    1) I saw some articles on the fact that google can run js ... shouls i invest time in server side rendering?
    Most developers concerned with SEO do server side rendering. Google is a whole lot better with Javascript but still not 100% and then there are other search engines to consider as well


    i still believe that unique links for each language is a must ... this believe might prove to be a bit old ... so do i really need to create www.example.com/en/help and www.example.com/de/hilfe?

    thanks
    I exclusively do English sites but with routing I don't see why that would be hard to achieve unless I am misunderstanding you
    Signature

    {{ DiscussionBoard.errors[10706655].message }}
    • Profile picture of the author rarutu
      well ... what would be a good practice to follow when i structure my links ... should i include the language ... or just make sure the links are unique and that the html tag contains the lang attribute?
      {{ DiscussionBoard.errors[10706659].message }}

Trending Topics