SEO for React SPAs

by 2 replies
2
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
#search engine optimization #react #seo #spas
  • 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 exclusively do English sites but with routing I don't see why that would be hard to achieve unless I am misunderstanding you
    • [1] reply
    • 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?

Next Topics on Trending Feed