Title and keywords different for each language

Discuss Search Engine Optimization in relation to Joomla! 3.x. This forum will also have discussions on SEF/SEO Joomla! 3.x extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
steelbull
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Wed Nov 03, 2010 4:56 pm

Title and keywords different for each language

Post by steelbull » Wed Apr 20, 2016 7:54 am

How can I set different keywords and title for each language separately? I don´t want to set it separately for each page, only for each language. For all pages for current language need to set same title and keywords.

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28206
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: Title and keywords different for each language

Post by imanickam » Wed Apr 20, 2016 8:39 am

Try the following:

In the screen "Languages: Edit Content Language" (Extensions => Language(s) => Content Languages), for each of the language, you can specify the Site Name and Meta Data (Keywords and Description).
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

steelbull
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Wed Nov 03, 2010 4:56 pm

Re: Title and keywords different for each language

Post by steelbull » Wed Apr 20, 2016 8:46 am

I get it! Thank you very much. This is exactly what I was looking for.

Thank you very much imanickam.

Unisoftdev
Joomla! Apprentice
Joomla! Apprentice
Posts: 49
Joined: Mon Feb 22, 2016 4:58 am
Location: London, UK
Contact:

Re: Title and keywords different for each language

Post by Unisoftdev » Thu Apr 28, 2016 9:57 pm

Second option:

Code: Select all

<?php $REQUEST_URI = $_SERVER['HTTP_REFERER'];

if (strpos($REQUEST_URI, 'pages_in_english') !== FALSE){

    // code calling first language meta tag is comming here
} else{

  // code calling other language is comming here
}
?>


Locked

Return to “Search Engine Optimization (Joomla! SEO) in Joomla! 3.x”