Results 1 to 8 of 8
  1. #1
    Join Date
    May 2006
    Location
    Atlanta, GA
    Posts
    7
    Plugin Contributions
    0

    Default site-wide meta-tags in meta_tags.php

    Within meta_tags.php...

    I realize you define the KEYWORDS meta-tag in CUSTOM_KEYWORDS, but...

    where do I define the DESCRIPTION meta-tag? SITE_TAGLINE?

  2. #2
    Join Date
    May 2006
    Location
    Atlanta, GA
    Posts
    7
    Plugin Contributions
    0

    Default Re: site-wide meta-tags in meta_tags.php

    OK so i figured out that SITE_TAGLINE is not the same as the DESCRIPTION meta-tag.

    Anyone know where/how I set up the site-wite DESCRIPTION meta-tag?

    Thanks for any help.


  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,490
    Plugin Contributions
    121

    Default Re: site-wide meta-tags in meta_tags.php

    You'd have to change the code. It gets built dynamically.

    Scott
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  4. #4
    Join Date
    May 2006
    Location
    Atlanta, GA
    Posts
    7
    Plugin Contributions
    0

    Default Re: site-wide meta-tags in meta_tags.php

    I'm decent with PHP/CSS/HTML, but new to ZenCart.

    What do I need to do? Any specific pointers or things I need to read-up on?

    Thanks.

  5. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,490
    Plugin Contributions
    121

    Default Re: site-wide meta-tags in meta_tags.php

    Customize the file

    includes/templates/template_default/common/html_header.php

    Change

    <meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>" />

    to

    <meta name="description" content="<?php echo MY_DESCRIPTION; ?>" />

    where MY_DESCRIPTION is whatever you want.

    Good luck,
    Scott
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  6. #6
    Join Date
    May 2006
    Location
    Atlanta, GA
    Posts
    7
    Plugin Contributions
    0

    Default Re: site-wide meta-tags in meta_tags.php

    ah - does ZenCart do a good at generating the site-wide meta-tags by itself? (Does it make any sense, or give any advantage, to customizing it myself?)

    just wondering.

    thanks

  7. #7
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,490
    Plugin Contributions
    121

    Default Re: site-wide meta-tags in meta_tags.php

    You didn't look before you asked about changing it?
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  8. #8
    Join Date
    May 2006
    Location
    Atlanta, GA
    Posts
    7
    Plugin Contributions
    0

    Default Re: site-wide meta-tags in meta_tags.php

    Nope - silly, yeah, but I didnt realize it was autogenerating it...

    I shall do that next...

    thanks for the info ..

 

 

Similar Threads

  1. Something wrong with my meta tags definer
    By high2K in forum General Questions
    Replies: 6
    Last Post: 11 Aug 2006, 09:46 PM

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
  •