600+ 404 Errors: Best Practice for Redirects?
-
Hi All,
I've just checked my GWMT profile for one of my client's sites and found that there are currently over 600 404 Error notifications! This is not that surprising given that we very recently redesigned and launched their new corporate site, which previously had a ton of "junk" legacy pages.
I was wondering if it would work in terms of efficient SEO to simply apply a 301 redirect from the 404 page to our root to solve this issue?
If not what would be a good solution?
Thanks in advance for all your great advice!
-
Thanks, Takeshi.
As it turned out, most of the 404s would not have been passing very much juice anyway. We did decide to go ahead and hedge our bets by simply redirecting the majority of them to the root anyway and marked them as fixed in GWMT.
-
Want to save hours and hours of mindless repetitive coding?
Assuming you are on an Apache Linux server you will have a .htaccess file and this is where you will want to put your redirects.
I noticed in the comments one suggestion to just post a new sitemap and forget them as Google will too and this is true. So first you need to answer one question. Does any of the 600 have SEO Juice?
For those that are no, just forget them. It does not hurt SEO to have 404 except for the page that actually has the 404.
If you say they have PR and SEO value then the last thing you will want to do is let them just die off. You will want, as Mr. Young Suggested, setup a list to prioritize your links. The SEOmoz csv file is great and then filter out the not needed entries.
So you have your list and chances are that several will go to the same page and then you need to format the rewrite which is:
Options +Indexes
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule ^old.htm$ http://www.new.com/ [R=301,L]with the " RewriteRule ^old.htm$ http://www.new.com/ [R=301,L] being the part you rewrite for each 404 page.
As a easy fast and much better option, you can use the mass rewrite generator that you find at http://seo-website-designer.com/HtAccess-301-Redirect-Generator which will speed up your efforts a ton. Hope that helps.
-
Generally you should try to 301 redirect to pages that have the same or similar content to what was on there before. Try creating a list of all the 404 errors, and the sites that are linking to them. Then, you can prioritize the list based on the pagerank/page authority of the pages that are linking to those missing pages.
-
Did your re-design include deleting these pages? If so, then just create a new sitemap.xml and submit it to GWMT then mark it as fixed. They usually stop searching for the missing page pretty quickly...
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Moz showing 404 error on one of my sites
I have a problem. Everything seems to be ok, but moz shows a HTTP code of 404 for http://www.centralevapeurguide.com and I don't really know why. All my others websites return 200 but this one return 404. And obviously, only this website don't want to rank in google.. Thanks for your help. Sebastian
Technical SEO | | sebagorka0 -
Is anyone able to check this 301 redirect for errors please?
Hi, I had a developer write a 301 wildcard for redirecting old hosted site to a new domain. Old URLS looked like /b/2039566/1/akai.html
Technical SEO | | Paul_MC
With varying letters & numbers. I have 26,000 crawl errors in GWT and I can only imagine it's because this is looping?
Can anyone advise if this would be causing grief? Thanks
Paul RewriteCond %{HTTP_HOST} ^vacuumdirect.com.au$ [OR]
RewriteCond %{HTTP_HOST} ^www.vacuumdirect.com.au$
RewriteRule ^/?$ "http://www.vacuumbag.net.au/vacuum-cleaners.html" [R=301,L] <ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /
RewriteRule ^p/([0-9]+)/(.*) default/$2 [R=301,L]</ifmodule> <ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /
RewriteRule ^c/([0-9]+)/1/(.*) default/vacuum-bags/vacuum-cleaner-bags-$2 [R=301,L]</ifmodule> <ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /
RewriteRule ^p/([0-9]+)/(.*) $2 [R=301,L]</ifmodule> <ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /
RewriteRule ^c/([0-9]+)/(.*) default/$2 [R=301,L]</ifmodule>0 -
Can you redirect from a 410 server error? I see many 410s that should be directed to an existing page.
We have 150,000 410 server errors. Many of them should be redirected to an existing url. This is a result of a complete website redesign, including new navigation and new web platform. I believe IT may have inadvertently marked many 404s as 410s. Can I fix this or is a 410 error permanent? Thank you for your help.
Technical SEO | | sxsoule0 -
Best practices for repetitive job postings
I have a client who is a recruiter for skilled trades jobs. They post quite a few jobs on their job board on a regular basis. They frequently have job postings that are very similar to older jobs or multiple current job postings that are similar to each other. Looking at their webmaster tools and site: command search in google, it does appear they have some duplicate content issues. We're thinking it's because of the similar job posts. What is the best practice for dealing with this? And is there any way to correct the situation so that the number of "omitted due to similarity" results declines? Thanks for you help!
Technical SEO | | PlusROI0 -
I'm redesigning a website which will have a new URL format. What's the best way to redirect all the old URLs to the new ones? Is there an automated, fast way to do this?
For example, the new URL will be: https://oregonoptimalhealth.com/about_us.html while the old one's were like this: http://www.oregonoptimalhealth.com/home/ooh/smartlist_1/services.html I have redirect almost 100 old pages to the correct new page. What's the best and easiest way to do this?
Technical SEO | | PolarisMarketing0 -
Best way to handle redirection for products that come in and out of inventory.
We have a large volume of products that rotate seasonally. From an SEO perspective we are looking for the best method on how to handle these issues. Currently when crawler or user encounters a URL to a product that is no longer in inventory we are looking at two things. One, the request comes in and send a 200 to a page that says ITEM NOT FOUND. Option 2, is simply send them to a 404. The product may or may not be put back into production. What is the best method to handle this?
Technical SEO | | CC_Dallas0 -
For large sites, best practices for pages hidden behind internal search?
If a website has 1M+ pages, with most of them being hidden behind an internal search, what's the best way to get pages included in an engine's index? Does a direct clickpath to those pages need to exist from the homepage or other major hub pages on the site? Is submitting an XML sitemap enough?
Technical SEO | | vlevit0