I'm currently developing a web app based on Angular 2.1.0.
I received some instructions by the SEO specialist regarding the way I need to set the different urls (based on the language used), for example :
http://www.example.com/actualite // french version
http://www.example.com/en/news // english version
I haven't seen a part in the docs where this kind of problem is discussed. Is there a solution to my problem ?
Thanks for your time and help !