Hi!
I am running v3.1.9.
What I want to do is make one specific forum post as 'noindex' for Google.
In other words, I need to add this code
<meta name="robots" content="noindex, nofollow">
To the head html of one forum post only.
The rest of the forum is just fine. Simply put, for reasons I won't go into, there is one particularly sensitive post on the forum that I don't want to be indexed in Google. I know I could just delete the post, but I would rather not do that.
The page itself is in the format:
http://www.sitedomain.com/forum/viewtop ... 10&t=18710
So, how can I do that?
Thanks!