Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Can't Set Meta Tags for my home page since hiring a developer

Can't Set Meta Tags for my home page since hiring a developer

Locked

Views: 1,649

Results 1 to 14 of 14
This thread is locked. New replies are disabled.
9 Sep 2010, 7:54 PM
#1
firelogic avatar

firelogic

New Zenner

Join Date:
Sep 2010
Posts:
11
Plugin Contributions:
0

Can't Set Meta Tags for my home page since hiring a developer

I hired a developer a few months ago and he made a bunch of changes to my store.

Now I cannot set meta tags for my home page. I'm trying to change them through the admin but it doesn't update on the actual website.

My guess is I have to do it through cpanel/fto manually. Any idea where I go to do this?

My site: http://www.giftbasketsplus.com/

Thanks in advance :smile:

10 Sep 2010, 3:57 AM
#2
firelogic avatar

firelogic

New Zenner

Join Date:
Sep 2010
Posts:
11
Plugin Contributions:
0

Re: Can't Set Meta Tags for my home page since hiring a developer

Anyone?

10 Sep 2010, 4:24 AM
#3
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,612
Plugin Contributions:
0

Re: Can't Set Meta Tags for my home page since hiring a developer

Try a search in the tutorials/FAQ for meta.

10 Sep 2010, 5:15 AM
#4
firelogic avatar

firelogic

New Zenner

Join Date:
Sep 2010
Posts:
11
Plugin Contributions:
0

Re: Can't Set Meta Tags for my home page since hiring a developer

Kim:

Try a search in the tutorials/FAQ for meta.

I did - Here's the thing, when I go to: includes/languages/english/meta_tags.php

And modify the tags, they don't actually change what's on the home-page. In fact, what I currently have set and what shows up on the home-page are different

Not sure where I go to change them, any help would be much appreciated - I've tried everything I know :smile:

10 Sep 2010, 2:59 PM
#5
firelogic avatar

firelogic

New Zenner

Join Date:
Sep 2010
Posts:
11
Plugin Contributions:
0

Re: Can't Set Meta Tags for my home page since hiring a developer

Just to clarify what I said above. All I need to do is change the meta description tag on the home-page. It seems to be set automatically. I've tried the admin, both logical places in the cpanel, and searched for that text elsewhere with no luck.

If anyone could help me with this tiny tweak, it would be much appreciated. Just reply below or PM me. :smile:

10 Sep 2010, 4:48 PM
#6
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Can't Set Meta Tags for my home page since hiring a developer

firelogic:

Just to clarify what I said above. All I need to do is change the meta description tag on the home-page. It seems to be set automatically. I've tried the admin, both logical places in the cpanel, and searched for that text elsewhere with no luck.

If anyone could help me with this tiny tweak, it would be much appreciated. Just reply below or PM me. :smile:

includes/languages/english/meta_tags.php

Make your changes and then be sure to save the edited file to:

