XF 1.3 Canonical link in header?

Floren

Well-known member
I notice that certain key pages have a canonical link in header:
<link rel="canonical" href="http://xenforo.com/community/members/" />
Google explains well their purpose, however, I don't understand why the Resources (for example) don't have a canonical link?

Thank you for letting me know.
 
Not sure, on mines is there and I don't have pagination:
https://www.axivo.com/members/
<link rel="canonical" href="https://www.axivo.com/members/" />
Is this part of the member_notable template, not present into resource_index:
Code:
<xen:container var="$head.canonical">
    <link rel="canonical" href="{xen:link 'canonical:members'}" /></xen:container>
I just need to learn the logic behind, for now I added the canonical link to Resources main page and I want to make sure it is OK.
 
Top Bottom