Forum Moderators: mack
I intend on transferring the most important pages first to the new design and keep less important pages linked to from the old site for a little time. This means, for a time, both old and new sites will co-exist. For external links into our site I will have redirect scripts.
In time the entire site will be the newly designed site and the old site will be deleted.
Is this the best way to proceed in transferring content from old to new site? What procedures have YOU followed and why?
Maynard.
If you're hip with a web programming language, you can roll your own to pull from flat files or a database fairly quickly. If you've got the time, you can look into some of the prepackaged ones.
A site with a mix of old and new layout might give out the wrong impression. From a users point of view it is also better to have uniform pages throught your site.
Mack.
I am not the clever techie in the company but what we did was to map ALL the filenames on the old site onto the nearest equivalent we could find on the new site, using an error 301 (which Google recommends). Do it right and Google updates like a dream, as does anyone who had previously bookmarked an old page. We also took great care over the error 404 page so that if we missed anything the user would at least get something sensible.
It wasn't a cheap exercise, but without it the client would have crucified his web developers when a successful business suddenly died for no obvious reason.
I would highly recommend this technique.
Dixon.
See also: [webmasterworld.com...]