Thread: Meta tag issue

Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2007
    Posts
    26
    Plugin Contributions
    0

    Default Meta tag issue

    Ive set up a meta tag over ride for my specials page as follows

    define('META_TAG_DESCRIPTION_SPECIALS','TapeSwell Decorative Tape, Special Pricing on our Decorative Packing tape, Decorative Lables and Envelope Wraps');
    define('META_TAG_KEYWORDS_PAGE_SPECIALS','Decorative Tape, Decorative Lables, Envelope Wraps');
    define('META_TAG_TITLE_PAGE_SPECIALS', 'TapeSwell Decorative Tape Specials');

    For some reason that I can fathom the Meta description overides, however the title, and key words do not.

    The url is

    http://www.tapeswell.com/decorative_tape/specials.html

    Any thoughts as to what I'm missing here

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Meta tag issue

    You need to follow the instructions contained within the file:
    // Per-Page meta-tags. Follow this pattern for individual pages you wish to override. This is useful mainly for additional pages.
    // replace "page_name" with the UPPERCASE name of your main_page= value, such as ABOUT_US or SHIPPINGINFO etc.
    // repeat pattern as necessary
    define('META_TAG_DESCRIPTION_page_name','');
    define('META_TAG_KEYWORDS_page_name','');
    define('META_TAG_TITLE_page_name', '');
    For some reason you've got the word "PAGE_" included in two of your defines, which is causing them to be ignored.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Oct 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Meta tag issue

    Duh- I can be such a dope sometimes, thanks for seeing what should have been obvious

 

 

Similar Threads

  1. v139h Meta tag issue
    By gboyea7 in forum General Questions
    Replies: 3
    Last Post: 11 Jan 2013, 08:32 AM
  2. Weird Meta Tag Issue
    By runoka in forum General Questions
    Replies: 5
    Last Post: 31 May 2008, 04:28 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