Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Jun 2006
    Posts
    783
    Plugin Contributions
    0

    Default Meta Tags and Title

    Where/how do I set the Home page/site Title and Meta Tags for the search engines to pick up. ?
    Kevin

  2. #2
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Meta Tags and Title

    might try looking in the
    includes/languages/english/meta_tags.php

    remember to save it to your template over rides folder
    Zen cart PCI compliant Hosting

  3. #3
    Join Date
    Jun 2006
    Posts
    783
    Plugin Contributions
    0

    Default Re: Meta Tags and Title

    where is the page Title set?

  4. #4
    Join Date
    Feb 2004
    Posts
    58
    Plugin Contributions
    0

    Default Re: Meta Tags and Title

    Kevin

    I think the title is made up of the page title (line12) and the site tagline (line15).

    When the title is generated it puts a comma between the two of these items.

    Does anyone know how to remove the comma? - see below

    TIA

    Paul

    <title>Artificial Flowers, | Wedding Flowers | Artificial Plants | Silk Flowers by Floralart</title>

  5. #5
    Join Date
    Jun 2006
    Posts
    783
    Plugin Contributions
    0

    Default Re: Meta Tags and Title

    Thanks Paul,

    But, on which page? It's not on the MAIN page in Define Pages.

  6. #6
    Join Date
    Feb 2004
    Posts
    58
    Plugin Contributions
    0

    Default Re: Meta Tags and Title

    Kevin

    See what the Merlin guy said above ....

    you need to open and then edit the file 'meta tags' with a text editor such as Notepad++

    download the file from your host - includes/languages/english/meta_tags.php

    edit it

    upload it back again

    (good idea to keep a copy of the original on your server in case you make a mistake)

    Paul

  7. #7
    Join Date
    Jun 2006
    Posts
    783
    Plugin Contributions
    0

    Default Re: Meta Tags and Title

    I'm still trying to find out WHAT page I need to edit for the Site Title??

  8. #8
    Join Date
    Feb 2007
    Location
    Kenley, Surrey, UK
    Posts
    6
    Plugin Contributions
    0

    Default Re: Meta Tags and Title

    As Merlinpa1969 & Matchworker said, you need to edit

    includes/languages/english/meta_tags.php

    Edit the first 2 define statements around lines 11 & 14.

  9. #9
    Join Date
    Jun 2006
    Posts
    783
    Plugin Contributions
    0

    Default Re: Meta Tags and Title

    NO active variables exist in this file. Site not pulling meta OR title from this file.

    <?php
    //
    // +----------------------------------------------------------------------+
    // |zen-cart Open Source E-commerce
    |
    // +----------------------------------------------------------------------+
    // | Copyright (c) 2003 The zen-cart developers |
    // | |
    // | http://www.zen-cart.com/index.php |
    // | |
    // | Portions Copyright (c) 2003 osCommerce |
    // +----------------------------------------------------------------------+
    // | This source file is subject to version 2.0 of the GPL license, |
    // | that is bundled with this package in the file LICENSE, and is |
    // | available through the world-wide-web at the following url: |
    // | http://www.zen-cart.com/license/2_0.txt. |
    // | If you did not receive a copy of the zen-cart license and are unable |
    // | to obtain it through the world-wide-web, please send a note to |
    // | [email protected] so we can mail you a copy immediately. |
    // +----------------------------------------------------------------------+
    // $Id: meta_tags.php
    1091 2005-03-29 06:48:38Z ajeh $
    //

    // page title
    define('TITLE', 'A Test Site');

    // Site Tagline
    define('SITE_TAGLINE',
    'Testing Art of E-commerce');

    // Custom Keywords
    define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');


    // Review Page can have a lead in:
    define('META_TAGS_REVIEW', 'Reviews: ');
    ?>

  10. #10
    Join Date
    Feb 2004
    Posts
    58
    Plugin Contributions
    0

    Default Re: Meta Tags and Title

    It does on my cart

    I bet if you right click your site home page and look at the source you will see:

    <title>A Test Site, Testing Art of E-commerce</title>


    Paul

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 0
    Last Post: 28 Oct 2013, 11:22 PM
  2. v139h How do I change basic meta tags such as page title and description and meta keywords
    By robertwebsite in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Aug 2012, 08:38 AM

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