Forum Moderators: open
No other engine has come close. Well Done.
>No other engine comes close
I'd disagree with that. There are two other engines who handle moved sites better. It's been my experience, that there is no quicker way to mess up a ranking, than to move a site (extensive experience in doing that).
I know next to nothing about servers, but I have learned enough to make a simple .htaccess file with a few redirect lines in it, no more. For this problem I put in (roughly):
Redirect 301 /sequence http:/ /mysite.org/sequence.html
Was that the correct thing to do? Or should I be indicating that "sequence" is in fact "sequence.html" by some other means?
I'd like to be able someday to implement Berners-Lee's recommendation (in "Good URL's Don't Change") to drop the file extensions altogether, but I'm not conversant enough with servers and how they interact with Google et al. to be up to that task yet.
RJO
When I first learned HTML I designed all my sites with a paired file/directory structure (topic1.html and topic1/, topic2.html and topic2/, etc.). The server I had didn't handle trailing slashes easily, and I didn't appreciate the convenience of putting an index file inside each directory. So I've got a lot of legacy pages and directories organized that way. I'm gradually trying to migrate them to a simpler structure so the file extensions won't be so conspicuous. I'm not sure if I'm doing it efficiently, though. The next Google update will tell me if I've done the first batch right (lots of .html's should disappear and be replaced with dir/'s).
RJO
I know and I was suprided too.
Brett which other engines handle moved sites better? So far none have done anything:(
And yes I agree that a move is a last resort, It was forced on us when we lost a domain name case.