I have the following in my htaccess file for a custom 404 page and it works when I type in a bogus URL.
ErrorDocument 404 /missing.html
However, Google's Webmaster tools keeps recording bogus URLS. I've also noticed that my traffic starts dropping after a few weeks unless I keep removing those error notices.
Is there something else I can do to prevent these error notices?