Jump to content

Leading Community for Usability, Search Engine Marketing,
Social Networking, Site Planning & Web Site Development, Since 1998


Photo

404 (not Found) Errors Bad For SEO?


8 replies to this topic

#1 saschaeh

saschaeh

    Time Traveler Member

  • 1000 Post Club
  • 1026 posts

Posted 09 October 2007 - 03:01 AM

Been working furiously on my site and now google is not finding 33 pages - previously I had zero 404's. They giving the old 404 error. I noticed this in the Google Webmaster Tools.

Are these pages that where indexed and now there are no pages there? How does it work? I assumed that if there is a link to a page that does not exist it will pick up the 404.

What does this mean for my SEO?

What should i do about it?

Thanks - Sascha

#2 DianeV

DianeV

    Honored One Who Served Moderator Alumni

  • Hall Of Fame
  • 7213 posts

Posted 09 October 2007 - 03:58 AM

Saschaeh, the first thing is to determine a few things:

- Are those pages still on your server?
- Are all the links to those pages correct?
- Is it possible that, when Google last visited, they weren't accessible?

If these are important pages, I'd ensure that they're there, and that the links are correct.

If you can pull your server logs, search for the 404s and determine which pages may have incorrect links to them.

Edited by DianeV, 09 October 2007 - 03:59 AM.


#3 Optimized.org

Optimized.org

    Ready To Fly Member

  • Members
  • 15 posts

Posted 09 October 2007 - 09:22 AM

I agree with DianeV, you need to discover what these pages are and how Google is finding them. If you've moved them, 301 to the new page. It's also a good idea to ask anyone who is linking to them to update their links.

Dan

#4 projectphp

projectphp

    Honored One Who Served Moderator Alumni

  • Hall Of Fame
  • 3934 posts
  • Twitter:motherwell
  • Facebook:http://www.facebook.com/mmotherwell

Posted 09 October 2007 - 10:22 AM

Get xenu link sleuth and run it over your site, and make sure.

#5 saschaeh

saschaeh

    Time Traveler Member

  • 1000 Post Club
  • 1026 posts

Posted 17 October 2007 - 01:15 AM

Thanks Guys.

Sorry late reply i have only had a chance to get around to dealing with this now.

They are all dead links from a test folder i used a while back which got indexed.

They do all have a live corresponding page which i can point them too so ill create 301 for all these 404 pages in the .htaccess file, right?

Projectphp - Thanks about Xenu will check it out.

Edited by saschaeh, 17 October 2007 - 01:16 AM.


#6 AbleReach

AbleReach

    Peacekeeper Administrator

  • Admin - Top Level
  • 6370 posts

Posted 17 October 2007 - 02:05 AM

They do all have a live corresponding page which i can point them too so ill create 301 for all these 404 pages in the .htaccess file, right?

That's what I would do. :morningcoffee:

If the new files have the same names, you can do something like this to redirect the whole directory at once:
redirect 301 /directory/ http://yoursite.com/newdirectory/

One exception would be if the test folder is for a site that is now hosted on its own domain, and the domain belonged to a customer. I'd consider either forwarding to the customer's domain or a portfolio page on my site that mentioned the customer's domain.

#7 saschaeh

saschaeh

    Time Traveler Member

  • 1000 Post Club
  • 1026 posts

Posted 17 October 2007 - 02:21 AM

Great thanks - I didnt actually know i could redirect entire folders and contents. I knew you could do that with robots.txt but not with 301. :wooly-jumper:

Saved me a good 28 lines of code :morningcoffee:

As i started doing it i dawned on me that i cant then direct each page to its relevant page :dazed: so ill need to do each page individually.

How long do i keep these redirects up there for?

Edited by saschaeh, 17 October 2007 - 02:17 AM.


#8 AbleReach

AbleReach

    Peacekeeper Administrator

  • Admin - Top Level
  • 6370 posts

Posted 26 October 2007 - 04:14 PM

How long do i keep these redirects up there for?

Oh... forever or until they are made obsolete by other changes? I've been pickier about that on sites I own than on sites where someone would need to pay me for line after line of 301, because labors of love tend to have bigger budgets for little nudges.

;-)

#9 joedolson

joedolson

    Eyes Like Hawk Moderator

  • Technical Administrators
  • 2869 posts
  • Twitter:http://twitter.com/joedolson
  • Facebook:http://facebook.com/joedolson

Posted 26 October 2007 - 05:55 PM

You can still redirect an entire folder using a single line, as long as the file names are unchanged:

RewriteEngine on
RewriteRule  ^domain.com/folder/(.*)$  http://www.domain.com/newfolder/$1 [r=301,nc]

Or something to that effect.

As to how long to keep a 301 in effect? As long as the destination file exists. I don't consider it worth my trouble to check whether a page is still indexed, as long as that page is forwarding to the right place!



Reply to this topic



  


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users