How do i change the description. when i typed in gamenet.net.au. (see attachment). i have changed the title, but i do not how to change description, thanks
How do i change the description. when i typed in gamenet.net.au. (see attachment). i have changed the title, but i do not how to change description, thanks
This would be in the file includes/languages/english/YOUR TEMPLATE/meta-tags.php. If you don't have the file in that location it is a good idea to do so by creating the correct over ride folder /YOUR TEMPLATE/ and copying the file from includes/languages/english/meta-tags.php
Hope that helps!
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
thanks. i have looked through that file and experimented with all the fields however still nothing changes. could you please be more specific to what part i have to change for example.
// Site Tagline
define('SITE_TAGLINE', 'Hardware & Video Games - Australia, buy online');
I know that changes the tagline.
if you could do that. then that would be great!
thanks!
thanks. i have looked through that file and experimented with all the fields however still nothing changes. could you please be more specific to what part i have to change for example.
// Site Tagline
define('SITE_TAGLINE', 'Hardware & Video Games - Australia, buy online');
I know that changes the tagline.
if you could do that. then that would be great!
thanks!
Try this one :
define('HOME_PAGE_META_DESCRIPTION', '');
Type your description between the two ''
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
hmm maybe. It is still not working. maybe i need to specify something? here is my meta.tags.php file if anyone would like to have a look at it and help me out :)![]()
Well i cannot atatch it so i will just link it. and if anyone sees where im going wrong. that would help alot!
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2007 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 6668 2007-08-16 10:05:09Z drbyte $
*/
// page title
define('TITLE', 'Gamenet');
// Site Tagline
define('SITE_TAGLINE', 'Hardware & Video Games - Australia, buy online');
// Custom Keywords
define('CUSTOM_KEYWORDS', 'Gamenet, Buy the latest gaming hardware and the cheapest video games in Australia ');
// Home Page Only:
define('HOME_PAGE_META_DESCRIPTION', 'Gamenet, Games, Video games, computer hardware, computer, hardware, xbox 360, ps3, playst######## 3, pc, psp, nds, nintendow WII, case, cpu, game controller, graphics card, video card, gfx, hdd, hard disk drive, headset, microphone, earphone, keyboard, motherboard, mouse, power supply, psu, sound card, speakers, ram, webcam, sony, microsoft, nintendo, special, buy, online, australia, ecommerce, shop, intel, gigabyte, xfx, razer, silverstone, logitech, zalmon, genius, xeon, mobile cpu, amd, sata, external, adapter, enclosure');
define('HOME_PAGE_META_KEYWORDS', 'Gamenet, Games, Video games, computer hardware, computer, hardware, xbox 360, ps3, playst######## 3, pc, psp, nds, nintendow WII, case, cpu, game controller, graphics card, video card, gfx, hdd, hard disk drive, headset, microphone, earphone, keyboard, motherboard, mouse, power supply, psu, sound card, speakers, ram, webcam, sony, microsoft, nintendo, special, buy, online, australia, ecommerce, shop, intel, gigabyte, xfx, razer, silverstone, logitech, zalmon, genius, xeon, mobile cpu, amd, sata, external, adapter, enclosure');
// 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_#','');
define('META_TAG_KEYWORDS_EZPAGE_#','');
define('META_TAG_TITLE_EZPAGE_#', '');
// 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_PAGE','helllllllllo');
define('META_TAG_KEYWORDS_PAGE_page_name','');
define('META_TAG_TITLE_PAGE_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, account_history,account_history_info,account_newsletters,account_notifications,a ccount_password,address_book,advanced_search,advanced_search_result,checkout_suc cess,checkout_process,checkout_shipping,checkout_payment,checkout_confirmation,c ookie_usage,create_account_success,contact_us,download,download_timeout,customer s_authorization,down_for_maintenance,password_forgotten,time_out,unsubscribe,inf o_shopping_cart,popup_image,popup_image_additional,product_reviews_write,ssl_che ck');
// 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');
?>
Anytime you're making changes in files, and not seeing the changes on the site, it's either because:
- Your edited file isn't actually being uploaded because of file permissions issues.
- You're uploading the edited file to the wrong place. In your case, it would go in the includes/languages/english/theme212 folder.
Oh thanks. There is only one other file in there though? i placed it in there. however i dont think i am doing it right in code either. Could you please have a look through my code![]()