Google (and other search engines as well) don't like to see identical page titles for different pages.
I decided to add to each page title "(language name)" at the end to prevent duplications.
This can be done by replacing the current <title> line in /themes/prestashop/header.tpl #4) with the following line:
<title>{$meta_title|escape:'htmlall':'UTF-8'} {foreach from=$languages item=language}{if $language.iso_code == $lang_iso} ({$language.name}){/if}{/foreach} </title>You can see it working on my site http://www.presto-changeo.com/




Back to top











