Forum Moderators: open
If you want 'em gone, you need to return a 404 or 410 server status in response to request for those pages. It's OK to have a custom 404 or 410 error document for this case, but you need to use either of those server codes.
If you send a 301 or 302, then Google will do what you ask, and redirect to the new page.
301: Moved Permanently
302: Moved Temporarily
404: Not Found
410: Resource is gone
If you can't control your server response due to hosting limitations, then maybe you could put a <meta name="robots" content="noindex,follow"> tag on the page you redirect to. That might help (not sure).
HTH,
Jim
ErrorDocument 404 [example.com...]
[edited by: heini at 8:32 am (utc) on May 6, 2003]
[edit reason] accidental linking removed, thanks [/edit]