Canonical Tag - Question
-
Hey,
I will give a thumbs up and best answer to whoever answers my question correctly.
The Canonical Tag is supposed to solve Duplication which is fine.
My questions are:
-
Does the Canonical Tag make the PR / Link Juice flow differently? If I have john.long.com/home and john.long.com but put a Canonical Tag on john.long.com/home reading john.long.com then what does this do? Does it flow the Link Equity back to john.long.com?
-
Can you use the Canonical Tag to change PR flow in any means? If I had john.long.com/washing-machines and john.long.com/kids-toys...
If I put a Canonical Tag on john.long.com/kids-toys reading john.long.com/washing-machines then would the PR from /kids-toys flow to /washing-machines or would Google just ignore this? (The pages are completely different in this example and content is completely different).
Thank you.
-
-
Yannick is correct.
Bing for example will lose trust in your site and start to ignore your tags if you are not honest.
Bing has also stated that a canonical is much like a 301, only it leaves the useer on the page, it does not redirect. So yes it will leak a bit of link juice.
Read the link yannick supplied, it explains it all.
-
"Would Google just ignore these"
The canonical tag is merely a reference for Google, and any other crawlers that respect this tag, and in no way does Google have to honour it. I'm quite certain if your canonical tag reference was different than the actual URL in question over a large chunk of your site, Google might start to think something is up.
The canonical tag works like a 301 header redirect. So, it will pass some juice, but not 100% of the PR juice.
I could go on more, but there are several answers below that have already pointed out some great points.
-
To answer this questions needed to understand why google have implement "canonical" tag.
Before, to determine is content duplicated or not. Google bot downloaded page content and via complex algorithm compare it with other page in index. As i think there are special bot running through indexed pages database and searching duplicates (that's why copy-paste sites take ban not right after indexation but in some time after).
Tag "Canonical" make this task more easier, Google bot don't need to download page with duplicate content, just need to check section, and may be hash or something like "hashsumm" for . So there are no necessity to download and store same data few times(delete stored data is hard for high-load data centers). It's more effective and fast way to crawl large data sets like web. Also link and url related data, i think, should be added to primary page data set.
I've made a test on this, Google download much less data if the page has rel="canonical" to other page, compare to primary page.
So according this answers for your questions are:
1. Link just flow as usual's, all link data for duplicated pages merge with data for primary page. So PR may slightly decrease in some cases,by the way if you have links from same pages to both primary and duplicated pages. But impact is not critical, almost similar to 301.
2. No, because Google bot check not only canonical. About this i have one more point, Google is statistical SE, and rate pages on topics, so in you case even if canonical will added to pages, it will not help you rank better for both terms.
-
1. I think a canonical loses a similar amount of link juice as a 301 redirect would, so 100% of the juice would not flow back to john.long.com
2. If Google sees the canonical link is different to the content of the page it is on, Google will ignore it - Matt Cutts has said as much.
Check this out: http://www.mattcutts.com/blog/rel-canonical-html-head/
-
-
Thanks for your reply Yannick. It's much appreciated.
I don't find you very convincing though.
I'll give you a thumbs up but I need somebody else to answer please.
-
In my opinion, if you are pointing to a page as a canonical and the page you are pointing to is not a copy of the page the tag is on, you'll be sending strange signals to SE's and they will ignore it. Worst case they will penalize you. (But I dont think they do that)
-
But my question is and what I'm trying to understand is that - IF it does flow Link Equity like you said it does, then what is to stop somebody putting Canonical Tags into Internal Pages pointing back to their Homepage to channel Link Equity from Internal Pages back to their Homepage for example????? Would Google just ignore these or penalise you because will Google know that the content isn't the same?
-
1. In my understanding: it flows link equity back to john.long.com if it is a copy of /home.
2. It's not as simple as that. Try not to compare a canonical to a 301. rel canonical tells SE's that there is a copy of the page somewhere else. So putting a rel canonical on the kids toys to the washing machines will do nothing for your rankings. They are not copies of eachother.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Too many Tags and Categories what should I do to clean this up?
Hello, Everyone! I am trying to do a clean up for one of my client sites. I'm noticing that the Categories and tags are way out of hand. It looks like random tags and categories were just added because they could be added. Are all of these tags and categories contributing to duplicate content? And if so What method should I go about to cleaning this up? The only thing that seems logical to me is rel=canonical. Thank you so much!
Intermediate & Advanced SEO | | Striventa1 -
Syntax: 'canonical' vs "canonical" (Apostrophes or Quotes) does it matter?
I have been working on a site and through all the tools (Screaming Frog & Moz Bar) I've used it recognizes the canonical, but does Google? This is the only site I've worked on that has apostrophes. rel='canonical' href='https://www.example.com'/> It's apostrophes vs quotes. Could this error in syntax be causing the canonical not to be recognized? rel="canonical"href="https://www.example.com"/>
Intermediate & Advanced SEO | | ccox10 -
How (or if) to apply re canonical tags to Shopify?
Anyone familiar with Shopify will understand the problems of their directory structure. Every time you add a product to a 'collection' it essentially creates a duplicate. For example... https://www.domain.com/products/product-slim-regular-bikini may also appear as: https://www.domain.com/collections/all/products/product-slim-regular-bikini https://www.domain.com/collections/new-arrivals/products/product-slim-regular-bikini https://www.domain.com/collections/bikinis/products/product-slim-regular-bikini etc, etc It's not uncommon to have up to six duplicates of each product. So my question is twofold: Firstly, should I worry about this from an SEO point of view? I understand the desire to minimise potential duplicate content issues and also in focussing the 'juice' on just one page per product. But I also planned on trying to build the authority of the collection pages. If I request Google not to index the product pages which link off the collections, does this not devalue these collections pages? Secondly, I understand the correct way to fix these is using 'rel canonical' tags, but I'm not clear about HOW to actually do this. Shopify support has not been very helpful. They have provided two different instructions, so just added to the confusion (see below). Shopify instruction #1: Add the following to the theme.liquid file... <title><br />{{ page_title }}{% if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif %}{% if current_page != 1 %} – Page {{ current_page }}{% endif %}{% unless page_title contains shop.name %} – {{ shop.name }}{% endunless %}<br /></title>
Intermediate & Advanced SEO | | muzzmoz
{% if page_description %} {% endif %} Shopify instruction #2: Add the following to each individual product page... So, can anyone help clarify: The best strategic approach to this inherent SEO issue with Shopify (besides moving to another platform!)? and If 'rel canonical' tags is the way to go, exactly where and how to apply them? Regards, Murray1 -
Same Alt tag on the images
Can We have same alt tags on all the images? Below pages have images with same alt tag "astrologer Ravi sharma". I used name of the person on every image. before today, all images were shown in google images but today no image is there. any comment. Like - http://www.astrologerravisharma.com/astrologer-ravi-sharma-photos/ http://www.astrologerravisharma.com/gallery/
Intermediate & Advanced SEO | | AlexanderWhite0 -
Google Tag Manager
Has anyone used Google Tag Manager and do you feel it is worth it?
Intermediate & Advanced SEO | | ChristinaRadisic0 -
Should you use a canonical tag on translated content in a multi-language country?
A customer of ours has a website in Belgium. There two main languages in Belgium: Dutch and French.
Intermediate & Advanced SEO | | Zanox
At first there was only a Dutch version with a .be extension. Right now they are implementing the French Belgium version on the URL website.be/fr. All of the content and comments will be translated. Also the URL’s will change from Dutch to French, so you've got two URL’s with the same content but in another language. Question: Should you use a canonical tag on translated content in a multi-language country? I think Google will understand this is just for the usability for a Multilanguage country. What do you guys think???0 -
Why does SEOmoz bot see duplicate pages despite I am using the canonical tag?
Hello here, today SEOmoz bot found and marked as "duplicate content" the following pages on my website: http://www.virtualsheetmusic.com/score/PatrickCollectionFlPf.html?tab=mp3 http://www.virtualsheetmusic.com/score/PatrickCollectionFlPf.html?tab=pdf And I am wondering why considering the fact I am using on both those pages a canonical tag pointing to the main product page below: http://www.virtualsheetmusic.com/score/PatrickCollectionFlPf.html Shouldn't SEOmoz bot follow the canonical directive and not report those two pages as duplicate? Thank you for any insights I am probably missing here!
Intermediate & Advanced SEO | | fablau0 -
Infographic question
I am about to post my first Infographic and have a question. The graphic is fairly long and was wondering, is it better to split this graphic up in to chunks? So that it loads in stages? I am new to this and would be great if someone could point me to the latest and best practices for infographics. I have seen a few articles but they appear to be old. Thanks for your help
Intermediate & Advanced SEO | | JohnPeters0