Jump to content

canonical support


steadyoptions

Recommended Posts

Hello all,

My blog includes mix of original and re posted articles (from other blogs or websites).

My SEO company warned me that re posted articles can hurt my site rankings - unless I link to the original article and use rel=canonical.

How can I add rel=canonical tag to the link I include in the article?

Thanks!

Link to comment
Share on other sites

The problem is you don't want to hard-code this (e.g., make all hrefs contain the rel="canonical" attribute in them), since you'll have regular hrefs that you obviously don't need that for.

Ideally, the insert link dialog would need extra attributes to be able to choose whether a link needs that attribute or not.

Even CKEditor itself doesn't have such an attribute as an option or as an addon.

You could use jQuery to add the rel="canonical" to any hyperlinks that don't match your domain... however on a page or data set with potentially hundreds of links, there might be performance issues.

Link to comment
Share on other sites

This is a bit too technical for me. I also just found out that if page includes more than one canonical, Google is likely to ignore both. Since all articles already include canonical to itself (generated automatically by IPS), adding another canonical might not be a good idea.

Can anyone suggest a solution what to do when I re post an article from another website on my blog? Or is it not an issue at all?

Link to comment
Share on other sites

@steadyoptions rel=canonical makes sense for forums because each post can be linked to individually, e.g.

https://invisioncommunity.com/forums/topic/446437-canonical-support/?do=findComment&comment=2748548

You don't really want all those URL parameters for each post shown in Google search results so rel=canonical is set for the first post as a strong signal as the one you want indexed...

<link rel="canonical" href="https://invisioncommunity.com/forums/topic/446437-canonical-support/" />

And for pagination you have rel=next and rel=prev.

 

As for your use case on re-publishing an external blog article and wanting to override rel=canonical, not possible out of the box... again rel=canonical is there because on blog posts you have pagination from comments. 

I personally wouldn't worry about it, as long as you include a link back to the original article/author and include your own summary/opinion about it.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...