I've noticed that a fair number of web apps, in particular do not deal very well with pages/accounts that have been deleted.
First off, I'll state that I am of the position that the content owner always owns the content and that if the content is deleted or the owner deletes the account, the provider/web app should do everything possible to stop indexing of said content.
To that, I would think that a reasonable strategy would be to set 404 pages and placeholder pages to noindex, nofollow and noarchive in their meta tags.
So a couple example cases, Flickr does not do either when an account is deleted, instead it returns page saying account is deleted.
www.flickr.com/people/rebelchrome
Friendfeed returns a 404 with no special meta tags.
What do you think is the best/right to do in situations like this?