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?
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):