Can I set a no-robots thing on a category of a forum?

On the top of the Thread_view template
Code:
<xf:if is="{$forum.node_id} == xxx">
<xf:head option="metaNoindex"><meta name="robots" content="noindex" /></xf:head>
</xf:if>

Change xxx to node ID
 
Top Bottom