Removing the meta title in Virtuemart?

Support desk for Multipurpose Quark Theme
GK User
Mon Sep 25, 2017 10:21 am
Hello,
Do you know how I can remove the display of the meta title in Virtuemart's products pages and categories, as <meta name = "title" content = "demo text" />? (it is bad for seo)

Best regards.
User avatar
Senior Boarder

Joshua M
Fri Sep 29, 2017 8:30 am
Hello,
Meta title content should be taken from your product title, do you have "demo text" there? Could you provide your website URL?
User avatar
Moderator

Joshua M
Wed Oct 04, 2017 9:22 am
To remove this meta tag, please edit your Joomla configuration.php file and change:
Code: Select all
public $MetaTitle = '1';

to:
Code: Select all
public $MetaTitle = '0';
User avatar
Moderator

GK User
Wed Oct 04, 2017 10:33 am
Works! thank you

It is recommended for the SEO to privilege the tag <title> and to delete this one.

Best regards.
User avatar
Senior Boarder


cron