I would like to add a j query to my header so that the website detects the browser language and redirects it to a specific landing page. For example i will make a totally different copy of my website with each language, Spanish, french, German, English. This way it still can be crawled by Google and i can set all the CSS sizing correctly.
I dont believe there is a simple way of doing this in javascript. I is not as easy as detecting the browsers language. I would recommend a “choose your language” landing page with a dropdown menu which takes you to the correct version of your site.