Canonical tags and Syndicated Content
-
-
Good point. If a new domain is able to rank as well as the old site before the 301 redirects are put in place, that's very compelling evidence.
-
I agree with Kurt - in lieu of de-listing or redirects, rel=canonical is about your only option. It's possible it won't be enough, but it's the best you've got by a long shot, given the restrictions.
-
I haven't seen all the numbers, but I know people at major newspapers using cross-domain canonical, and they'd drop it in a heartbeat if it didn't pass the majority of link equity.
I think the domain move case is more compelling, because now you've got a completely new domain that you can show ranking in place of the old, stronger domain, without redirects in place. At that point, it's unlikely just a fluke.
-
Cool. I hadn't heard of using canonical tags to move sites. That's quite helpful.
I'm curious about the idea that the canonical tag passes link authority or PageRank. Is it possible that these tests people have done just look like that's what's happening? Here's what I mean. Let's say I write an article that gets reproduced on another site and Google is ranking the other site in the top ten for some keyword. Then I get the other site to put a canonical tag on their page and in a few days my site is ranking for that keyword. Now, does that indicate that any link authority was passed or does it indicate that Google would have ranked either site in the top ten for that keyword, but they had to decide on one or the other because they are duplicate. So, the canonical tag just caused Google to change it's mind about which site it would rank. In other words, could it be that both pages are authoritative enough to rank and the canonical tag is just telling Google which of the two should rank?
Has anyone done tests where one site had content for a while that didn't rank and then another more authoritative site re-published the content and ranked for it and then the authoritative site put a canonical tag to the original site and now that original site was able to rank well for the keyword? And when they did this, they would have to not have put a link to the original content only using the canonical.
-
Dave,
What you're describing is exactly what the canonical tag is for, reproducing content on pages, but giving credit to the original. Anyway, if 301's wouldn't work, what else would you do?
-
She essentially said that canonicals for moving a site was one of the intended uses. In her talk she gave the example of having an Exercise Blog and taking over Matt Cutts' Exercise blog... and how in that instance canonicals are a good way to notify the search engines that you would like your main site to start ranking for the instances where the secondary site would come up. (Plus the bits about good for the user experience) Then you would canonical all relevant pages as necessary, move any content that you would like to appear on the main site, and throw up a message on the secondary site with a link stating you're moving to the new URL. Then after a while you would 301 everything over.
I have actually given that advice to people regularly and (so far) no one has come back screaming at me that I ruined their site.
-
That actually makes much more sense than the way I've had people try to explain it to me I didn't realize a Googler had actually condoned it (although sometimes I find Maile's messages a bit mixed).
-
I have done these and I agree completely.
Also, the bit about Canonicals to move a site and then 301 later was actually talked about at SMX by Maile Ohye of Google as a legitimate and good use for situations such as buying or taking over someone else's site as a means to pass link equity while also giving users a better experience by letting them know you are transitioning... giving them time to change their bookmarks instead of potentially causing them to bounce by sending them somewhere they didn't intend to go.
(though don't quote me on her saying anything about "link juice" or "link equity" specifically... it was about a year ago and its been ages since I've listened to my personal recordings of the session [and actually, i'm not sure I was even actually allowed to record while Google and Bing reps were speaking... but oh well])
-
So, I can tell you from conversations with SEOs that some have used rel=canonical successfully to pass link-juice. In some cases, I even know people who use it to move sites, and then 301 later, and claim success with this method. Unfortunately, almost none of those case studies are published.
Generally speaking, I still don't think it's a great way to move a resource, and tend toward 301s for that purpose, but all the data I've seen suggests that rel=canonical tends to consolidate link juice. There are exceptions, of course, such as when Google doesn't honor the tag (they don't see it as a duplicate, for example, and think you're trying to game the system), but that's true of 301s as well.
Rand did a Whiteboard Friday a couple of years ago talking about link-equity and cross-domain canonical:
http://moz.com/blog/cross-domain-canonical-the-new-301-whiteboard-friday
I know he's actually a big believer that rel=canonical passes link equity, as or more strongly in some cases than 301-redirects (again, it's pretty situational).
-
My understanding is that canonical tag only establishes the original location of content. It has nothing to do with PageRank. I've not seen anything from Google that would indicate that adding a canonical tag to a page will pass all it's authority to the canonical URL.
-
Hiya,I wouldn't look at it as a link juice argument as its really aimed at telling the search engine which concepts the original (which can be helpful if e.g you have multiple products etc.). What it can do is help build you up as an authority. Regards to auther credit it depends if they used the rel="author" tag (telling Google who the auther is).
Look at it another way you would use the tags for duplicate content, do you think a search engine would highly rank duplicate content? It would link one copy of the relevant result and you can use the tag to tell it "this is the original content" (i.e the most relevant).
You may find the following helpful : https://support.google.com/webmasters/answer/139394
as well a similar topic was posted only an hour ago http://moz.com/community/q/canonical-tag-refers-to-itself
I hope this has helped a bit for your question, good luck!
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
-
Understanding Redirects and Canonical Tags in SEO: A Complex Case
Hi everyone, nothing serious here, i'm just playing around doing my experiments 🙂
Technical SEO | | chueneke
but if any1 of you guys understand this chaos and what was the issue here, i'd appreciate if you try to explain it to me. I had a page "Linkaufbau" on my website at https://chriseo.de/linkaufbau. My .htaccess file contains only basic SEO stuff: # removed ".html" using htaccess RewriteCond %{THE_REQUEST} ^GET\ (.*)\.html\ HTTP RewriteRule (.*)\.html$ $1 [R=301,L] # internally added .html if necessary RewriteCond %{REQUEST_FILENAME}.html -f RewriteCond %{REQUEST_URI} !/$ RewriteRule (.*) $1\.html [L] # removed "index" from directory index pages RewriteRule (.*)/index$ $1/ [R=301,L] # removed trailing "/" if not a directory RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} /$ RewriteRule (.*)/ $1 [R=301,L] # Here’s the first redirect: RedirectPermanent /index / My first three questions: Why do I need this rule? Why must this rule be at the top? Why isn't this handled by mod_rewrite? Now to the interesting part: I moved the Linkaufbau page to the SEO folder: https://chriseo.de/seo/linkaufbau and set up the redirect accordingly: RedirectPermanent /linkaufbau /seo/linkaufbau.html I deleted the old /linkaufbau page. I requested indexing for /seo/linkaufbau in the Google Search Console. Once the page was indexed, I set a canonical to the old URL: <link rel="canonical" href="https://chriseo.de/linkaufbau"> Then I resubmitted the sitemap and requested indexing for /seo/linkaufbau again, even though it was already indexed. Due to the canonical tag, the page quickly disappeared. I then requested indexing for /linkaufbau and /linkaufbau.html in GSC (the old, deleted page). After two days, both URLs were back in the serps:: https://chriseo.de/linkaufbau https://chriseo.de/linkaufbau.html this is the new page /seo/linkaufbau
b14ee095-5c03-40d5-b7fc-57d47cf66e3b-grafik.png This is the old page /linkaufbau
242d5bfd-af7c-4bed-9887-c12a29837d77-grafik.png Both URLs are now in the search results and all rankings are significantly better than before for keywords like: organic linkbuilding linkaufbau kosten linkaufbau service natürlicher linkaufbau hochwertiger linkaufbau organische backlinks linkaufbau strategie linkaufbau agentur Interestingly, both URLs (with and without .html) redirect to the new URL https://chriseo.de/seo/linkaufbau, which in turn has a canonical pointing to https://chriseo.de/linkaufbau (without .html). In the SERPs, when https://chriseo.de/linkaufbau is shown, my new, updated snippet is displayed. When /linkaufbau.html is shown, it displays the old, deleted page that had already disappeared from the index. I have now removed the canonical tag. I don't fully understand the process of what happened and why. If anyone has any ideas, I would be very grateful. Best regards,
Chris0 -
Mobile site content and main site content
Help, pls! I have one main site and a mobile version of that site (m.domain.com). The main site has more pages, more content, different named urls. The main site has consistently done well in Google. The mobile site has not: the mobile site is buried. I am working on adding more content to the mobile site, but am concerned about duplicate content. Could someone pls tell me the best way to deal with these two versions of our site? I can't use rel=canonical because the urls do not correspond to the same names on the main site, or can I? Does this mean I need to change the url names, offer different content (abridged), etc? I really am at a loss as to how to interpret Google's rules for this. Could someone please tell me what I am doing wrong? Any help or tips would GREATLY appreciated!!!!! Thanks!
Technical SEO | | lfrazer0 -
Canonical tag problem
Hello I'm newbie here i dont know very well about seo but i would like to ask your help? I'm running report about my website and on report I dont have canonical tag on my products. But if i check from on page report link by link it shows that I have canonical tag. At the same time if i check my pages code i can see below canonical tag codes? Do we use canonical tags wrong? What can cause this different information? Could you please help me? Is it important to use canonical tag beginning or end? I'm using now trial version and trying to understand report is correct what is my mistakes. Thanks in advance My code is
Technical SEO | | FRUTIKO0 -
Should I include tags in sitemap?
Hello All, I was wondering if you should include tags and categories in your sitemap. In the past on previous blogs I have always left tags and categories out. The reason for this is a good friend of mine who has been doing SEO for a long time and inhouse always told me that this would result in duplicate content. I thought that it would be a great idea to get some input from the SEOmoz community as this obviously has a big affect on your blog and the number of pages indexed. Any help would be great. Thanks, Luke Hutchinson.
Technical SEO | | LukeHutchinson1 -
I need help with a PHP canonical URL tags
I found a little difficult for me to do a canonical tag in my PHP. On-Page Report Card We check to make sure that IF you use canonical URL tags, it points to the right page. If the canonical tag points to a different URL, engines will not count this page as the reference resource and thus, it won't have an opportunity to rank. If you've not made this page the rel=canonical target, change the reference to this URL. NOTE: For pages not employing canonical URL tags, this factor does not apply. I don't know how to tidy my PHP Any suggestion.
Technical SEO | | lnietob0 -
Duplicate content
I have just ran a report in seomoz on my domain and has noticed that there are duplicate content issues, the issues are: www.domainname/directory-name/ www.domainname/directory-name/index.php All my internal links and external links point to the first domain, as i prefer this style as it looks clear & concise, however doing this has created duplicate content as within the site itself i have an index.php page inside this /directory-name/ to show the page. Could anyone give me some advice on what i should do please? Kind Regards
Technical SEO | | Paul780 -
Duplicate content and tags
Hi, I have a blog on posterous that I'm trying to rank. SEOMoz tells me that I have duplicate content pretty much everywhere (4 articles written, 6 errors at the last crawl). The problem is that I tag my posts, and apparently SEOMoz thinks that it's duplicate content only because I don't have so many posts, so pages end up being very very similar. What can I do in these situations ?
Technical SEO | | ngw0 -
Is this considered as duplicate content?
One of my clients has a template page they have used repeatedly each time they have a new news item. The template includes a two-paragraph customer quote/testimonial for the company. So, they now have 100+ pages with the same customer quote. The rest of the page content / body copy is unique. Is there any likelihood of this being considered duplicate content?
Technical SEO | | bjalc20110