Contributions
Dynamic Product Meta Tags
This contribution was a simple attempt at creating dynamic meta tags for the product_info.php,
so that search engines spidering your website may gather more relevant information regarding
your product(s).
Thanks to Linda McGrath for inspiring this easy fix from her Header Controller Tags contribution.
Just copy and paste into your products_info.php page and your done!
Works with MS1 and MS2 versions.
Expand All / Collapse All
Made some minor coding changes to include proper php tags around query, converted HTML comment tags to PHP to make more search engine friendly, altered order of meta tags for better search engine placement and added notes on known bugs.
KNOWN BUGS:
----------------------
The recent addition of the "stripped tags" coding does remove all HTML EXCEPT:
1. Bulleted lists: It seems to add the following into the description tag in place of the bullets:
2. Other Characters: Tested with (c), (tm) symbols and seemed to work okay.
Just fixed the parse error
Slightly modified with the "strip_tags" function to remove HTML tags in the meta.
I have a heavily modified 2.1 version that the content would show at the top of my product_info pages. This fix cured it.
This contribution was a simple attempt at creating dynamic meta tags for the product_info.php,
so that search engines spidering your website may gather more relevant information regarding
your product(s).
Thanks to Linda McGrath for inspiring this easy fix from her Header Controller Tags contribution.
Just copy and paste into your products_info.php page and your done!
Works with MS1 and MS2 versions.
Note: Contributions are used at own risk.