Forum Moderators: Robert Charlton & goodroi

Message Too Old, No Replies

How to treat temporary 404's (problem arising on a redesigned blog)

         

BillyBurn

9:06 am on Jun 8, 2016 (gmt 0)

5+ Year Member



Hi There,

I have recently come across an issue regarding 404's on a newly redesigned blog.

The new design means that each category homepage can now house more stories than the previous layout. EG: www.mysite.com/category/
As a result of each category page holding more stories, less pages are needed to display all the stories within a category.
What this means is that pagination URL's now 404 EG:

www.mysite.com/category/page12/
www.mysite.com/category/page13/
www.mysite.com/category/page14/

The usual process would be to 301 these URL's, however they will eventually be needed again once there is enough content to warrant these pages.

My thinking is that there types of situations are what 404's are for and that leaving the 404's as is would be the best practice, however I am keen to hear your thoughts on this.

Thanks

Andy Langton

10:01 am on Jun 8, 2016 (gmt 0)

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



Perhaps a 307 - temporary redirect? This should be a stronger signal than a 302 which is increasingly regarded as a 301 with the wrong status code. Don't know how Google handles 307, though, so 302 might be the only option.

aakk9999

12:49 pm on Jun 8, 2016 (gmt 0)

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



Welcome to WebmasterWorld, BillyBurn!

If you decide to redirect, then you would need to monitor number of articles to see when they spread onto these paginated pages and then remove the redirect.

I would imagine that the issue of these pages not being there considers really just for search engine bots - I am not sure how likely is for these paginated pages to get links or are saved in Favourites? It would be perhaps good to check server logs to see if you get any requests to these pages other than from bots.

Personally, I would just leave them 404 with a nice user friendly 404 page.

jakebohall

5:46 pm on Jun 9, 2016 (gmt 0)

10+ Year Member



I agree with aakk on this one. For paginated pages, I would leave them be. Google typically figures out pagination pretty well, so I would let them 404 until they repopulate. I doubt you are seeing many of these as entrance pages from organic anyway, and paginated category pages typically have little by way of authority and external links.

tangor

9:00 pm on Jun 9, 2016 (gmt 0)

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



404 is actually instructive "page not found" and unless you see a chit load of those in your logs from HUMANS I'd let them ride.

Your custom 404 should reveal "we've had a recent site redesign. To find your desired content please try: " and provide link to top content/category so the user has a chance to find it.

BillyBurn

9:32 am on Jun 10, 2016 (gmt 0)

5+ Year Member



That's great, thanks for all your help everybody. Much appreciated!