=MGN=RedEagle Well-known member Jan 20, 2018 #1 Can I set a no-robots thing on a category of a forum?
Sunka Well-known member Jan 20, 2018 #2 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
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