How to Detect Soft 404 Errors on my site, except checking on Google Webmaster?

Discussion in 'Site & Server Administration' started by Socionerd, Jun 22, 2012.

  1. #1
    I need to check on all the Soft 404 errors on my site before Google locates them. Is there a way to do it? any tool? anything? any tactful idea?
     
    Socionerd, Jun 22, 2012 IP
  2. SolidShellSecurity

    SolidShellSecurity Banned

    Messages:
    262
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    45
    #2
    you could always scan and check for 404's in the access logs.
     
    SolidShellSecurity, Jun 22, 2012 IP
  3. Dino1221

    Dino1221 Well-Known Member

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    101
    #3
    Just run a custom 404 page that logs it for you say redirect any 404s to a generic error page and log the requested url to a database :)

    
    .htaccess
    ErrorDocument 404 /error_404.php
    
    Code (markup):
     
    Dino1221, Jun 23, 2012 IP
  4. InnovusHost

    InnovusHost Peon

    Messages:
    136
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You could build a robot script to link check your site.
     
    InnovusHost, Jun 23, 2012 IP