Magic SEO URL for CubeCart

Features

  • Changes the dynamic URLs to static pages with SEO friendly URLs
  • Generates well-structured URLs in relation to catalogue content
  • Verifies and validates each URL

    If the user/visitor make any mistake in the URL, it is redirected to the correct URL - no HTTP 404/Not Found error or content penalty occur. E.g.:
    www.example.com/your-wrong-category-name-1/ your-wrong-subcategory-name-1/your-wrong-product-name-1.html to www.example.com/your-category-name-1/your-subcategory-name-1/ your-product-name-1.html
  • Supports safe changes of URLs
    If any page receives new URL due to change in the content, all older URLs will still work and the web browser or crawler is redirected through HTTP 301 Moved Permanently to the new URL. E.g.:
    www.example.com/your-category-name-1/ to www.example.com/your-new-category-name-1/
  • Supports redirections from ALL original CubeCart URLs

    E.g.: www.example.com/index.php?act=viewCat&catId=10 to www.example.com/category-name-9/subcategory-name-10/
    www.example.com/index.php?act=viewProd&productId=5 to www.example.com/category-name-9/subcategory-name-10/ product-name-5.html
    www.example.com/index.php?act=viewDoc&docId=1 will be redirected to www.example.com/info/document-name-1.html
    www.example.com/cart.php?act=cart to www.example.com/shopping-cart/
    and much more!
  • Prevents possible duplicate content penalties - no duplicate content available on the different URLs
  • Prevents home page content penalties
    www.example.com/?, www.example.com/index.php and www.example.com/index.php? will be www.example.com only!
    (also incorrect backward links are redirected to www.example.com)
  • Multi language mode and single language mode
    If your CubeCart based shopping cart is using several languages, Magic SEO URL for CubeCart splits your shopping cart to virtual directories containing language code. Otherwise there is no any splitting to language code directories.
  • Makes all relative URLs absolute

    Search Engines will spider your shopping cart easier.
  • Properly Sessions IDs handling
    Sessions IDs (ccSID parameter in URLs) are removed when one of 120 worldwide webcrawlers is detected. Also, if the webcrawler finds a backward link with Session ID, it is redirected to the URL without this parameter.
  • Possibility to set Maximum number of words in one URI's level
    Others are omitted in URIs.
  • Possibility to set Minimum word's length
    Shorter words are excluded from URIs.
  • Various versions for different encodings (ISO/CP), UTF-8 supported.
  • High speed without negative effects to server load or web server response due to two level cache and RegEx optimizations
    Does not add any SQL queries - fancy data for SEO friendly URLs are cached in the system memory during script execution and are also stored to the special files for future usage to save database server resources.
    All Rewrite Rules are optimized for maximum speed.
  • Does not break any installed Add-ons, Modules or Templates/Skins
  • No modifications to CubeCart files required
    You add only one line of code for installation.