We just got an urgent request from a fellow whose wedding announcement we published a year ago. Seems his job has suddenly become a security problem, and he needs to have web references to his photo, his wife's name and his location erased. We put the wedding post in the trash, but if you google his name, the cached version of the post still shows up. I went to Google's webmaster tools and found that if you put in a piece of meta code in the page's header, then Google will see that and uncache the page next time the bot visits our site.
The code is this:
Code:
<meta name="robots" content="noarchive">
. Obviously, I can't put that in our SEO info for the whole site, or our whole site would be removed from Google's cache. I can't figure out how to get this in the header for just this one post. Maybe some kind of conditional PHP in the theme options/HTML insert area?