Forums / General Questions / Meta Tags - Site Description

Meta Tags - Site Description

Locked
Results 1 to 8 of 8
This thread is locked. New replies are disabled.
25 May 2008, 08:25
#1
karenkte avatar

karenkte

Zen Follower

Join Date:
Feb 2008
Posts:
200
Plugin Contributions:
0

Meta Tags - Site Description

My site description is the same as the site title but I want the two to be completely different.

I have read the various threads on here and followed instructions to define the description for my home page ony.

I've gone into includes/languages/english/mysite/ meta-tags ............and defined MY IMPORTANT HOMEPAGE DESCRIPTION 'blah blah blah etc etc.etc.

then I copied includes/module/meta-tags.php and created includes/modules/mysite/meta-tags

After this in includes/modules/mysite/metatags I typed the wording define META TAG DESCRIPTION MY IMPORTANT DESCRIPTION etc etc.


I have double checked everything but when I look at the page source for my site in the browser, the site description and title still remain the same despite the changes I have made.

Any suggestions?
Please keep this simple as I am way behind many of you technically.
Thanks
25 May 2008, 10:36
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Meta Tags - Site Description

In your includes/languages/english/mysite/ meta-tags.php file find the KEYWORDS areas and enter a comma seperated list of keywords for your site - Your description is different but I think you have that already

// Custom Keywords

define('CUSTOM_KEYWORDS', 'model cars, model airplanes');



// Home Page Only:

  define('HOME_PAGE_META_DESCRIPTION', 'MODELING REMOTE CONTROL SLOT CAR ROCKETS PAINTBALL GIFTS AND TOYS model cars, model airplanes');

  define('HOME_PAGE_META_KEYWORDS', 'model cars, model airplanes, hobby center, hobby supply, rc car, rc boat, rc heli, hobby store, hobby stores, hobby shop, rc helicopters, rc planes, rc airplane, hobby supplies, rc boats, rc hobby, rc airplanes, rc helicopter, rc plane, r/c, rc, mail order');
25 May 2008, 12:50
#3
karenkte avatar

karenkte

Zen Follower

Join Date:
Feb 2008
Posts:
200
Plugin Contributions:
0

Re: Meta Tags - Site Description

Hi Kobra,

thanks for this.......just want to make sure before I mess anything up. The info from where you refer to is as follows - can you please highlight exactly what wording I need to put where.....thanks.

Incidentally.....thanks so much for all your help......I just couldn't have got this far on my own.....thank you!!


<?php
define('MY_IMPORTANT_HOME_PAGE_DESCRIPTION', 'An enchanting boutique packed with gorgeous childrens clothes and fancy dress costumes for special occasions, parties, birthdays, weddings, Christmas, Halloween......or simply to have fun');
/**
* @package languageDefines
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: meta_tags.php 4273 2006-08-26 03:13:52Z drbyte $
*/

// page title
define('TITLE', 'Fairytale Fashions - Childrens Clothes and Fancy Dress Costumes');

// Site Tagline
define('SITE_TAGLINE', 'An enchanting boutique packed with gorgeous childrens clothes and fancy dress costumes for special occasions, parties, birthdays, weddings, Christmas, Halloween......or simply to have fun!');

// Custom Keywords
define('CUSTOM_KEYWORDS', 'Childrens Fancy Dress, Kids Fancy Dress, Childrens Dressing Up, Kids Dressing Up, Animal Fancy Dress, Kids Designer Wear, Kids Designer Clothes, Childrens Designer Clothes, Childrens Designer Wear, Fairy Dresses, Kids Skirts, Teenwear, Kids Clothes Online, Childrens Clothes Online, Ballerina Dresses, Nativity Costumes, Nursery Rhyme Costumes, Story Telling Costumes, World Book Day Costumes, Halloween Costumes, Kids Halloween Costumes, Bridesmaid Dresses, Flower Girl Dresses, T-shirts for Children, Childrens Disney Costumes, Kids Disney Costumes,');

// Review Page can have a lead in:
define('META_TAGS_REVIEW', 'Reviews: ');

// separators for meta tag definitions
// Define Primary Section Output
define('PRIMARY_SECTION', ' : ');

// Define Secondary Section Output
define('SECONDARY_SECTION', ' - ');

// Define Tertiary Section Output
define('TERTIARY_SECTION', ', ');

// Define divider ... usually just a space or a comma plus a space
define('METATAGS_DIVIDER', ' ');

// Define which pages to tell robots/spiders not to index
// This is generally used for account-management pages or typical SSL pages, and usually doesn't need to be touched.
define('ROBOTS_PAGES_TO_SKIP','login,logoff,create_account,account,account_edit,account_history,account_history_info,account_newsletters,account_notifications,account_password,address_book,advanced_search,advanced_search_result,checkout_success,checkout_process,checkout_shipping,checkout_payment,checkout_confirmation,cookie_usage,create_account_success,contact_us,download,download_timeout,customers_authorization,down_for_maintenance,password_forgotten,time_out,unsubscribe');


// favicon setting
// There is usually NO need to enable this unless you wish to specify a path and/or a different filename
// define('FAVICON','favicon.ico');

?>
25 May 2008, 14:51
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Meta Tags - Site Description

What version of Zen Cart are you using?

Looking at the file date you posted it does not appear that it is from 1.3.8a

This is from the current version
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: meta_tags.php 6668 2007-08-16 10:05:09Z drbyte $

And where did this come from ??

MY_IMPORTANT_HOME_PAGE_DESCRIPTION
25 May 2008, 15:40
#5
karenkte avatar

karenkte

Zen Follower

Join Date:
Feb 2008
Posts:
200
Plugin Contributions:
0

Re: Meta Tags - Site Description

Kobra,

I am using 1.3.7.

The wording you refer to I found in a previous thread.....where Dr Byte had instructed someone how to get the page title and description correct on the home page using version 1.3.7.

Although I have tried what he suggests I think that I have gone wrong somewhere because as I said viewing page source shows that both the title and desciption are still the same.

any suggestions?
25 May 2008, 16:03
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Meta Tags - Site Description

I will have to look back at 1.3.7 for what is default for meta_tags.php and get back to you....

This is race day!!!! INDY 500
27 May 2008, 07:14
#7
karenkte avatar

karenkte

Zen Follower

Join Date:
Feb 2008
Posts:
200
Plugin Contributions:
0

Re: Meta Tags - Site Description

I am still really struggling with this.

I think I must be nearly there but would appreciate any further help.

Thanks
28 May 2008, 22:02
#8
lizar5 avatar

lizar5

Zen Follower

Join Date:
Sep 2007
Posts:
116
Plugin Contributions:
0

Re: Meta Tags - Site Description

karenkte:

I am still really struggling with this.

I think I must be nearly there but would appreciate any further help.

Thanks


includes/modules/meta-tags.php
also
In your includes/languages/english/meta-tags.php