Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Edit Meta Tags for home page

Edit Meta Tags for home page

Locked

Views: 3,796

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
9 Jun 2008, 3:07 PM
#1
lewisfive1 avatar

lewisfive1

New Zenner

Join Date:
Jun 2008
Location:
Texas
Posts:
1
Plugin Contributions:
0

Edit Meta Tags for home page

I already know how to add the meta tags when adding categories, sub categories and products but can't find where I can out the meta tags in the hom page. Can anyone give me the exact trail I need to follow to get to the edit meta tags for my home page?

12 Jun 2008, 3:06 AM
#2
usernamenone avatar

usernamenone

Totally Zenned

Join Date:
Sep 2006
Posts:
541
Plugin Contributions:
0

Re: Edit Meta Tags for home page

includes>languages>english>meta_tags.php

12 Jun 2008, 7:19 PM
#3
tlc avatar

tlc

New Zenner

Join Date:
Dec 2005
Posts:
53
Plugin Contributions:
0

Re: Edit Meta Tags for home page

I need to add a snippet of code to be listed as a SafeSurf site. Where/how would you do that?

This is what they want: "The following Rating META tag should be placed directly after the <head> statement of your HTML document:"

18 Jun 2008, 10:46 PM
#4
pegog avatar

pegog

New Zenner

Join Date:
May 2008
Location:
Mount Colah, NSW, Australia
Posts:
49
Plugin Contributions:
0

Re: Edit Meta Tags for home page

TLC:

I need to add a snippet of code to be listed as a SafeSurf site. Where/how would you do that?

This is what they want: "The following Rating META tag should be placed directly after the <head> statement of your HTML document:"

I wouldn't mind knowing how to do that so if you find out can you please post your answer here.

Thanks

18 Jun 2008, 11:32 PM
#5
usernamenone avatar

usernamenone

Totally Zenned

Join Date:
Sep 2006
Posts:
541
Plugin Contributions:
0

Re: Edit Meta Tags for home page

It could not be clearer includes>languages>english>meta_tags.php

TLC:

This is what they want: "The following Rating META tag should be placed directly after the <head> statement of your HTML document:"

19 Jun 2008, 2:13 AM
#6
mustang394 avatar

mustang394

Zen Follower

Join Date:
Jun 2008
Location:
Colorado
Posts:
146
Plugin Contributions:
0

Re: Edit Meta Tags for home page

usernamenone:

It could not be clearer includes>languages>english>meta_tags.php

yeah that is so clear nothing in there says where it will be placed in the finished product.

Not everyone is an HTML or PHP expert.

19 Jun 2008, 2:55 AM
#7
tlc avatar

tlc

New Zenner

Join Date:
Dec 2005
Posts:
53
Plugin Contributions:
0

Re: Edit Meta Tags for home page

That was the first place I went but meta_tags.php doesn't tell me WHERE to add it!

19 Jun 2008, 7:08 AM
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Edit Meta Tags for home page

The usual metatags for title, keywords, description are handled by the meta_tags.php files.

However, if you need to hard-code additional non-standard tags to be inside the <head> tags, you'll have to manually alter your html_header.php file.

Note that stylesheets and javascript which appear in the <head> tags should follow the use of standard overrides implementation, as documented in the wiki, and should not be hard-coded in html_header.php.