Results 1 to 5 of 5

meta tags in max 1.5

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 ...

      
  1. #1
    Active Member
    Join Date
    Nov 2003
    Posts
    120
    Rep Power
    0


    Default meta tags in max 1.5

    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

  2. #2
    Member
    Join Date
    Sep 2003
    Posts
    90
    Rep Power
    0


    Default

    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. #3
    Active Member
    Join Date
    Nov 2003
    Posts
    120
    Rep Power
    0


    Default

    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. #4
    Anonymous
    Guest


    Default

    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;
    As I said in my last post, copy the original file and play with it. That way if you really screw up you can delete your copy and rename your copy file back to metatags.php

  5. #5
    Active Member
    Join Date
    Nov 2003
    Posts
    120
    Rep Power
    0


    Default

    ok thanks very much....I will try that.

    Christy

Similar Threads

  1. SEO meta tags
    By Christy in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 10-09-2006, 11:38 AM
  2. meta tags
    By jschafer52 in forum osCMax v2 Features Discussion
    Replies: 2
    Last Post: 01-11-2006, 04:25 AM
  3. Meta Tags
    By jschafer52 in forum osCMax v2 Features Discussion
    Replies: 3
    Last Post: 11-24-2005, 07:28 PM
  4. Meta Tags
    By auntie22 in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 09-03-2004, 01:08 AM
  5. Meta Tags
    By DiamondC in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 01-20-2004, 02:23 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •