Forum Moderators: Robert Charlton & goodroi
We are ranking good in the SE, 170 000 pages in the Google index, most of the traffic coming from Google.
What should I do too keep the traffic up? Some kind of permanent redirect from the old page to the new one? Like rewrite .item01.html --> /main_line/item01.asp in .htaccess?
If you were only changing file extensions from .html to .asp and your actual file names remain the same except for the extension, then consider this. It is possible to parse .html file as if it were .asp -- see this thread: Parsing .html pages as .asp [webmasterworld.com].
But I see you are also moving the files to a new directory. Unless you can point IIS to the new directory as the resource for this website (and thereby eliminate it from the url), then the url will change no matter what and the extension issue becomes irrelevant.
Yes, you can do redirects as your next resort -- make VERY sure to checkmark the "Permanent" box so you get a 301 http header. If you forget that checkmark, you will get a 302 and all kinds of complications can result over time, many of which are awful.
All this said, sometimes a site-wide redesign also results in a short term filtering by the "sandbox effect". It sounds like your site may have lots of trust established with Google, and in such cases so far, I have not seen this happen. But it certainly has been reported here by several webmasters. So be warned. If you really need the search traffic to maintain income levels, I'd suggest having a back up plan ready (PPC or direct email or tightening the belt for a bit).
It's a pretty big challenge to pull off a sitewide shift of major proportions and not have an issue or three come up.
There's one last option which several people have reported using with some success. Consider keeping the old URLs live but change the body content to be a "this page has moved here: " link. It's still a major upheaval for the site, but some people feel that a link can get Google's trust more easily and rapidly than a redirect can.
The 301 doesn’t seems to me as good way, we don’t move the domain, just redeveloped the site.
It’s really hard to decide, especially if wrong decision can put 20 people on the street.
Anyway... So far, so good. On average, we have held our ground. A few loses, but also a few gains.
We phased in the revision in stages over the course of a month, level by level. I think this helped to limit any "shock" reaction by the bot, while also helping to keep it actively visiting us for a steady stream of new/updated pages and cleaned up code.
The one difference is that we found work arounds which allowed us to keep a good 60-70% of the original url extensions. For all the others we did straight 301's and/or new extensions.
In my mind, the staggered deployment made a big difference.
Best of luck to you!