I was noticing that a large percentage my site's misspelled and nonsensical filename errors are associated with "bots" (msn, slurp). The bot shows up out of the blue requesting a misspelled filename. It is served my 404 page and then just leaves. No further pages (or associated images or css) are requested
Common errors are:
1) Replacing the # mark with "%23" (filename.htm#inpage.link to filename.htm%23inpage.link).
2) Tacking on extra characters to the end of the file name "filename.htm:" or "filename.htm)"
The referrer is typically "-" so I can't really evaluate the source.
It doesn't make sense that the misspelled file is already in the bot's index and they are just coming back to reindex and update because these filenames never existed.
Is this activity evidence that the bot is following a misspelled link found on some other site? (As in this bad filename actually does exist in a link somewhere and needs to be 301 redirected for the visitor and to capture link juice.) Or is there another explanation why a bot would be looking for a misspelled filename?