I redid some pages, one of which is a sort of pdf library just for site users. With all the pdf search engines I was getting many hundreds of not founds with no desire to redirect each one.
I added an .htaccess file to the directory with one line in it:
ErrorDocument 404 /pdf/
So all the malformed nonsense goes to index.html where anything that does exist resides.
Good for people - But - still records as 404 with machines which I don't need. Solution welcome, thanks - Doug