Forum Moderators: Robert Charlton & goodroi

Message Too Old, No Replies

Delete 60 forum pages - 301 redirect or 404?

         

lee_sufc

3:19 pm on May 1, 2008 (gmt 0)

10+ Year Member Top Contributors Of The Month



I have an old phpbb forum which has disabled registrations and is no longer used. I am now considering 2 options:

Just delete all 60 pages off the site completely and let Google sort itself it...or
Use a 301 redirect to redirect all pages of the old forum to a new index page to a new forum?

Look fowards to any advice you may have!

tedster

3:50 pm on May 1, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



My rule of thumb is only to use 301 redirects if there is a true replacement page. I can't see how that would often be the case with a forum discussion, but maybe it would be for at least some pages.

lee_sufc

4:04 pm on May 1, 2008 (gmt 0)

10+ Year Member Top Contributors Of The Month



Hi Tedser

As usual, thanks for such a prompt reply!

Would it harm my rankings if I just deleted the forum from the site completely, leaving a 404 page?

lee_sufc

4:05 pm on May 1, 2008 (gmt 0)

10+ Year Member Top Contributors Of The Month



Actually, thinking about it; I wonder if it would be better to delete all the topics, posts, etc and then 301 just the forum index page to the new forum?

buckworks

4:13 pm on May 1, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Check if any of the forum pages have inbound links from outside sources. If no one else has linked to any of them, deleting them would be unlikely to disrupt your rankings. If any pages do have inbound links, try to 301 those to something logical.

Something I learned from Tedster: If you use a custom error page, make sure it gives a proper header response to the spiders. For this you'd want 404 Not Found or better yet 410 GONE, but definitely not 200 OK.

lee_sufc

4:50 pm on May 1, 2008 (gmt 0)

10+ Year Member Top Contributors Of The Month



thanks for the replies - when I delete phpbb topics, anyone know how to get it to show a 404 / 410 rather than just the standard "this page doesn't exist" as this shows 200OK header response.

steveb

9:04 pm on May 1, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you can delete the entire old forum and 301 redirect all pages to the new forum page, that is your best solution, and much more user-friendly than a 404 page.

lee_sufc

9:58 pm on May 1, 2008 (gmt 0)

10+ Year Member Top Contributors Of The Month



steveb - just to confirm; if i redirect the entire /forum directory to /newforum I could actually delete the complete old forum off the server completely?

i was thinking of doing this first but read about it looking like "doorway pages" or something?

thanks for your help.

AndyDjor

11:09 pm on May 1, 2008 (gmt 0)

10+ Year Member



