Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Jan 2010
    Location
    Las Vegas
    Posts
    6
    Plugin Contributions
    0

    Default Help with Meta name description and keywords

    i have seen other threads regarding this issue and i'm still confused.

    here's a background.
    i'm working with 1.3.8 version
    i paid to have someone build my website so i know virtually NOTHING when it comes to website building,altering etc. (i tried to call the company that built it for help but they won't return my call)

    what i'm trying to do is change the 'description' and 'keywords' that are currently listed when i right click on my main page and look at 'view source'.
    i've read ''you can find it in includes/ language/english folder etc.'' but i still don't know where to find these folders directly in my zen cart!? i've found the folders on my godaddy site where i did a back up of the website but don't know how to apply the changes/upload so it will show up on the internet.
    please help if you can, would greatly appreciate it!

  2. #2
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Help with Meta name description and keywords

    It might help if you gave a link or non-text address to your site so the forum can see.

    There is a meta_tags.php file under languages, but it is of limited value, IMO.

    The real way to add CUSTOM meta tags for categories and products is to go to admin/categories and use the bio-hazard symbol, which is where you set custom meta tags. You have an old, outdated cart but if you have an Easy Populate with meta tag support, it can go much faster.

    Or you can just let Zencart generate the meta tags by default. Zencart uses the product name for the meta title, etc.

    I would think that upgrading your cart might be more urgent than the meta tags. I just did mine yesterday with a fresh 1.5 install, new DB and new template on my main site.
    Steve
    prommart.com

  3. #3
    Join Date
    Jan 2010
    Location
    Las Vegas
    Posts
    6
    Plugin Contributions
    0

    Default Re: Help with Meta name description and keywords

    this is the link to my main page where i have the issue. http://bedlamiteclothing.com when you right click on the page and view source it says "GIFT SETS HAND PAINTED ITEMS ETC." on line 7, this is what i want to change. i really appreciate your feedback and if you know where/how i can change this info i would just be so grateful. i don't show up anywhere in any search engines when looking for my type of stuff. it's so frustrating. thanks again in advance!

  4. #4
    Join Date
    Jan 2010
    Location
    Las Vegas
    Posts
    6
    Plugin Contributions
    0

    Default Re: Help with Meta name description and keywords

    oh and i will try and upgrade too! thank you!

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,488
    Plugin Contributions
    88

    Default Re: Help with Meta name description and keywords

    Use your admin's Tools->Developers Tool Kit and search for GIFT SETS HAND PAINTED ITEMS in all catalog files. You'll most likely find that those phrases are in /includes/languages/english/theme125/meta_tags.php.

  6. #6
    Join Date
    Jan 2010
    Location
    Las Vegas
    Posts
    6
    Plugin Contributions
    0

    Default Re: Help with Meta name description and keywords

    Quote Originally Posted by lat9 View Post
    Use your admin's Tools->Developers Tool Kit and search for GIFT SETS HAND PAINTED ITEMS in all catalog files. You'll most likely find that those phrases are in /includes/languages/english/theme125/meta_tags.php.
    i tried to update my zen cart but can't figure it out. and i went to 'developers took kit' and search. it gave me an error message saying those words could not be found. so then i went to 'define pages editor' and tried to see the main page and it was blank ? i'm at a loss.

  7. #7
    Join Date
    Aug 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Help with Meta name description and keywords

    Quote Originally Posted by lat9 View Post
    Use your admin's Tools->Developers Tool Kit and search for GIFT SETS HAND PAINTED ITEMS in all catalog files. You'll most likely find that those phrases are in /includes/languages/english/theme125/meta_tags.php.
    These phrases are your categories and are automatically put in by zencart as it builds the keywords metatag. Looking at the code, I'm not seeing any option to switch this function off other than removing code from the html_header.php file in the includes/templates/template_default/common folder. If anyone has a better idea, would love to hear it.

  8. #8
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Help with Meta name description and keywords

    Quote Originally Posted by BTaylor351 View Post
    These phrases are your categories and are automatically put in by zencart as it builds the keywords metatag. Looking at the code, I'm not seeing any option to switch this function off other than removing code from the html_header.php file in the includes/templates/template_default/common folder. If anyone has a better idea, would love to hear it.
    No, if you must break the default functionality, you can write your own custom code by cloning and then customizing the meta_tags.php module file. Don't mess with the html_header.php file.
    .

    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.

  9. #9
    Join Date
    Aug 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Help with Meta name description and keywords

    Quote Originally Posted by DrByte View Post
    No, if you must break the default functionality, you can write your own custom code by cloning and then customizing the meta_tags.php module file. Don't mess with the html_header.php file.
    I'm learning both zencart and php as I go along but I don't understand how changing the meta_tags.php could stop coding in the html_header.php file.... ?

  10. #10
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Help with Meta name description and keywords

    Simple:
    html_header.php ONLY OUTPUTS the values generated by the meta_tags.php module.

    So, if you want to change the output, you must change the code that calculates the output, and that is done in the meta_tags.php module file.
    .

    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.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v138a Home page meta name keywords and description
    By netsofamerica in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Oct 2014, 09:07 AM
  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
  3. Changes to home page meta description and meta keywords from admin area?
    By nic678dog in forum Customization from the Admin
    Replies: 4
    Last Post: 24 Mar 2011, 10:10 PM
  4. Replies: 0
    Last Post: 1 Oct 2009, 12:31 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR