XenForo
Administrative
- Thread starter
- Admin
- #1
Hi,
We wanted to make the members page and certain threads noindex. I followed the instructions suggested by Chromaniac, XF 2.0 - Noindex members pages.
Added, <xf:head option="metaNoindex"><meta name="robots" content="noindex" /></xf:head> in member_view template
and for Threads added the following code in thread_view template,
<xf:set var="$threadNoIndex">
<xf:callback class="XF"...
Read more
ادامه مطلب...
We wanted to make the members page and certain threads noindex. I followed the instructions suggested by Chromaniac, XF 2.0 - Noindex members pages.
Added, <xf:head option="metaNoindex"><meta name="robots" content="noindex" /></xf:head> in member_view template
and for Threads added the following code in thread_view template,
<xf:set var="$threadNoIndex">
<xf:callback class="XF"...
Read more
ادامه مطلب...