How to deal with 404, Not Found Error?

Discussion in 'Search Engine Optimization' started by wordpecker, Jun 10, 2012.

  1. #1
    Hello Everybody,
    Please tell me how I can deal with 404 errors. I have more than 600 Not Found errors in one of my blogs. Now what should I do? I do not think redirecting so many pages individually make any sense. How can I handle bulk errors using robot.txt. Please help me if you have fixed the error earlier.
    Thanks
     
    wordpecker, Jun 10, 2012 IP
  2. valen123

    valen123 Greenhorn

    Messages:
    334
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    23
    #2
    Persistent 404 errors on your CheckUpDown account indicate a fundamental problem that may not be easy to resolve. If you do see lots of 404 errors, then please contact us (email preferred) so we can help you to sort them out. Unfortunately this may take some time, because we may have to liaise with your ISP and the vendor of the Web server software to agree the exact reason for the error.
     
    valen123, Jun 10, 2012 IP
  3. wordpecker

    wordpecker Well-Known Member

    Messages:
    743
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110
    #3
    Thank you. But I was asking the solution not service.
     
    wordpecker, Jun 11, 2012 IP
  4. richardbvc

    richardbvc Greenhorn

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #4
    You can block the folder in robots.txt or you can create custom 404 page for that.
     
    richardbvc, Jun 11, 2012 IP
  5. wordpecker

    wordpecker Well-Known Member

    Messages:
    743
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110
    #5
    Actually, it is not any particular folder. I deleted some tags,changed categories,changed post parmalinks and all these have resulted in more than 600 Not Found items in Google Webmasters. I thought wordpress will automatically redirect bots to new address. But something like tags that I deleted was in huge number and causing 404 error. What will be the best way to get rid of the issue. Custom 404 page or something in robot.txt file?
     
    wordpecker, Jun 11, 2012 IP
  6. C.Rebecca

    C.Rebecca Active Member

    Messages:
    1,401
    Likes Received:
    11
    Best Answers:
    1
    Trophy Points:
    65
    #6
    Make those pages abandone. Remove those pages from the Sitemap and internal linking structure.
     
    C.Rebecca, Jun 11, 2012 IP
  7. omgcats

    omgcats Member

    Messages:
    118
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    33
    #7
    You can use a 301 redirect to redirect the pages to other content of your site. You do this through your .htaccess file and if there is a pattern (like every URL that was mysite.com/category/name is now mysite.com/name) you can redirect many pages at once using regular expressions. I'm not an expert on .htaccess access rules but if you Google it or ask around you can probably figure out how to write something to fit your needs. There are also some wordpress plugins that allow you to manage 301 redirects (I believe one is called "redirection").

    In general I don't think 404s are a huge concern. It's natural for any site to have some 404s. You want to make sure that you aren't linking to any 404 pages since that's bad for your users and a waste of "link juice." If other sites are linking to your 404 pages, that's where a 301 redirect will help by passing most of the link juice on to the page you are redirecting to.
     
    omgcats, Jun 12, 2012 IP
  8. jezwebb

    jezwebb Member

    Messages:
    21
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    33
    #8
    Find out where the links are that are generating the 404's. If they are internal, fix them. If external, do a 301 redirect for every incoming link so you fix the 404 and preserve the value of the incoming link.
     
    jezwebb, Jun 12, 2012 IP
  9. wordpecker

    wordpecker Well-Known Member

    Messages:
    743
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110
    #9
    Actually, the problem is internal. I deleted plenty of unwanted tags. Now it is not possible to use 301 redirect to say 500 pages.

    I do think 404s are not major issues but who knows Google started considering these errors these days.
     
    wordpecker, Jun 12, 2012 IP
  10. weblinkbuilding

    weblinkbuilding Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    You can Create own or Custom 404 Not found page.

    ****following code paste in .htaccess file
    # Create 404 Error Page
    ErrorDocument 404 /notfound.htm


    and then
    notfound.htm file redirect on index.htm
     
    weblinkbuilding, Jun 12, 2012 IP
  11. wordpecker

    wordpecker Well-Known Member

    Messages:
    743
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110
    #11
    Thank you very much. That is what I was looking for. But is this the best way? Or there are some other ways of doing that. Manual redirecting is not an option in this case using any plugin. What you think?

     
    wordpecker, Jun 12, 2012 IP
  12. dcristo

    dcristo Illustrious Member

    Messages:
    19,797
    Likes Received:
    1,201
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    5
    #12
    Actually you don't need to redirect the custom 404 page to the home page. The custom page should display your main nav menu so the visitor can easily navigate your site.
     
    dcristo, Jun 12, 2012 IP
  13. StephConset

    StephConset Peon

    Messages:
    28
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Yes it is the best way (with dcristo's advice of not redirecting to the homepage and leaving it as a standalone page). Based on what you have said, these tags that you have deleted no longer exist so there is no point in setting up a 301 redirect. The only time you should use a 301 is if the page has moved, otherwise leave it as a 404 because thats what it is, it no longer exists and Google will stop crawling it providing all references to it have been removed.
     
    StephConset, Jun 12, 2012 IP
  14. wordpecker

    wordpecker Well-Known Member

    Messages:
    743
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110
    #14
    Thank you very much. That would be the best option.Placing navigation and may be sidebar and footer intact I may make it bit easier for visitors to browse though the site for some other topics.
     
    wordpecker, Jun 12, 2012 IP
  15. OSSEO

    OSSEO Active Member

    Messages:
    1,430
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    53
    #15
    Make one 404 page and then add 404 redirect code when ever URL reach 404 page it will be redirect on home page.
     
    OSSEO, Jun 13, 2012 IP
  16. wordpecker

    wordpecker Well-Known Member

    Messages:
    743
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110
    #16
    Thank you very much webmasters.I solved the issue with your help.
     
    wordpecker, Jun 13, 2012 IP