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

  • Thread starter Thread starter Deleted member 6355
  • Start date Start date
D

Deleted member 6355

Guest
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
 
Back
Top Bottom