Forum Moderators: open

Message Too Old, No Replies

old pages - remove or link?

what is the best way when the site is updated

         

IrishWonder

8:23 am on Mar 28, 2005 (gmt 0)

10+ Year Member



I have recently updated a site that has existed for a few years before and was indexed by Google. The site structure has changed, some pages moved around, some should be removed completely as they are outdated. Some of those pages have PR2, some have PR1, some have PR0. I understand I lose nothing in Google's eyes if I remove a PR0 page, but what is the best way to go about the pages with better PR? I have a custom 404 page that links users coming though old links to the new pages on the site but I understand 404 is still 404 for bots. Should I just replace those old pages with some pages that look like my custom 404 page or add a note to those pages saying they are outdated and more recent information can be found on other pages of the site with a link to it?

specter

10:01 am on Mar 28, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Google assignes PR to a specific url address such as "www.mysite.com/pagex.html".

So in my opinion the best way to keep PR is to keep the old site path/name for the page/s you're intersted in.
However I wouldn't care about PR 2 or 3.I would leave it out, reviewing all the site and making a new inbound links campaign.
If the work is done well you'll "recover" your PR (or better!)in a month...

Regards

Longhaired Genius

10:33 am on Mar 28, 2005 (gmt 0)

10+ Year Member



As well as having a custom 404 page, I would redirect any traffic that comes to the old pages to their corresponding new pages with mod_rewrite, giving a 301 - moved permanantly - response.

If you decide to do this, there is all the information you need in the Apache Web Server forum.

IrishWonder

6:03 pm on Mar 28, 2005 (gmt 0)

10+ Year Member



Thanks everyone for replies!