RSS Feed/News What affects the !$user.isSearchEngineIndexable() conditional?

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,540
Points
823

Reputation:

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...
 
Status
Not open for further replies.
Top