Lee, definitely don't 301 all those pages. I recently changed domain plus structure on a 6-month-old site, redirecting to the new index several pages that had no equivalent. The site got penalized, PR down to 0, SERPS down about 150 positions. The redirections were most probably responsible, because I'm quite sure I didn't over-optimize or anything. I fixed it two weeks ago, sent a reconsideration request and I'm still waiting. :(

To fix it I used a general custom 404 page, but reading this I can see a 410 page would make more sense. The first was implemented by deleting the old pages and inserting this line in the .htaccess file:

ErrorDocument 404 /notfound.htm

That file is the custom error page. Don't use the full URL, because I think it will issue a 200 if you do. I guess a 410 page is implemented with the use of the RewriteEngine and a trailing [R=410] at the corresponding RewriteRule command.

steveb

11:41 pm on May 1, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Redirecting the old forum to the new forum is not just obviously the correct thing to do, it's the better way in terms of website cruft. The new forum is the permanent new locatuion of the sites forum so a 301 is called for, and of course will benefit the new forum.

lee_sufc, you should be able to use one 301 to redirect one folder to another, but I don't know what server type or whatever you have so you should ask a technical question in the appropriate technical forum.

AndyDjor

12:15 am on May 2, 2008 (gmt 0)

10+ Year Member



Steveb, if I understood correctly, Lee wants to start a new forum from scratch, so those 60 pages would have no equivalent in the new forum. It would be great if the old messages could be copied into the new forum and redirected or at least if the old categories were. Well, on second thoughts, I doubt the first case is worth the trouble unless the messages have good content and/or inbound links, and I wonder if the second case would not be considered spamming...

Whatever you do, don't issue so many 301 redirections to one page with a content that is not similar to the old pages'.

steveb

1:21 am on May 2, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The text isn't what is moved permanently. it is the folder, the topic, the section. It would be silly to not redirect /redwidgets.html to /redwidgets/ just because there are new facets to red widgeting that were not included on the old page. Redirecting 60 forum pages to the new forum is being helpful to your users rather than deliberately unhelpful.

If I want to go to the webmasterworld forum where google is discussed, that is where I want to go. Sending me to a 404 page because a thread no longer exists is bad conceptually, bad seo, and illogical. We aren't talking about redirecting a red widgets page to a forum page. We are talking of redirecting old forum pages to the new forum index.

AndyDjor

3:54 am on May 2, 2008 (gmt 0)

10+ Year Member



Steveb, I agree with you if you are talking about categories. It makes the most sense to redirect, although I hope Google doesn't consider empty forums to be unrelated to the old categories, which were full of message subjects.

Now, if you're talking about particular messages, I kind of agree with you too but I doubt Google does, based on what happened to my site and what they say here:

[googlewebmastercentral.blogspot.com...]

"Don't do a blanket redirect directing all traffic from your old site to your new home page. This will avoid 404 errors, but it's not a good user experience. A page-to-page redirect ... is more work, but gives your users a consistent and transparent experience. If there won't be a 1:1 match between pages on your old and new site, try to make sure that every page on your old site is at least redirected to a new page with similar content."

I'm not so sure that an error message that redirects users (not automatically) to a new domain is a better user experience than redirecting them automatically, but such seems to be Google's stance. Perhaps the best practice is to write ad-hoc pages to receive those redirections? I mean, with similar content and no other inbound links. With Lee's forum, for example, an archive of some sort could be written.

Another paragraph worth noticing from that blog post:

"If you're changing your domain because of site rebranding or redesign, you might want to think about doing this in two phases: first, move your site; and second, launch your redesign. This manages the amount of change your users see at any stage in the process, and can make the process seem smoother."

I hope I had read this before moving the site (the post was published later). Again, I'm not sure I agree with the staged process being more user friendly, but it seems to be more Google-friendly.

lee_sufc

6:58 am on May 2, 2008 (gmt 0)

10+ Year Member Top Contributors Of The Month



Thanks for all the responses guys - definately given me something to think about!

steveb

7:24 am on May 2, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



AndyDjor, that Google post has nothing to do with this situation since it is talking about different domains.

Additionally, "try to make sure that every page on your old site is at least redirected to a new page with similar content" clearly makes the point that redirecting the old forum to the new forum is the way to go.

Your experience is completely different, changing domain and structure. This always results in pages starting new at PR0, and the new pages of course rank far worse. You weren't penalized. That is how it works.

AndyDjor

3:19 am on May 3, 2008 (gmt 0)

10+ Year Member



Steveb, Lee is talking about redirecting pages with old messages to the new forum index page. How similar will the new index be? It may mean redirecting 50 or so 500-word pages to the same empty index. Even if there is no domain change involved, I don't see that in compliance with the reasoning behind (emphasis is mine):

"Don't do a blanket redirect directing all traffic from your old site to your new home page ... it's not a good user experience. A page-to-page redirect ... gives your users a consistent and transparent experience. If there won't be a 1:1 match between pages ... try to make sure that every page on your old site is at least redirected to a new page with similar content."

The last sentence doesn't mean that all pages have to be redirected. It means that, if you can't make one-to-one redirections, at least redirect to similar pages. Conceptually, an old forum message may be similar to a new forum index, but I doubt the algorithms are that sophisticated. They would just see very different text.

301 redirections pass SERPs. For my site they worked like a charm for 3 weeks or so, when suddenly SERPs were all down 150 positions or so. I can't tell if the 0 PR given after this week's update (it was N/A before) is part of a penalty or if it is due to the newness of the domain (after a month I was hoping PR to be passed), but the drop in SERPs seems to be a penalty.

Bottom line: I interpret that Google doesn't like many-to-one redirections like the one Lee is considering, where content differs significantly. If the domain is not changed and it is an established one, then perhaps penalties won't be triggered. But as long as Google sees it as a bad user experience, SERPs may suffer. I would redirect indexes and categories, they are more alike and not as many. For the individual messages I would rather let them die or, if it is worth the trouble, create archive pages (eg. one per thread) to receive those redirections.