Forum Moderators: open
I have recently (last weekend) change my site to a new directory structure. Well, I also moved web servers too.
Anyway, the site gets a ton of googlebot traffic (it was a message board). The site has many visitors coming from Google. Google has hundreds of pages indexed in the search engine.
Now, googlebot is going to these old/incorrect links and/or pages. They are incorrect because I have changed the directory structure of the whole site.
My question is:
Googlebot is going to these wrong links, the return code is 404. (although I have a custom 404 html page, basically a "welcome to the new website announcment page" that have a link to the new homepage)
Should I worried about the googlebot indexing wrong pages and getting the 404 code?
Should I create a similar directory structure, just to prevent the bot from getting a 404 error?
Will google eventually un-index my website pages?
Google has slowly indexing my new site, BUT I'm afraid of loosing a LOT of links and traffic.
what do you think?
Thanks
What you may want to do is make all pages on "old folder" point to index page in "new folder" This method isn't perfect but may help.
Hope this helps.
Mack.
although I have a custom 404 html page, basically a "welcome to the new website announcment page" that have a link to the new homepage
HTTP/1.1 404 Not Found
Date: Mon, 18 Aug 2003 12:38:42 GMT
Server: ....
Connection: close
Content-Type: text/html
I'm a little confused about the redirect stuff.
I did the server head check and this was the results:
HTTP/1.1 200 OK
Date: Mon, 18 Aug 2003 13:24:51 GMT
Server: tigershark/3.0.102 (dn1.directnic.com)
Connection: close
Content-Type: text/html
Content-Length: 349
Is that good or bad?
I guess since the directly structure has changed, I will lose all those back links?
Unless, I recreate the directly structure again....Which is just to much to create.
:(
thanks
If you don't want to lose the PR or indexing you have, I would start building a 301 list into your .htaccess telling the world where to find your pages.
If you don't want to recreate the old structure, start emailing everyone that has deep-linked to you and ask (nicely) that they update their links.
You won't get them all, and you won't find everyone with old bookmarks but that's what happens when you make large changes to directory structure.