Results 1 to 5 of 5
  1. #1
    Join Date
    May 2006
    Location
    USA
    Posts
    35
    Plugin Contributions
    0

    Custom Meta Tags??

    How would I be able to add custom meta tags, lots more than just the typical section for keywords. Such as several like the ones below:

    <META NAME="description" CONTENT="Online Shopping, Great Styles!
    <META NAME="keywords" CONTENT="Men Women Children Accessories ecommerce, open source, shop, online shopping, nepton clothing, web store, nepton webstore, nepton web store, store, nepton shopping WECOME TO NEPTONS WEB STORE">
    <META NAME="robot" CONTENT="index,follow">
    <META NAME="revisit-after" CONTENT="15">

    Thanks,
    Nepton

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

    Default Re: Custom Meta Tags??

    you would apply them to the
    includes/languages/english/YOUR TEMPLATE/meta_tags.php
    oops I guess I needed to read more

    you would put them in includes/templates/YOUR_TEMPLATE/common/html_header.php

    Im pretty sure these are in place already though
    Last edited by Merlinpa1969; 16 May 2006 at 02:43 AM.

  3. #3
    Join Date
    May 2006
    Location
    USA
    Posts
    35
    Plugin Contributions
    0

    Re: Custom Meta Tags??

    And what is the exact way I would do that??

  4. #4
    Join Date
    May 2006
    Location
    USA
    Posts
    35
    Plugin Contributions
    0

    Re: Custom Meta Tags??

    Well to be more exact... What would the code be to add stuff like in my first post, would it have to be in the same form as the keywords?

    (ex)
    // Custom Keywords

    define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping, nepton clothing, web store, nepton webstore, nepton web store, store, nepton shopping');

  5. #5
    Join Date
    Jun 2003
    Posts
    33,825
    Plugin Contributions
    0

    Default Re: Custom Meta Tags??

    Before you go messing with the HTML header- I would suggest you learn how Zen Cart does the Automatic Meta Tags or you could make some very big messes.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

 

 

Bookmarks

Posting Permissions

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