GlossarySEO
What is "Google chose different canonical"?
Also called: Google chose different canonical, Google-selected canonical, user-declared canonical
Definition
This Search Console status means your page declares a canonical URL, but Google picked a different URL as the canonical for that group of duplicates, so your declared choice isn't indexed.
Duplicate, Google chose different canonical than user, explained
Every page can declare a preferred canonical with a rel="canonical" tag. Google treats that as a strong hint, not a command. When its other signals point elsewhere, it chooses its own canonical, and the Page indexing report files your URL under "Duplicate, Google chose different canonical than user". Google's help page suggests inspecting the URL to compare its choice with yours.
In URL Inspection you'll see two fields: User-declared canonical and Google-selected canonical. The gap between them tells you where to look. If Google chose the http or www version, your redirects are incomplete. If it chose a URL with parameters, your internal links or sitemap are using that form. If it chose a completely different page, Google thinks the two pages are the same content, which usually means one of them is too thin or too similar to stand alone.
Sometimes Google is right. Two near-identical landing pages, or a paginated series where page two looks like page one, will be clustered no matter what the tags say. The fix there is to make the pages genuinely different or merge them.
When Google is wrong, align every signal: permanent redirects for variants, one URL form in internal links, only canonical URLs in the sitemap, and a self-referencing canonical on the page you want. Then request indexing on that URL and give it a few weeks.
Why it matters for founders
The page you've been optimizing may not be the one Google shows. It's also a direct quality signal: Google is telling you it sees two of your pages as the same thing.
Example
Your /compare/acme-vs-foo and /compare/foo-vs-acme pages share most of their text. Google picks one as canonical for both. You redirect one to the other and keep a single comparison page.
Common mistakes
- Adding more canonical tags instead of fixing conflicting signals.
- Ignoring it when the chosen URL is a totally different page.
- Keeping parameter URLs in internal links and the sitemap.
- Expecting a fix to show up in the report within a day.
Sources
- Search Console Help: Page indexing report
- Search Console Help: URL Inspection tool
- Google Search Central: What is URL canonicalization
Checked
Related terms
- CanonicalizationCanonicalization is how a search engine picks one representative URL from a group of pages with the same or very similar content, and shows only that one in results.
- Canonical tagA canonical tag is a line in a page's HTML,
<link rel="canonical" href="…">, that tells search engines which URL is the main version when several URLs show the same or very similar content. - URL Inspection toolURL Inspection is a Search Console tool that shows Google's indexed view of one URL, including index status, Google-selected canonical and last crawl, and can run a live test or request indexing.
- Duplicate contentDuplicate content is the same or very similar content available at more than one URL. Google says some duplication is normal and isn't a spam violation; it picks one version to show and filters the rest.