XF 1.3 Feeds and SEO

MattH

Active member
I wanted to ask if there was any thoughts or ideas regarding SEO impact of piping feeds into a Xenforo forum? Doesn't it create duplicate content which might cause a SEO hit?

Been looking up things like canonical/nofollow/nolink but not sure which might be appropriate, and how it would be deployed within Xenforo if so.

Be happy to hear any advice on this.
 
So, I found some code that might help:

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

I'm wondering if anyone knows how to add that to certain nodes only-- where it would be added into the template and how to call the node?
 
Top Bottom