![]() |
Remove product name from keywords
How can I remove the product name from the keywords?
I use the product name in the short description so it is appearing twice in the keywords. I have: Include categories' META data into the site meta tags: Include products' META data into the site meta tags: Both checked in SEO options. |
You can find the file that defines the META keywords under /xcart/skin1/meta.tpl but it should be inserting the product name in their. Looking at the file it looks like it concatenates what is available of these options in this order:
б╨ Product META keywords б╨ Category META keywords б╨ Site META Keywords So you shouldn't be seeing the actual product name in there. |
Quote:
I know and that is what is driving me crazy. I had messed around with the meta.tpl file trying to remove bits to learn how it functions and all I was able to accomplish is removing the product name AND the short description. I could not find a way to just remove the product name. Here is the code from the meta.tpl file that handles the keywords and description: Code:
{if $usertype eq "P" or $usertype eq "A"} Here is what prints to my page: meta name="description" content="Dark Carnival Tee made by Strange Monster" meta name="keywords" content="Dark Carnival Tee Dark Carnival Tee made by Strange Monster ,apparel,shirt,illustration " The first one in the keywords is the product name. I Manually put the product name in the description because I want it there but i then have no way to remove the one that x-cart places in keywords so I have it twice :( |
Under General Settings / SEO options there are two checkboxs:
"Include categories' META data into the site meta tags:" "Include products' META data into the site meta tags:" |
Quote:
|
Re: Remove product name from keywords
Ever solve this I am having the same issue?
|
All times are GMT -8. The time now is 10:14 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.