Thread: Meta keywords

Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default Meta keywords

    Hiya, I've spent now a few hours going through all the posts regarding something about meta tags. I'm still stuck, in my view page source, I have this

    <meta name="keywords" content="DVD's and CD's Inks and Toners Beauty Products Household Jewellery DIY Automotive Addition Shipping Information Christmas Toys Sport/Leisure Electronic dvd, cd, lingerie, beauty, bargain, discount, value, save " />
    Then when I look in the meta_tags.php file it's not that long, how can I delete something that isn't showing.

    My website is www.wilkvais.co.uk.

    Got meta tags coming out of my ears now, and this is confusing me. Thanks in advance. Sandie

  2. #2
    Join Date
    Apr 2009
    Location
    Chicago, IL
    Posts
    45
    Plugin Contributions
    0

    Default Re: Meta keywords

    I know this is an old post, but I stumbled upon it searching for something else, and I thought I'd answer your question.

    All those keywords being lumped on at the beginning are your categories. By default, zen cart includes your category names in your keyword listing. As per another thread, here are Dr. Byte's instructions for removing them:

    a) copy /includes/modules/meta_tags.php to /includes/modules/YOURTEMPLATE
    b) find the line that says this:
    Code:
    define('KEYWORDS', str_replace('"','',zen_clean_html($keywords_string_metatags) . CUSTOM_KEYWORDS));
    c) add a line ABOVE that line, which says this:
    Code:
    $keywords_string_metatags = "";
    d) save and upload the file

 

 

Similar Threads

  1. Changes to home page meta description and meta keywords from admin area?
    By nic678dog in forum Customization from the Admin
    Replies: 4
    Last Post: 24 Mar 2011, 10:10 PM
  2. Meta keywords are also being used for meta description across entire site
    By bowerstech in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Mar 2010, 11:26 PM
  3. Replies: 2
    Last Post: 10 Mar 2010, 06:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg