Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Having meta tag problems since upgrading to 1.3.8

Having meta tag problems since upgrading to 1.3.8

Locked

Views: 1,331

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
18 Feb 2008, 6:44 PM
#1
labob246 avatar

labob246

New Zenner

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

Having meta tag problems since upgrading to 1.3.8

Since the upgrade to 1.3.8 I have HOME_PAGE_TITLE in my browser. Below is my meta_tags.php file that is in the includes/languages/english and the includes/languages/english/custom folders. I still can't get rid of this thing. I have read the other threads regarding this and what concerns me is line #s are mentioned that I don't even have!! Any help will be appreciated.
my site is https://www.chicagolandslotcars.com

<?php /** * @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', 'Chicagoland Slot Cars'); // Site Tagline define('SITE_TAGLINE', 'Specialists for the slot car hobbiest'); // Custom Keywords define('CUSTOM_KEYWORDS', 'slot cars, scalextric, slot it, fly'); // 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'); ?>

Thanks in advance

bob

18 Feb 2008, 7:41 PM
#2
drbyte avatar

drbyte

Sensei

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

Re: Having meta tag problems since upgrading to 1.3.8

There is no need to post your question multiple times.
Once is enough:
http://www.zen-cart.com/forum/showthread.php?t=89051