dethfire Well-known member Oct 24, 2014 #1 I have a new member intro forum that is really junky to search engines. how do I noindex threads in that forum? I assume a conditional in page container?
I have a new member intro forum that is really junky to search engines. how do I noindex threads in that forum? I assume a conditional in page container?
Jake Bunce Well-known member Oct 25, 2014 #2 Admin CP -> Appearance -> Templates -> thread_view Add this code to the top: Rich (BB code): <xen:if is="in_array({$thread.node_id}, array(80,81))"> <xen:container var="$head.robots"> <meta name="robots" content="noindex" /></xen:container> </xen:if> You must specify the list of node_ids. Upvote 0 Downvote
Admin CP -> Appearance -> Templates -> thread_view Add this code to the top: Rich (BB code): <xen:if is="in_array({$thread.node_id}, array(80,81))"> <xen:container var="$head.robots"> <meta name="robots" content="noindex" /></xen:container> </xen:if> You must specify the list of node_ids.
Soyuz Member May 10, 2015 #3 I was looking for something like this, but with this solution, sitemap.php will still send URLs of those forums to Google. Upvote 0 Downvote
I was looking for something like this, but with this solution, sitemap.php will still send URLs of those forums to Google.
Soyuz Member May 22, 2017 #4 #3 Answering myself... there is an add-on which does that: https://xenforo.com/community/resources/th-remove-from-sitemap.3854/ Upvote 0 Downvote
#3 Answering myself... there is an add-on which does that: https://xenforo.com/community/resources/th-remove-from-sitemap.3854/