Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2010
    Location
    East Anglia
    Posts
    52
    Plugin Contributions
    0

    Default Can I set meta tags on EZ pages?

    Without linking in external pages that you've built yourself.

    And if so, how, please?

    TIA

    Dave Smith
    www.fernslist.com

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Can you set meta tags on EZ pages?

    includes/languages/english/meta_tags.php
    PHP Code:
    // EZ-Pages meta-tags.  Follow this pattern for all ez-pages for which you desire custom metatags. Replace the # with ezpage id.
    // If you wish to use defaults for any of the 3 items for a given page, simply do not define it. 
    // (ie: the Title tag is best not set, so that site-wide defaults can be used.)
    // repeat pattern as necessary
      
    define('META_TAG_DESCRIPTION_EZPAGE_#','');
      
    define('META_TAG_KEYWORDS_EZPAGE_#','');
      
    define('META_TAG_TITLE_EZPAGE_#'''); 
    After you have made edits to a COPY of this file, it should be saved to:

    includes/languages/english/CUSTOM/meta_tags.php

    ... where CUSTOM is the name of your custom template folder.
    20 years a Zencart User

  3. #3

    Default Re: Can you set meta tags on EZ pages?

    Hi , another mega tag tip.


    Since you are on your meta_tags.php file already (see post above) you might as well work on your Title and Site Tag Line while you are there.. They are at the top of the page on line 11 and 13 or so. Replace the wording to reflect your store. It gives you a nice title to view in your browser web page title tabs. Remember that the little single quotes are really important so type inbetween them.
    bye

 

 

Similar Threads

  1. Replies: 0
    Last Post: 28 Oct 2013, 11:22 PM
  2. Can't Set Meta Tags for my home page since hiring a developer
    By firelogic in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 13 Sep 2010, 01:51 PM
  3. Help getting Meta-tags in to the EZ pages set up...
    By BenhamCollectibles in forum General Questions
    Replies: 0
    Last Post: 4 Dec 2009, 11:49 PM
  4. Can EZ pages be indexed by google? no meta tags?
    By dharma in forum General Questions
    Replies: 0
    Last Post: 6 Mar 2007, 02:22 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