My site http://www.irishshopper.co.uk is giving an Internal Server Error.
Just prior to this I had been adding in some meta tags etc on the languages/english/meta-tags.php file as below but I cannot see any errors in this.
IS THERE ANY CHARACTER LIMIT ON KEYWORDS OR ESCRIPTIONS ?
************
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2008 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 10330 2008-10-10 20:14:32Z drbyte $
*/
// page title
define('TITLE', 'www.irishshopper.co.uk');
// Site Tagline
define('SITE_TAGLINE', 'Need a Gift ?');
// Custom Keywords
define('CUSTOM_KEYWORDS', 'IrishShopper.co.uk,Irish,Shopper,Celtic,Gifts,Oghams,irish
memories,black and white prints,Crystal,Peat,Turf,Burning,Fire,Cottage,Linen,Hats and Caps,Clay
pipes,RMS Titanic,Jewelry,Jewelery,made in Ireland,prints,pictures,Irish Celtic Art
Studio,Tipperary,Crystal');
// Home Page Only:
define('HOME_PAGE_META_DESCRIPTION', 'The site for all things Irish');
define('HOME_PAGE_META_KEYWORDS',
'Irish,Shopper,Celtic,Gifts,Oghams,Crystal,Peat,Turf,Burning,Fire,Cottage,Jewele ry,made in
Ireland,prints,pictures,DVD');
// NOTE: If HOME_PAGE_TITLE is left blank (default) then TITLE and SITE_TAGLINE will be used
instead.
define('HOME_PAGE_TITLE', ''); // usually best left blank
// 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_1','About Us - Nigel Moffett, Walter Garrett and Trevor
Mitchell ~ www.irishshopper.co.uk');
define('META_TAG_KEYWORDS_EZPAGE_1','Nigel Moffett, Walter Garrett, Trevor Mitchell');
define('META_TAG_TITLE_EZPAGE_1', 'www.irishshopper.co.uk About Us Page');
define('META_TAG_DESCRIPTION_EZPAGE_6','www.irishshopper.co.uk Links Page');
define('META_TAG_KEYWORDS_EZPAGE_6','Celtic,Irish,Gift,Store,Shopper,Gifts,Links Page');
define('META_TAG_TITLE_EZPAGE_6', 'www.irishshopper.co.uk Links Page');
define('META_TAG_DESCRIPTION_EZPAGE_4','Where the Mountains of Mourne Sweep down to the Sea');
define('META_TAG_KEYWORDS_EZPAGE_4','Bridie Gallagher,Mountains of Mourne');
define('META_TAG_TITLE_EZPAGE_4', 'www.irishshopper.co.uk Mountains of Mourne');
define('META_TAG_DESCRIPTION_EZPAGE_5','www.irishshopper.co.uk Press Room');
define('META_TAG_KEYWORDS_EZPAGE_5','Irish,Gift,Shop,Store,Shopper,Press Room');
define('META_TAG_TITLE_EZPAGE_5', 'www.irishshopper.co.uk Press Room');
define('META_TAG_DESCRIPTION_EZPAGE_2','Belfast City Centres Chocolate Boxes & Chocolate Bars');
define('META_TAG_KEYWORDS_EZPAGE_2','Belfat,City,Centres,Centre,Center,boxes,bar s,
of,chocolates,');
define('META_TAG_TITLE_EZPAGE_2', 'www.irishshopper.co.uk Belfast City Centres Chocolates');
// 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_page_name','');
define('META_TAG_KEYWORDS_page_name','');
define('META_TAG_TITLE_page_name', '');
// 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,accoun t_history,account_h
istory_info,account_newsletters,account_notifications,account_password,address_b ook,advanced_search
,advanced_search_result,checkout_success,checkout_process,checkout_shipping,chec kout_payment,checko
ut_confirmation,cookie_usage,create_account_success,contact_us,download,download _timeout,customers_
authorization,down_for_maintenance,password_forgotten,time_out,unsubscribe,info_ shopping_cart,popup
_image,popup_image_additional,product_reviews_write,ssl_check');
// Celtic,Irish,Enchante,Watervale,GunFit,Finnegans,Finnians,Leprechauns,Linen,Tea
Towels,Gifts,Giftware,Thomas Joseph,Sheep
// Clay
Pipes,Oghams,Peat,Turf,Incense,Thatched,Cottage,Fire,Hats,Caps,Donegal,Tweed,Dub lin,Cork,Killarney,
Ring of Kerry
// Irish roots,Irish ancesters,family tree,irish watches,penny watches
// favicon setting
// There is usually NO need to enable this unless you need to specify a path and/or a different
filename
// define('FAVICON','favicon.ico');
?>


Reply With Quote
