Hello,
I've installed the sef patch 1.5.6 : I've unziped the file and FTP the files to my server and replaced the existing files and I've got these problems:
There is no additional SEO tab in the global configuration settings.
On some pages, the patch adds meta tags such as
<meta name="meta_description" />
<meta name="meta_keywords" ...>
and keeps the description and keywords tags of the original configuration settings:
<meta name="description" .. />
<meta name="keywords" .. />
For example,
I have this html code:
<head>
<base href="
http://www.guitare.info/partition-tablature.html" />
<title>Partitions et tablatures</title>
<meta name="description" content="Guitare.info est dédié à la guitare et aux guitaristes: forum dédié à la musique, petites annonces musiciens, cours de guitare, outils, partitions tablatures et musique." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="keywords" content="guitare, guitariste, cours de guitare, forum guitare, partitions, tablatures" />
<meta name="meta_description" content="Dans cette section vous avez accès au téléchargement de plusieurs centaines de partitions et tablatures gratuites et libres de droit." />
<meta name="meta_keywords" content="partition guitare, tablature guitare, partitions guitare, tablatures guitare, partition de guitare, tablature de guitare, partition guitare gratuite, partition pour guitare, partitions de guitare, tablature pour guitare, partitions guitare gratuites, tablature guitare gratuite, tablatures de guitare, partition guitare gratuit, tablature guitare gratuit, tablatures pour guitare" />
Have you seen anything like this before?
Thanks