VirtueMart Forum

VirtueMart 2 + 3 + 4 => Security (https) / Performance / SEO, SEF, URLs => Topic started by: fabioweb on August 27, 2016, 00:17:49 AM

Title: Tag Title
Post by: fabioweb on August 27, 2016, 00:17:49 AM
Hello forum,
In every category product page i have a duplication of title tag. In homepage for example:
<meta name="title" content="Casette in legno: Leader nella vendita, consegna in tutta Italia."/>
<title>Casette in legno: Leader nella vendita, consegna in tutta Italia.</title>

How can i keep only one? Thank you!
Title: Re: Tag Title
Post by: GJC Web Design on August 27, 2016, 15:38:26 PM
components\com_virtuemart\views\productdetails\view.html.php

if ($app->getCfg('MetaTitle') == '1') {
            //$document->setMetaData('title', $product->product_name);  //Maybe better product_name
         }

http://stackoverflow.com/questions/21076201/difference-between-meta-name-title-tag-and-title-title-tag