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
- 27,133
- 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:
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...
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...