Engril.com

Today's Stories Tomorrow's History

Digital Marketing

Duplicate, Google Chose Different Canonical Than User. What It Is, Causes, & How to Fix

The Google Search Console status “Duplicate, Google chose different canonical than user” means that Google chose a different URL to index than the one the user selected. This can happen when Google finds two or more pieces of content on a site that are very similar or identical.

The issue will show in the Page Indexing report in Google Search Console. This is how it looks.

When I check on one of our pages with this issue, I see that the content hasn’t been translated yet for either language. It’s still in English, so I suspect that we have more of these pages that still have the issue. There’s a bit of a delay in our translation process that causes this issue.

Example of a page where google chose a different canonical

Let’s look at what causes the issue and how to fix it.

What causes “duplicate, Google chose different canonical than user”

There are a few things that might cause a page to be flagged with this issue.

Duplicate or similar content

According to Google’s Gary Illyes, 60% of the web is duplicate content.

Google doesn’t want to store every version of every page. They store one main version of the page and then create records of the alternates.

The canonical link element, or canonical tag, is one of ~20 canonicalization signals that Google uses. It’s a hint, and so other signals can tell Google that it’s a different page that should actually be the indexed version of the page shown to users.

All of the signals will consolidate to the indexed version of the page, and many of these other pages will be flagged as duplicates. If their specified canonical URL doesn’t match, then you’ll see them with the issue “duplicate, Google chose a different canonical than user.” This isn’t usually an issue and usually won’t impact rankings, but it may not be the page you prefer to be shown.

There may be several URLs for the same content, which leads to duplicate content issues. This may be caused by capitalization, trailing slashes, IDs, URL parameters, etc. So all of these may exist:

domain.com/Abc
domain.com/abc
domain.com/123
domain.com/?id=123

Another time you may see this issue is if you have an ecommerce store that has many product variants without having much unique content. The product variants may have self-referencing canonical tags, but Google may only index one of the versions of the page.

If you only want one version indexed, you should set a self-referencing canonical and either canonical tags from other versions that reference the main version or redirect the other versions to the main version.

Check the Duplicates report in Site Audit. We break down which duplicate clusters have canonical tags set and which have issues.

Duplicate clusters as seen in Ahrefs Site Audit

This issue may also show for international websites. Sometimes companies use the same content or similar content for multiple countries that use the same language. For example, companies may use the same or similar content on pages targeting the US, UK, and AU. Google will usually index one of these, but thanks to the magic of hreflang tags, they can still swap and show the alternate versions in search results.

Those alternate versions usually show as “duplicate, Google chose a different canonical than user” in GSC. Google will even report traffic just to the canonical version in GSC, even if they’re swapping and showing users the correct versions.

Hreflang tags work in pairs to form a cluster. We have a cluster visualization tool in Site Audit that shows and tells you what is broken, making it much easier to understand and explain than the typical spreadsheet.

Hreflang cluster visualization in Ahrefs Site Audit

And sometimes Google just gets it wrong. With syndicated content, Google can occasionally choose the copied content as the canonical URL instead of the original.

Canonical tag mistakes

Similar to what happens with redirects, canonical tags can also have chains or loops. The extra pages may be classified as “duplicate, Google chose a different canonical than user.”

A canonical chain is a series of URLs whose canonical tags point to the next URL in the chain.

What a canonical chain looks like

You also may run into canonical loops, where one of the chains points back to a page that was earlier in the sequence. This forms an infinite loop.

What a canonical loop looks like

You can check for these issues in Site Audit. We show them under the issue “Non-canonical page specified as the canonical one,” which appeared on 1.36% of websites in our study of 1 million domains.

Non-canonical page specified as canonical one issue would include canonical chains and loops

You might also see this issue if you accidentally made a mistake in your canonical tag, such as including an extra character. Pages may still resolve, but Google may choose your original URL as the canonical URL.

Rendering issues

With JavaScript websites, particularly app shell models, the initial HTML response may show very little content and code. In fact, every page on the site may display the same code, which may be the exact same as the code on some other websites.

If you see a high number of duplicate pages in the same cluster in Site Audit, you may have this issue.

Duplicate clusters as seen in Ahrefs' Site Audit

This can sometimes cause pages to be treated as duplicates and not immediately go to rendering. Even worse, the wrong page or even the wrong site may show in search results. This should resolve itself over time but can be problematic, especially with newer websites.

How to fix “duplicate, Google chose different canonical than user”

How you fix the issue will depend on which issue applies to your page.

If your content is duplicate, make it more unique

If you have content that’s the same or duplicate and you want each of the pages indexed, you’ll have to put in some work to make them more unique. This is common on websites with a lot of boilerplate content with very little unique content for their pages.

Most of the pages I see as an issue for our website come from a delay in our translation process. We sometimes publish pages for other languages before they are translated or fully translated, which leads them to be flagged as duplicates. As we translate the pages, the issues are cleared out. Translated pages are not considered duplicates.

Screenshot showing duplicate Google chose a different canonical than user issues in GSC

If you have canonicalization issues, fix them

For any canonical chains or loops, choose your preferred version of the page and make sure that it, as well as all other versions of the page, references your preferred version.

You may even want to use stronger canonicalization signals to consolidate the pages, such as a 301 or 308 redirect.

If you made any mistakes with your canonical tag (e.g., including an extra character) and Google has ignored it, you can fix the issue by fixing the canonical tag to point to the main version of the page.

If you have rendering issues, use a pre-render or SSR

If your problem is coming from the returned HTML on your site all looking the same, you may want a pre-rendering or server-side rendering (SSR) solution. This will render the content of the page before users or bots receive it. That content on most sites would include some unique content and should clear up this issue. Talk to your devs if you need to set this up.

Final thoughts

“Duplicate, Google chose different canonical than user” usually happens with duplicate pages, but not always. Usually, Google is trying to keep its index clean and not have a bunch of duplicates, or Google is trying to fix a mistake on the website.

Have questions? Message me on X or LinkedIn.

LEAVE A RESPONSE

Your email address will not be published. Required fields are marked *