For a multilingual site, I would like to define the Site Title and Description fields for each supported language separately for SEO purposes.
Is this possible with Plone or an addon?
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.
Use Products.LinguaPlone; it is the defacto extension to use for multi-lingual sites.
To start with, you site will be configured with top-level, per-language root folders. Any visitor will be redirected to one of these folders (e.g. http://example.com/en/, http://example.com/fr/, etc.), providing you with per-language metadata including title and description.