Submit Your Article Forum Rules

Results 1 to 5 of 5

Thread: Best way to handle a move to a new cart

  1. #1
    Junior Member
    Join Date
    Oct 2004
    Posts
    7

    Best way to handle a move to a new cart

    We are moving to a new software and I have some Google SEO concerns.

    Currently, our site has very good rankings for product-specific URLs, in the form of http://www.mysite.com/detail.asp?product_id=12345. Our new software includes an out-of-the-box detail page of the form: http://www.mysite.com/productdetails...ductcode=12345.

    1. I now have the ability to mask URLs server side, transforming the asp URL into an SEO-friendly static looking URL (../productdetails.asp?productCode=12345 becomes ../productdetails.12345.htm) Can I expect to maintain (or to quickly achieve) the same product-specific rankings for my high ranking URLS if I change the detail page URL and all internal references to it to the more SEO-friendly type of detail page?

    2. I suspect that most folks would agree that the answer to 1. is no, so my next question: What is the most SEO-friendly way to change the new detail page to resemble the old one? I can easily change the name of the page (from productdetails.asp to detail.asp), but I wonder if there is a quck-and-dirty way to change the URI string \such that the Google bot reads ../detail.asp?product_id=12345 instead of ../detail.asp?productCode=12345. Any suggestions?

  2. #2
    Senior Member
    Join Date
    Jul 2003
    Posts
    1,771
    If you are on an Apache server, then it's a matter of writing some mod_rewrite code and put it into the htaccess file of your root directory.

    I am assuming you are on a Windows machine, therefore you could be looking at a commercial app, such as
    http://www.isapirewrite.com/
    http://www.helicontech.com/linkfreeze/
    http://www.qwerksoft.com/products/iisrewrite/
    Web Hosting Guru
    | Need Help For Your Forum?

  3. #3
    Junior Member
    Join Date
    Oct 2004
    Posts
    7

    Thanks!

    Thanks, cyanide. One of these windows iis solutions should do the trick.

  4. #4
    Junior Member
    Join Date
    Oct 2004
    Posts
    7

    Follow up

    An afterthought: doing it the rewrite way, do I need to worry about duplicate content penalties? That is, is there any way that Googlebot will find my rewritten URLs (http://www.mysite.com/detail.asp?product_id=12345) AND my new (actual) URLs, (http://www.mysite.com/productdetails...ductCode=12345)? Given that the content will be identical, a penalty is a concern here. Or, since all of the actual URLS would be rewritten before being passed on to the bot, would Google not find the actual ones?

    Thanks!

  5. #5
    Senior Member
    Join Date
    Jul 2003
    Posts
    1,771
    There's a few things to consider here.

    If you are successful in getting the mod-rewrite to forward old urls to the new urls, then those old pages won't show because they are simply forwarded and SE bots will follow right along.

    In addition, if you are planning to take the old cart off-line completely, there is a chance that old urls may continue to show up which will mean the appearance of a 404 page.
    Web Hosting Guru
    | Need Help For Your Forum?

Similar Threads

  1. standard shopping cart vs custom cart
    By mysite in forum eCommerce Discussion Forum
    Replies: 6
    Last Post: 02-03-2010, 10:30 AM
  2. After 'Add To Cart' - stay on product page or go to cart?
    By moto in forum eCommerce Discussion Forum
    Replies: 11
    Last Post: 12-12-2006, 05:31 PM
  3. Looking for a cart that can handle affiliate sales
    By topgun21 in forum eCommerce Discussion Forum
    Replies: 3
    Last Post: 11-09-2006, 02:09 PM
  4. Need help to install cube cart or oscommerce cart
    By AnotherHoward in forum Services for Sale/Hire
    Replies: 2
    Last Post: 01-29-2006, 08:39 PM
  5. Free shopping cart - Aceflex Cart
    By gretta_001 in forum eCommerce Discussion Forum
    Replies: 0
    Last Post: 11-30-2005, 03:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •