Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Trying to Locate into which page these keywords are embedded

    While submitting my /shop to search engines I found that I had some messy meta-tag info that needed cleaning-up. However, for the life of me, I can't locate that specific page.
    Here's part of what I'm seeing when the site is analyzed:
    HTML Code:
    Source code
    
        1 <!DOCTYPE html PUBLIC "-//W3C//DTDXHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
        2 <htmlxmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
        3 <head>
        4 <title>BeadedLily.com, Beads andJewelry for the NEW Renaissance!</title>
        5 <meta http-equiv="Content-Type"content="text/html; charset=iso-8859-1" />
        6 <meta name="keywords" content="HandCrafted Jewelry Handmade Glass Beads Gift Certificates Beading Supplies
    Pendants wire mesh,florence, italy, glass, beads, jewelry, murano,venice, "
    />
        7 <meta name="description"content="BeadedLily.com :  - Hand Crafted Jewelry Handmade Glass Beads Gift
    Certificates Beading Supplies Pendants wire mesh,florence, italy, glass, beads,
    jewelry, murano,venice," />
        8 <meta http-equiv="imagetoolbar"content="no" />
    I assumed it was an easy fix. (HA!)

    To try and locate the page where these keywords are listed, I've looked in:
    HTML Code:
    shop/includes/templates/template_custom_T/common/html_header.php
    &
    HTML Code:
    /shop/includes/languages/english/template_custom_T/meta_tags.php
    &
    HTML Code:
    /shop/includes/templates/template_custom_T/common/tpl_header.php
    Each page has it's own keywords, but not the ones listed here.

    Can anyone tell me what I'm missing?

    Here's the main page:
    http://www.beadedlily.com/shop

    Thanks in advance for any and all suggestions.

  2. #2
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Trying to Locate into which page these keywords are embedded

    Got it!
    After a deep search in the forum I was able to unearth the answer. (Buried within another response)

    HTML Code:
    I made my changes to the html_header.php in my template folder under: includes/template/mytemplate/common/html_header.php
    
    As follows:
    
    Code:
    <meta name="keywords" content="<?php echo META_TAG_KEYWORDS; ?>" />
    
    changed to:
    <meta name="keywords" content="my, keyword, list, customized, put, what, you, want, here" />
    
    and
    
    Code:
    <meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>" />
    
    changed to:
    <meta name="description" content="my sites description" />
    
    I ran it through the analyzer at: http://www.scrubtheweb.com/cgi-bin/confirm.cgi to check it and all is good. all came out the way I wanted.
    
    My site is: www.salonchoice.net/catalog/
    You can view the entire thhread here:
    http://www.zen-cart.com/forum/showth...AG_DESCRIPTION

    Thanks!!

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Trying to Locate into which page these keywords are embedded

    Note: meta tags are built in the file /includes/modules/meta_tags.php

    This can be customized further to suit your needs on a per page basis ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Are these categories that are displaying on my home page?
    By driven13 in forum General Questions
    Replies: 18
    Last Post: 20 Jun 2010, 12:48 AM
  2.  Why are these characters showing in top left of Page?
    By andycole in forum General Questions
    Replies: 4
    Last Post: 17 Jan 2009, 06:29 PM
  3. Trying to locate the definition for a constant
    By Ruby in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 26 May 2006, 04:26 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