Community Add-Ons
| Maintainers: | webshoptimizer |
Canonical URL links
for osCommerce Online Merchant v2.2
This contribution will add the new canonical url link tag to your osCommerce webshop. The canonical link tag was recently introduced by Google, Yahoo! and Live and tells the search engines which URL it should have for the current page. This will prevent that content available on irregular urls will not be tagged as duplicate content.
This contribution will improve indexation of your website and prevent duplicate content.
For more information about the canonical url link tag visit: http://www.webshoptimizer.com/canonical-links-for-oscommerce-beta/
Legend:
Download
Report
Full installation
I noticed that the canonical url cuts off anything in the url that is also after the osid text. In some pages where there is another parameter after that, you will loose the parameter.
e.g faq pages
so all i have done in this version is copy the text after the osid and then after removing the osid, i paste that text back.
Original url:
....com/faq.php?osCsid=qvmvgi5j52cv730qd83vif41v2&q_id=1
Original Canonical url:
.....com/faq.php
New Canonical URL:
....com/faq.php?q_id=1
