How do I change the title and description that appears when you search my site on google based on the browser language of the visitor?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the
to get the prefered language from the browser.
Having said that, from there on you can use the gettext extension to localize your app. There is a nice editor for translating gettext strings.
You have to tell google that your site is multilingual. You do that by providing a sitemap.xml to the google bot.