ECommerce Platform Change
-
I'm just entering the process of switching web developer companies, and I was wondering what process would be best for redirecting our old product (new and used cars) pages. Our current design leaves much to be desired seo wise (http://www.resslermotors.com/index.asp?cmd=detail&vin=1FTSX30F3XEC01446&stocknumber=123911&sg=ocor5h42d2yhkla&Make=Ford&parCertifiedFlag=&Model=&parVehTypeID=&p=6&page=1), and redirecting all of them seems like it would be pretty complicated.
In addition to that, we currently have 35,000 pages. Is there a practical way to do redirects with this many pages?
-
Buy a magento car theme at template monster. Or buy one on Magento Connect.
On magento connect, you will have to do a lot of digging around. The themes are already set so you just have to get familiar with it and change the pics
-
Understandable, that it would cause worries. I've only been with this company for about 8 months, and walked into a terrible platform. Sadly, every automotive website provider I talk to has their system that they use, and I'm stuck trying to find both the best ecommerce platform, as well as overall site build.
-
Ressler! Sorry man, that raises a red flag for me. I wouldn't use a company who has built their own software because then you are stuck with them. You may be limiting yourself to what their CMS can provide. There are many of these companies out there whose code is outdated and functionality subpar. I am biased toward Magento as you can tell by my username. It's open source while the company you are looking to switch to is custom (built their own).
-
I'm switching to a different company that supposedly has built their own. I'm currently using Seritas, and I'm switching to TK Carsites. The current company uses a jumbled mess, while the new company designs it with keywords in mind.
-
There's probably a number of ways to do it, some more manual than others.
Get a developer to export a list of product numbers (if they are unique) and urls from the DB of the old and new CMS. Use excel and match em up (vlookup is a good function for that), create the htaccess redirects (=CONCATENATE is a good function for that) and whaaalaaa.
If programming resources are short, you may need to use a scraper (ie. mozenda) to get the info. Or, just pick the most valuable revenue entreating pages (export from Google Analytics if you have that setup) and manually write redirects. Not recommended but better than nothing!
Err, so many options, lol. And definitely switch to Magento. It rocks!
-
Check to see if you have a feature in your ecommerce platform where you can import and export information. I use magento and there's a feature called Import Export. I haven't used it in about 3 years so I'm sure I'm forgetting. But you should be able to export everything (product/stock/customer info) to excel. I don't know about the URLs though. Maybe you can run a sitemap report and 301 those URLs.
-
If the URLs are going to be changing (and hopefully optimized) then 301 redirects are the way to go. What platform are you changing from / to? What kind of server will it be hosted on?
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Doudle URLs without Canonical link and a change in keyword.: What are the effects on SEO?
I built my new website and i have two major worries. 1. My home page has two URLs. The one with a high PA though indexed by Google, is not submitted in the sitemap. I tried to place a canonical tag but the hosting service said it was impossible for me to place the canonical link. My concern is if the indexed page will be successfully optimized for SEO without it being submitted in the sitemap and what happens to the other URL for the same page which is also indexed and submitted in the sitemap? 2.I started my link building campaign for one of my pages. I acquired some good PA already for a particular keyword but later on discovered it will be very difficult for me to rank for the major keyword. I have decided to change the keyword. Will the acquired PA influence the SEO for the new keyword? I wish to know if i should dissolve the links to the page for the former keyword or should i maintain them and move forward with building links for the new keyword as well.
Technical SEO | | trevordocs0 -
SEO Ramifications of migrating traditional e-commerce store to a platform based service
Hi I'm thinking of migrating my 11 year old store to a hosted platform based e-commerce provider such as Shopify or Amazon hosted solutions etc etc I'm worried though that will lose my domains history and authority if i do so Can anyone advise if this is likely or will be same as a 301 redirect etc etc and should be fine ? All Best Dan
Technical SEO | | Dan-Lawrence0 -
ECommerce Problem with canonicol , rel next , rel prev
Hi I was wondering if anyone willing to share your experience on implementing pagination and canonical when it comes to multiple sort options . Lets look at an example I have a site example.com ( i share the ownership with the rest of the world on that one 😉 ) and I sell stuff on the site example.com/for-sale/stuff1 example.com/for-sale/stuff2 example.com/for-sale/stuff3 etc I allow users to sort it by date_added, price, a-z, z-a, umph-value, and so on . So now we have example.com/for-sale/stuff1?sortby=date_added example.com/for-sale/stuff1?sortby=price example.com/for-sale/stuff1?sortby=a-z example.com/for-sale/stuff1?sortby=z-a example.com/for-sale/stuff1?sortby=umph-value etc example.com/for-sale/stuff1 **has the same result as **example.com/for-sale/stuff1?sortby=date_added ( that is the default sort option ) similarly for stuff2, stuff3 and so on. I cant 301 these because these are relevant for users who come in to buy from the site. I can add a view all page and rel canonical to that but let us assume its not technically possible for the site and there are tens of thousands of items in each of the for-sale pages. So I split it up in to pages of x numbers and let us assume we have 50 pages to sort through. example.com/for-sale/stuff1?sortby=date_added&page=2 to ...page=50 example.com/for-sale/stuff1?sortby=price&page=2 to ...page=50 example.com/for-sale/stuff1?sortby=a-z&page=2 to ...page=50 example.com/for-sale/stuff1?sortby=z-a&page=2 to ...page=50 example.com/for-sale/stuff1?sortby=umph-value&page=2 to ...page=50 etc This is where the shit hits the fan. So now if I want to avoid duplicate issue and when it comes to page 30 of stuff1 sorted by date do I add rel canonical = example.com/for-sale/stuff1 rel next = example.com/for-sale/stuff1?sortby=date_added&page=31 rel prev = example.com/for-sale/stuff1?sortby=date_added&page=29 or rel canonical = example.com/for-sale/stuff1?sortby=date_added rel next = example.com/for-sale/stuff1?sortby=date_added&page=31 rel prev = example.com/for-sale/stuff1?sortby=date_added&page=29 or rel canonical = example.com/for-sale/stuff1 rel next = example.com/for-sale/stuff1?page=31 rel prev = example.com/for-sale/stuff1?page=29 or rel canonical = example.com/for-sale/stuff1?page=30 rel next = example.com/for-sale/stuff1?sortby=date_added&page=31 rel prev = example.com/for-sale/stuff1?sortby=date_added&page=29 or rel canonical = example.com/for-sale/stuff1?page=30 rel next = example.com/for-sale/stuff1?page=31 rel prev = example.com/for-sale/stuff1?page=29 None of this feels right to me . I am thinking of using GWT to ask G-bot not to crawl any of the sort parameters ( date_added, price, a-z, z-a, umph-value, and so on ) and use rel canonical = example.com/for-sale/stuff1?sortby=date_added&page=30 rel next = example.com/for-sale/stuff1?sortby=date_added&page=31 rel prev = example.com/for-sale/stuff1?sortby=date_added&page=29 My doubts about this is that , will the link value that goes in to the pages with parameters be consolidated when I choose to ignore them via URL Parameters in GWT ? what do you guys think ?
Technical SEO | | Saijo.George0 -
Changing the anchor text of a big amount of links at once is bad for SEO?
Hi there, Our service at fotograf.de is a shopsystem for professional photographers. The customers can build their own website with our tool including an onlineshop to sell their pictures. We have a lot of links from our customers linking to our homepage. The links come from subdomains of our domain and from external domains. We are now thinking about changing the anchor text of half of the links (round about 300.000 links). Do we have to fear a penalization of Google for changing so many anchor texts at once? Do we get better rankings if we choose a more optimized anchor text or does this have no effect because most of the links are from subdomains (each customer has its own subdomain) of our domain? Thanks for answering! Sebastian
Technical SEO | | Sebastian230 -
IMPACTS on Moving Online Store to New Platform
I, I have this online store, http://www.filtrationmontreal.com/ built on osCommerce. This platform is NOT SEO friendly and I expecting to move it to a new platform, probably, http://www.americommerce.com/ Can I limit the SEO impact when moving this store? The domaine will be the same, but every other url on the site will change. I only know the basics of SEO, and only copy html code when I need to. So my knowledge are limited. Using Google Analytics, I have the most popular page url visit on the current store. To limit impact, I thought I should copy the most popular page URL of the curent store and do a 301 redirect on the store platform. Do you think this my limit the impact? Would there be a other way to limit SEO impact on Google search results? I don't want to be penalize if the search and up on a 401 page. Can anybody help me? Thank you, BigBlaze
Technical SEO | | BigBlaze2050 -
Frequent server changes
Hey guys. I have a server related question. One of our websites is hosted with a nasty slow company, and we want to make a change. The problem we have is that the site is 6 months old so it started on one server, the client then moved it to this slow host about 2 months ago, we now want to move it again. Will this negatively affect search engine rankings? As ever, thanks in advance 🙂
Technical SEO | | Nextman0 -
Will changing page extensions from .html to .php require a redirect?
Hi. We are launching a new website and our .html page extensions will be replaced with a .php page extension. Example: www.theideapeople.com/web_design.html (current url) www.theideapeople.com/web_design.php (new url) Will this require any special treatment to maintain the page SEO ranking? Does it make a difference if you use a .html or .php? Thank you for your help and insight! Jay
Technical SEO | | theideapeople0 -
What is the best way to change your sites folder structure?
Hi, Our site was originally created with a very flat folder structure - most of the pages are at the top level. Because we will adding more content I want to tidy up the structure first. I just wanted to check what the best way to go about this was. Is it best to: First configure all the new 301 redirects to point to the new pages, while leaving the actual links on our site pointing to the old pages. Then changing the links on the site after a few weeks. Configure the redirects and change the actual links on my website at the same time to point to the new locations. My thinking that if I go with option 1 route then I will give Google a chance to process all the redirects and change the locations in their index before I start pointing them to the new locations. But does it make any difference? What is the best wat to go about making this sort of change to minimize any loss in rankings, page rank etc? Thanks for the help.
Technical SEO | | Maximise0