This add-on is register_globals compatible
Header Tags For Novices Version 1.00
1. What it does:
Generates different title tag and the two meta tags, i.e., description tag and keywords tag for (mainly) each product related page by using either product names, product description that are already in the database, or (optional) manually entered title text, description text and keywords for each product.
2. Pros:
Good usability: Easy installation but yet with full features;
Good compatibility with other contributions (except for other header tags or meta tags contributions;
No duplicate/redundant data added to the database;
Quick title tag, description tag and keywords tag entry and edit.
3. Cons:
No manual entry of meta tags text for categories & manufacturers in this version;
Title tag, description tag and keywords tag entry only works in one language in this version, although there is a work around to make it work for multi-lingual shops.
4. Installation
Skill level required: Novice;
Time needed: a few minutes;
New files to upload: 3;
File to modify: 1 (application_top.php)
Support Thread:
http://forums.oscommerce.com/index.php?showtopic=247294
Legend: 
Download

Report
same as Version 3.00 but fixed an error in install.html RE: show or hide the left culomn on the edit header tags page (header_tags_edit.php).
what's new in this version:
1. multilingual support;
2. a number of bug fixes;
3. works on newest releases of osCommerce Online Merchant v2.2 RC1 - RC2a
4. improved installation instructions.
This is a little fix by GemRock
i uploded it untile he will release his new update
If you want your pruduct name to showup instade of the catagory name first
open up catalog/product_info.php
and change the folowing
CODE
<title><?php echo $header_tags[title_tag]; ?></title>
to:
CODE
<title><?php echo $header_tags[products_name]; ?></title>
This works like a charm and will help alot in the google ranking for your products
You can see it live at
http://www.fishadeal.com
just toggle between the products and you will see that the
header will start with the product name instade of the catagory
In the application_top.php included in the previous package, the box width was somehow changed from 125 to 1. If you use your own application_top.php and modify it for this contribution, this is not a problem. But if you replace yours with it then your osc shop's left /right column would disappear because the width is only 1px.
This package corrects that error, along with making some other minor changes as per suggestions from the support forum.
Full package and should over-write the previous one.
Ken aka GemRock
This is a full release of version 2 of the Header Tags For Novice. I decided to use only the major version number as it is easier to identify in the download file name, rather than the major.minor combination, although the changes made in this release is minor.
Here are the changes:
1. add a back button to return to the admin catalog box, as suggested by Talle;
2. make the product name clickable in header tags edit page, and links it to the product info page for that product name;
3. separate the installation instruction into 3 files: minimum, optional and (tips) for installing with STS, where the minimum installation instruction is essential and must be followed in order for the contribution to function.
4. correct some typos, and add the two missing png image files as well as a screenshot of header tags edit page.
- GemRock
Only correct two typos in application_top.php. No other change. Full package.
Please download this one!
The two png image files were missing from the previors upload. This is a full package. Nothing changed, just added the two missing png images used in header_tags_edit.php. If you have downloaded the previours one, then just retreat the two image files and upload them to admin/images/ folder. Sorry fo rthat. Thanks to Kevin for letting me know.
Ken
Header Tags For Novices Version 1.00
1. What it does:
Generates different title tag and the two meta tags, i.e., description tag and keywords tag for (mainly) each product related page by using either product names, product description that are already in the database, or (optional) manually entered title text, description text and keywords for each product.
2. Pros:
Good usability: Easy installation but yet with full features;
Good compatibility with other contributions (except for other header tags or meta tags contributions;
No duplicate/redundant data added to the database;
Quick title tag, description tag and keywords tag entry and edit.
3. Cons:
No manual entry of meta tags text for categories & manufacturers in this version;
Title tag, description tag and keywords tag entry only works in one language in this version, although there is a work around to make it work for multi-lingual shops.
4. Installation
Skill level required: Novice;
Time needed: a few minutes;
New files to upload: 3;
File to modify: 1 (application_top.php)
Support Thread:
http://forums.oscommerce.com/index.php?showtopic=247294