On my site, I want to create a French-language section with pages aimed at a French audience. For SEO purposes, I intend to put all these French pages inside a /fr/ folder so all their URLs start with mydomain.com/fr/. Can I implement a language switcher dropdown that will go to the equivalent page in the selected language? For example if the visitor is on the English book page and they switch to French they land on the French book page - which is a different page, not just a translation. Anything else I should consider before I start structuring this new silo?