View Single Post
  #1  
Old 09-20-2006, 09:32 AM
 
intel352 intel352 is offline
 

X-Wizard
  
Join Date: Dec 2005
Posts: 1,071
 

Default XC SEO Lite v1.0.6 Released

XC SEO v1.1.0 has been released, new thread has been opened.

XC SEO v1.1.0

XC SEO Lite v1.0.6 will stay attached to this thread for historical purposes.

================================================== ============================
The XC SEO team is proud to announce the release of XC SEO Lite version 1.0.6.
XC SEO Lite is completely free, and licensed under the GNU GPL 2 license.
All code is versioned and available from our repository at:
http://code.google.com/p/x-cart-seo/

A zip of the release is available at the bottom of this post.
This release is for X-Cart 4.0.x and 4.1.x

==============================
Sites using XC SEO Lite:==============================


When using the provided .htaccess file, please be aware of the RewriteBase directive, and change as needed.
Additionally, the catalog/ directory has a .htaccess file for redirecting catalog-generated urls, edit this as well if needed


EDIT: Replaced 1.0.5 release with 1.0.6, feature add

A .htaccess file is included, it is recommended that you open the .htaccess file and COPY the contents into your existing .htaccess file.
Additionally, a default robots.txt has been included. The robots.txt file should be used with discretion and modified as needed for your own website.

Any incoming product/manufacturer/category/pages links are properly 301 redirected to their html alias, so any existing pagerank should be transferred properly.

-------------
This project was started around April of 2006, grew into a sizeable modification that had several bugs due to the complexity of the code, and then lay dormant until recently. Xuru sparked new interest in the project by releasing a copy of the original XC SEO code with a few fixes included. Then geckoday released a stripped down and rewritten version of the XC SEO mod.

Due to the issues that still existed with the original code, I decided to use geckoday's rewritten code as a base. After several feature additions, and after testing the code on a production website with positive results, I'm proud to announce the first public release of XC SEO Lite.
-------------

XC SEO Lite functions similarly to DSEFU, in that it requires 0 template edits, and writes all Product/Manufacturer/Category/Static Page urls to .html page aliases: sitename.com/categoryname.html

In the near future, I intend to release an XC SEO Advanced version that will function similar to the original XC SEO release (and similar to CDSEO), with the ability to rewrite urls using categories as folders: sitename.com/category1/category2/productname.html

--------------

Quote:
CHANGELOG

XC SEO Lite 1.0.6 (rev 24 - September 22, 2006)
====================================

* Fixed/updated all Install documentation as needed, fixed Froogle portion of 4.1.3 install
* Updated seo.php to 301-redirect bots to remove X-Cart session ids from the url

XC SEO Lite 1.0.5 (rev 23 - September 21, 2006)
====================================

* Cleaned up disallowed urls in robots.txt
* Added support for product urls to include "cat" & "page", for products associated with multiple categories.
* Added redirect code for product + cat + page urls for bots.
* Added comments to RewriteBase directive

XC SEO Lite 1.0.4 (rev 15 - September 21, 2006)
====================================

* Bugfix: outputfilter.seo.php: Had used stripos instead of strpos (stripos is a PHP 5 function)

XC SEO Lite 1.0.3 (rev 14 - September 21, 2006)
====================================

* Bugfix - .htaccess: Added missing rules to htaccess file for Manufacturer sort ability
* Bugfix - seo.php: Removed unneeded require statement
* Added catalog/.htaccess file for rewriting catalog urls to the x-cart dynamic urls
* Moved some common code into a new function in the outputfilter
* Added auto-insertion of the TITLE tag into href structures
* Added rewrite support for Static Pages

XC SEO Lite 1.0.2 (rev 10 - September 20, 2006)
====================================

* Bugfix - seo.php: Moved $seo_qs inside IF statement so it is not processed needlessly (causes errors otherwise)
* Added Install docs for 4.1.3 - Modification instructions changed for Froogle in X-Cart 4.1.3
* Added support for IS_ROBOT define in X-Cart, so that Bots are unable to see/visit Printable or Sorted urls

XC SEO Lite 1.0.0 (rev 6 - September 20, 2006)
====================================

* Replaced original XC SEO code with geckoday's rewritten code (rewrite of outputfilter & htaccess, he had dropped all other code/files)
* Altered code to replace accented characters with non-accented equivalent
* Added support for rewriting 'printable=Y' urls
* Added support for rewriting 'sort' & 'sort_direction' urls
* Added seo.php to rewrite/redirect category/product/manufacturer urls to new HTML alias
* Added ability to inject user-specified keyword into urls
* Added IF condition that turns off the mod under HTTPS urls
* Added conditional support for SEO mod in Froogle module
* Added default robots.txt
Attached Files
File Type: zip xc-seo-lite-v1.0.6.zip (10.4 KB, 212 views)
__________________
-Jon Langevin
WARNING: Unethical developer - NOT RECOMMENDED
See details here

Last edited by intel352 : 09-27-2006 at 08:19 AM. Reason: Updated for v1.0.6
Reply With Quote