Ques/Help What affects the !$user.isSearchEngineIndexable() conditional?

M

Michael_IO

Guest
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:

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

Continue reading...