Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: Will I lose all URLs and current search engine rankings if I switch to ASP.netStrFrnt

  1. #1
    Lyle123 is offline Junior Member
    Join Date
    Aug 2012
    Posts
    1

    Question Will I lose all URLs and current search engine rankings if I switch to ASP.netStrFrnt

    Hi have a current retail site that uses PDG as the back end. I have used an earlier version of aspdotnetstorefront at my previous employer. My current employer I believe is afraid to lose our current rankings all over the search engine worlds if we were to do a redesign and switch to the obvious much better software with aspdotnet is. We current rank on the first page for MANY of our best selling items and I understand his concerns. We have been told by other SEO people that we'd lose all our URL rankings and we'd drop off until google and such were to recognize us again and build our way back up. Is there a way to build a new site with aspdotnet and for us NOT to lose all our hard work we've done in terms of search engines ranking us? I understand the MUCH BETTER abilities and functions that aspdotnet can bring to the table. The lose of search engine rankings seems to be our biggest concerns. Any info on this would be greatly appreciated.

  2. #2
    AspDotNetStorefront Staff - Stephanie is offline Junior Member
    Join Date
    Jun 2012
    Posts
    8

    Default RE: Will I lose all URLs and current search engine rankings if I switch to ASP.netStr

    The best way to ensure that users and search engines are redirected to your new store’s page’s, is to complete a server-side 301 redirect. This will push the old URLs to the new ones, therefore preserving your current search engine ranking. This redirect should be completed for every page on your old site, every old page should have a new corresponding page. A 301 status code will tell Google and other search engines that a page has permanently moved to a new location.

    301 redirects should only be used when you are migrating your store permanently. One level is ideal, so try not to complete multiple levels of redirects. If a URL might be undone in the future, you should complete a 302 redirect (temporary redirect).

    But is there a limit to how many redirects you can do? Can you complete too many? The answer is no, Google will look at as many pages as they are willing to crawl on the old domain. If they see a 301 they will put it in the queue to crawl at the new location and process it.

    To implement a redirect, contact your host prior to the launch of your new site. We recommend running your current site through a sitemap generator such as GSiteCrawler (http://gsitecrawler.com) to pull every URL you currently have. In an Excel spreadsheet, save the list of old URLs in one column and create the new list of corresponding URLs in a second column. Provide this information to your host so they can set up the redirects for your new store.

  3. #3
    Kev is offline Junior Member
    Join Date
    Jun 2011
    Posts
    15

    Default

    It's not worth it. Not in a million years for aspdotnetstorefront.

  4. #4
    esedirect is offline Senior Member
    Join Date
    Feb 2010
    Location
    Norfolk, UK
    Posts
    343

    Default

    2.5 years ago we moved from a Classic ASP website to ASPDNSF and applied 301s to all of our old pages. 1 week later we dropped off the face of Google. It was worrying times. Some say we were the victim of the Google Sandbox Effect. Exactly 3 months later we came out the other side. At that time our online sales were about 16K per month. Now, they're about 130K pm.
    http://www.esedirect.co.uk
    --------------------------------------------------------------------------
    Using MS 9.2.0.0 with the following customisations:

    Lightbox/Fancybox enlarged images;
    Auto-suggest searchbox;
    Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
    Failed transactions emailed via trigger;
    Custom app to show basket contents when customer online;
    Orders pushed through to accounting systems.

    All the above without source!

  5. #5
    nChannel is offline Junior Member
    Join Date
    Aug 2012
    Location
    Columbus Ohio
    Posts
    28

    Default

    If you can somehow keep the URL's the same, that would be the best case scenario. If not, there will likely be fluctuations with the redesign, but 301 redirects should help mitigate that somewhat. You will still have fluctuations and there's really no way to know for sure how much this will affect you.

    301 redirects are a must for switching URL's but with a big ecommerce site, that can be quite a chore.