gouwepeer.nl
Well-known member
I have content on my forum from another site (with permission), for which I want to link back to that site in exchange.
Now I want to avoid duplicate content by editing the canonical url (node id 85, 1286,1296 and 1285).
Template Metadata_Macros:
In it I added the following lines before
Unfortunately this does not work. What am I doing wrong?
Now I want to avoid duplicate content by editing the canonical url (node id 85, 1286,1296 and 1285).
Template Metadata_Macros:
In it I added the following lines before
<xf:if is="$siteName is not empty">
HTML:
<xf:if is="in_array({$forum.node_id}, [85,1286,1296,1285])">
<xf:macro name="canonical_url" arg-canonicalUrl="https://www.horoscoop-hoekje.nl/" />
</xf:if>