Community Add-Ons
cDynamic Meta Tags v1.0
for osCommerce Online Merchant v2.2
This contribution is similar to other meta tag contributions except is utilizing some custom code that gets most of the data from the database and uses things like Category Names, Products Name, Product Description and Manufacturer Name to create the meta tags.
The big advance of this contribution is it has the ability to CACHE the results. This will speed up your store and reduce server load. It is compatible with file caching or Chemo's New Cache Class. It is not required to install Chemo's Cache Class unless you want to cache the results in the database.
I have updated an error on the install folder
to add to your page find <title><?php echo TITLE; ?></title>
replace with
<title><?php require(DIR_WS_INCLUDES . 'meta_tags.php');?></title>
The closing </title> was missing
Also, i hav updated the SQL, and increased the configure number as they were set too low for any stores with existing mods.
Full package, all credit to original and previous authors for this great add on
