AFAIK, search engines aren't checking your CGI variables for information to index. Although some CGI variables feature the name of your .cfm page, no user is going to know that, unless they're in the habit of inspecting page header information. If the information is secret, then this is no good, but if you're just concerned they'll confuse the page names, then that shouldn't be a problem, assuming you can set your
to whatever you intend it to be.
On another note, if this is meant to be a 404 page, it shouldn't return the response header of 200. Which it does currently. You should return the correct 404 response header.
Check this article or basically just put this at the very top (for genuine 404 messages)