This is a discussion on meta tags in max 1.5 within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Hello....I am pretty new to this.. Can someone tell me where I have to put meta tags....do I have to ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello....I am pretty new to this.. Can someone tell me where I have to put meta tags....do I have to put them in main_page_tpl or metatags.php.....Thank you for your help Christy |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| metatags.php. Just play with the variable snad you'll see how it works very quickly. Do a backup just in case you mess up! http://www.oscdox.com/index.php?name...light=metatags |
|
#3
| |||
| |||
| Thanks ! So are you saying that I should put my own title where it says "TITLE" and HEADING_TITLE?..... " Code: define('META_TAG_TITLE', TITLE . PRIMARY_SECTION . HEADING_TITLE . $web_site_tagline); " I know this is dumb but I have never done this before.... apprecite your help Put 'TITLE' first, then "HEADING_TITLE" second. |
|
#4
| |||
| |||
| This is part of my metatags file: Code: <?php
// FILE: meta_tags.php
// USE : This file controls the title, meta description,
// and meta keywords of every page on your web site.
// See the install docs for instructions.
// Define Primary Section Output
define('PRIMARY_SECTION', ' : ');
// Define Secondary Section Output
define('SECONDARY_SECTION', ' ');
// Define Tertiary Section Output
define('TERTIARY_SECTION', ' ');
// Optional customization options for each language
switch ($languages_id) {
// English language
case '1':
//Extra keywords that will be outputted on every page
$mt_extra_keywords = 'all my extra keywords are placed here';
//Descriptive tagline of your web site
$web_site_tagline = TERTIARY_SECTION . 'the description on the title bar after my site name is placed here';
break;
|
|
#5
| |||
| |||
| ok thanks very much....I will try that. Christy |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SEO meta tags | Christy | osCMax v2 Customization/Mods | 0 | 10-09-2006 11:38 AM |
| meta tags | jschafer52 | osCMax v2 Features Discussion | 2 | 01-11-2006 04:25 AM |
| Meta Tags | jschafer52 | osCMax v2 Features Discussion | 3 | 11-24-2005 07:28 PM |
| Meta Tags | auntie22 | osCMax v1.7 Discussion | 1 | 09-03-2004 01:08 AM |
| Meta Tags | DiamondC | osCommerce 2.2 Modification Help | 2 | 01-20-2004 02:23 PM |