Hi,
I want to prevent that Google indexes member profiles and while looking at the member_view template, I noticed that there already is a conditional for this:
Code:
However, I'm wondering, what is necessary to make this conditional "true"? I haven't found an option to not allow indexing of member profiles, so what exactly affects this...
Read more
Читать далее...
I want to prevent that Google indexes member profiles and while looking at the member_view template, I noticed that there already is a conditional for this:
Code:
Код:
<xf:if is="!$user.isSearchEngineIndexable()">
<xf:head option="metaNoindex"><meta name="robots" content="noindex" /></xf:head>
</xf:if>
However, I'm wondering, what is necessary to make this conditional "true"? I haven't found an option to not allow indexing of member profiles, so what exactly affects this...
Read more
Читать далее...