XF 1.5 Remove noindex from head?

Escobar

Active member
Where can i edit the <head></head> tags there is an noindex within which results in google not indexing my site.

I checked PAGE_CONTAINER, Forum_list, etc already but its not in there

but when i view the website source its clearly in there.
 
the noIndex is set in the respective template.

Example: template "login" ->

Code:
<xen:container var="$head.robots"><meta name="robots" content="noindex" /></xen:container>

Check the corresponding template. Maybe an add-on also set "noindex"?
 
the noIndex is set in the respective template.

Example: template "login" ->

Code:
<xen:container var="$head.robots"><meta name="robots" content="noindex" /></xen:container>

Check the corresponding template. Maybe an add-on also set "noindex"?
Thanks i removed the noindex but google search console still not finding my site and giving me an error i have no clue anymore what to do any idea?
 
Top Bottom