includes/languages/english**/classic/**meta_tags.php

classic is the template you're using so you need to have any files you change/edit located in that folder.

11 Sep 2010, 4:12 AM
#7
firelogic avatar

firelogic

New Zenner

Join Date:
Sep 2010
Posts:
11
Plugin Contributions:
0

Re: Can't Set Meta Tags for my home page since hiring a developer

clydejones:

includes/languages/english/meta_tags.php

Make your changes and then be sure to save the edited file to:

includes/languages/english**/classic/**meta_tags.php

classic is the template you're using so you need to have any files you change/edit located in that folder.

Just did that with no results. I'll copy & paste what the file looks like below. I'd really appreciate it if you or someone else could help me out. Been frustrated with this for days :no:

define('TITLE', 'Gift Baskets Online -');

// Site Tagline
define('SITE_TAGLINE', 'Unique Holiday & Specialty Food Gift Baskets');

// Custom Keywords
define('CUSTOM_KEYWORDS', '');

// Home Page Only:
define('HOME_PAGE_META_TITLE', 'Gift Baskets Online - Unique Holiday & Specialty Food Gift Baskets');
define('HOME_PAGE_META_DESCRIPTION', 'Unique Gift Baskets for the Special People In Your Life. We’ve got the Best Prices Guaranteed!');
define('HOME_PAGE_META_KEYWORDS', 'unique gift baskets, food gift baskets, holiday gift baskets, specialty gift baskets');

// EZ-Pages meta-tags. Follow this pattern for all ez-pages for which you desire custom metatags. Replace the # with ezpage id.
// If you wish to use defaults for any of the 3 items for a given page, simply do not define it.
// (ie: the Title tag is best not set, so that site-wide defaults can be used.)
// repeat pattern as necessary
define('META_TAG_DESCRIPTION_EZPAGE_16','Unique Gift Baskets for the Special People In Your Life. We’ve got the Best Prices Guaranteed!');
define('META_TAG_KEYWORDS_EZPAGE_16','unique gift baskets, food gift baskets, holiday gift baskets, specialty gift baskets');
define('META_TAG_TITLE_EZPAGE_16', 'Gift Baskets Online - Unique Holiday & Specialty Food Gift Baskets');

// 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_HOME','Unique Gift Baskets for the Special People In Your Life. We’ve got the Best Prices Guaranteed!');
define('META_TAG_KEYWORDS_PAGE_HOME','unique gift baskets, food gift baskets, holiday gift baskets, specialty gift baskets');
define('META_TAG_TITLE_PAGE_HOME', 'Gift Baskets Online - Unique Holiday & Specialty Food Gift Baskets');

11 Sep 2010, 4:38 AM
#8
bobdog avatar

bobdog

Totally Zenned

Join Date:
Mar 2006
Location:
Fresno, California
Posts:
590
Plugin Contributions:
0

Re: Can't Set Meta Tags for my home page since hiring a developer

Again, firelogic-

did you use the admin > developers toolkit and search for the specific title that already exists?

11 Sep 2010, 6:59 AM
#9
firelogic avatar

firelogic

New Zenner

Join Date:
Sep 2010
Posts:
11
Plugin Contributions:
0

Re: Can't Set Meta Tags for my home page since hiring a developer

bobdog:

Again, firelogic-

did you use the admin > developers toolkit and search for the specific title that already exists?

Yes, I did. The meta description tag doesn't show up, zero results returned. My guess is it's being automatically generated from somewhere. I have no clue how to change it.

All I want to do is change the meta description tag for the home page. Any idea what's going on?

11 Sep 2010, 1:48 PM
#10
vito avatar

vito

Zen Follower

Join Date:
Mar 2006
Posts:
182
Plugin Contributions:
0

Re: Can't Set Meta Tags for my home page since hiring a developer

You say that doing a search for that specific description tag text yields no results. Have you downloaded the current meta_tags.php file (and any other files that he edited) from the server and then do the search? If your developer edited a file and uploaded it to your store, you will need to download all the (edited) files before you do your local search.

Vito

12 Sep 2010, 6:15 AM
#11
firelogic avatar

firelogic

New Zenner

Join Date:
Sep 2010
Posts:
11
Plugin Contributions:
0

Re: Can't Set Meta Tags for my home page since hiring a developer

vito:

You say that doing a search for that specific description tag text yields no results. Have you downloaded the current meta_tags.php file (and any other files that he edited) from the server and then do the search? If your developer edited a file and uploaded it to your store, you will need to download all the (edited) files before you do your local search.

Vito

Yes. And I'm also using the developer tool kit so it's searching all the current files on the actual hosting account - nothing local. Still no luck though.

I may have to hire someone locally if no one here can figure it out. Would love some help from an experienced zenner, pretty please PM me :)

13 Sep 2010, 1:15 AM
#12
uswebworx avatar

uswebworx

Zen Follower

Join Date:
Sep 2006
Location:
USA
Posts:
297
Plugin Contributions:
0

Re: Can't Set Meta Tags for my home page since hiring a developer

He is going to the correct folder and when changing the META_TAGS.PHP
includes/languages/english/classic (in his case)

He is editing this file
// Home Page Only:
define('HOME_PAGE_META_DESCRIPTION', '');
define('HOME_PAGE_META_KEYWORDS', '');

And it doesn;t show up in right click view source on the website main page.

So can anyone tell us where to look for this to work?

13 Sep 2010, 3:36 AM
#13
drbyte avatar

drbyte

Sensei

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

Re: Can't Set Meta Tags for my home page since hiring a developer

What version of Zen Cart?
Where did the template come from? What version of Zen Cart was it designed for?
What alterations have been made to the files in the custom template's /common/ folder, and why?

13 Sep 2010, 12:51 PM
#14
uswebworx avatar

uswebworx

Zen Follower

Join Date:
Sep 2006
Location:
USA
Posts:
297
Plugin Contributions:
0

Re: Can't Set Meta Tags for my home page since hiring a developer

The template resides in the classic folder ( I am not the OP, I just tried to help him last night ) I had FTP login and everything looked Koser however I am not an expert but I feel I know my way around :smile: