Forum Moderators: phranque
In some cases data gets removed for a specific page so that the page is no longer available. In that case our perl program produces an error page that says something like:
This page is no longer available...
My concern is that the page returns a normal 200 server header code so I think that the search engines will see it as a valid page. So, if I have several hundred versions of this error page indexed by search engines, I think it would be a problem.
Does anyone know if there any way that I can force the server header to be 404 for a dynamically generated page like this, so that the search engines won't index it?