Forum Moderators: phranque

Message Too Old, No Replies

Redesigned my site - waiting for Google

all files & folders have changed

         

dailypress

7:49 pm on Mar 6, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How long should I wait for google to find all my pages and give each and every page a PR? I have already submitted a sitemap!

All files/folders have been moved and renamed. I have started from scratch. When I googled mysite, i noticed old links showing up and it has been almost a month now! how long do I have to wait for google to remove old links and update them with the new ones?

axgrindr

8:08 pm on Mar 6, 2007 (gmt 0)

10+ Year Member



You probably should have 301'd your old pages instead of deleting them. The switch over would have been automatic and you wouldn't have lost any of the PR or backlinks that the old pages might have had.

dailypress

8:18 pm on Mar 6, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



301d meaning that all pages still had to exist on my server, correct?
im not familiar with that, is that a redirect thing?

axgrindr

8:31 pm on Mar 6, 2007 (gmt 0)

10+ Year Member



301d meaning that all pages still had to exist on my server, correct?

Unfortunately yes.

im not familiar with that, is that a redirect thing?

Yes, it's an htaccess redirect. It basically tells search engines that 'this page is permanently moving to this page'

This thread explains it pretty well:
Redirect 301 - how is this really done? [webmasterworld.com]

I did it after a complete redesign of our site where every page had to change from html to shtml.
We did 301 redirects on every page (approx 900) and they worked great. The pages never dropped in rank and Google recognized the switch right away.

The ftp directory is a bit cluttered now though :-)

jimbeetle

9:16 pm on Mar 6, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



301d meaning that all pages still had to exist on my server, correct?

Unfortunately yes.

Fortunately, no.

The original request for the old page never gets to the page. It's intercepted by .htaccess and served the 301 to the new page.

axgrindr

9:18 pm on Mar 6, 2007 (gmt 0)

10+ Year Member



oh really? cool. I need to clean up my directories. thanks.