I turned off the meta support for product price and model but it still shows in the browser meta tag.
Is there something else that I've missed? I've scoured the settings, but cannot find it anywhere other then the one place :lamo:
Printable View
I turned off the meta support for product price and model but it still shows in the browser meta tag.
Is there something else that I've missed? I've scoured the settings, but cannot find it anywhere other then the one place :lamo:
There is a global setting in the Configuration ... Product Info ... for the model and price in the meta tag title ...
Then, there is the custom setting on the meta tags when set on a per Product basis ...
The custom setting rules per Product ... so if that is on, you need to turn it off ...
Gary bows again :clap: with many many thanks... :thumbsup:
Ajeh, can I ask another tibit of an issue. In my cats I used , <br/> to create a wrap of the text on the tabs.
How can I get it to not show this in the meta tag ?
Have you an URL to one of these Products?
Technically the meta tags should clean that out for you ...
Poopers ... cleans the Products Name and not the Category Name ...
Let me fool a minute with the code ... :oops:
Yes of course... looky here
As you will see from the tabs menu, any one of them all use ,<br/>
I'm also futzing around with SEO(ultimate) ultimate, that it is, ultimate headache so far...lol
Okay ... we call this an unexpected feature ... :smartass:
Some call it a bug ... :cry:
To fix this, edit the file:
/includes/modules/meta_tags.php
Find all of the references to:
And replace with:PHP Code:
$keywords_metatags->fields['categories_name']
And all references to:PHP Code:
zen_clean_html($keywords_metatags->fields['categories_name'])
And replace with:PHP Code:
$category_metatags->fields['categories_name']
There are quite a few of them ...PHP Code:
zen_clean_html($category_metatags->fields['categories_name'])
This will be included in the next release ...
Now that makes me the lucky one...lol
:smartass: fixed :thumbsup:
Thanks once again