I have a website with several languages, what is the way for good SEO for each language / locale, right now I have:
<meta name="description" content=" ">
<meta name="Keywords" content=" ">
Site structure: one domain, languages switch inside the file: php redraws the file in accordance with the language chosen by the user. So I thought I could switch the contents of these meta depending on the language chosen by the user, am I on the right track? thank
source
share