I bought a small ecommerce site that is hosted on yahoo ecommerce. I want to move the products into my own cart without losing serp rankings if possible. The categories show up as site.com/category.html and then when you click on an item it goes to site.com/product1.html. It is a small site so categories aren't really necessary. I was looking at cubecart. Can anyone recommend one that will produce site.com/category.html and site.com/product.html?
If you like to have hosted ecommerce solution, i would recommend high quality brand new, ZSCART- SaaS Cart Solution.
i know i always say it but you can use Magento for that... out of the box, it has very nice SEO features including the the URLs you are looking for.
For free, maybe zencart, and still vote for paid interspire shopping cart ; it is't bad really. For reference only.
Hi, I would suggest you can check for ESH. They are Zen cart based and have a lot of customizable features free to use.
You can use whatever you want, and make a permanent redirection for your URLs .. That will conserve the serp position Put into your root .htaccess file This is only an example ! RewriteEngine on RewriteBase / RewriteRule ^example/([0-9A-Za-z\-]+).htm$ example-2/$1 [R=301,L,QSA] Code (markup):
Thank you! I had wondered about this but .htaccess is new for me. I will look into this further. Many thanks!