Hi.
I have been looking for an answer in the forum but I don´t find it.
Is about the meta tags. I´m using 1.3.7.1 version.
I define a product meta tag here:
But when i see the source code the meta tags are different:
<title>STEINBERG CUBASE 6 ESPAÑOL en Multisononline.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="compra, STEINBERG CUBASE 6 ESPAÑOL,y más instrumentos musicales, al mejor precio en Multisononline.com" />
<meta name="description" content="Repleto de nuevas características y mejoras, Steinberg Cubase 6 es un software para la edición, mezcla y producción de música en todas sus formas creativas. Steinberg Cubase 6 proporciona herramientas avanzadas de edición multipista, un nuevo sistema ..." />
<meta http-equiv="imagetoolbar" content="no" />
The tag continue to choosing the description product instead of my custom metatags.
I search in the modules/meta_tags.php, and follow the following in case "product info":
Any idea about how to show my custom meta tags?PHP Code:define('META_TAG_TITLE', $meta_products_name . ' en ' . TITLE);
define('META_TAG_KEYWORDS', 'compra, ' . $meta_products_name . ',y más instrumentos musicales, al mejor precio en ' . TITLE);
define('META_TAG_DESCRIPTION', $products_description . ' ...' );
Thanks ;-)



Reply With Quote
