404 (not Found) Errors Bad For SEO?
#1
Posted 09 October 2007 - 03:01 AM
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
Posted 09 October 2007 - 03:58 AM
- 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.
#4
Posted 09 October 2007 - 10:22 AM
#5
Posted 17 October 2007 - 01:15 AM
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
Posted 17 October 2007 - 02:05 AM
That's what I would do.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?
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
Posted 17 October 2007 - 02:21 AM
Saved me a good 28 lines of code
As i started doing it i dawned on me that i cant then direct each page to its relevant page
How long do i keep these redirects up there for?
Edited by saschaeh, 17 October 2007 - 02:17 AM.
#8
Posted 26 October 2007 - 04:14 PM
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.How long do i keep these redirects up there for?
;-)
#9
Posted 26 October 2007 - 05:55 PM
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






