How We Fixed the “Duplicate – Google Chose Different Canonical Than User” Indexing Issue
Recently, I encountered an interesting indexing issue in Google Search Console while working on the website: https://www.schoolblazerlimited.com/ Google Search Console showed the following notification: “Duplicate – Google chose different canonical than user.” This issue can sometimes be confusing because even when the technical SEO setup is correct , Google may still choose a different canonical URL. In this post, I would like to share the root cause, investigation process, and the steps we took to resolve the issue. The Issue Observed in Google Search Console When we inspected the homepage URL in Google Search Console , we noticed: The non-www version was indexed in Google - https://schoolblazerlimited.com/ The www version was not indexed - https://www.schoolblazerlimited.com/ When checking the URL Inspection Tool , the status showed: “Duplicate – Google chose different canonical than user.” This meant that although we had specified a canonical URL, Google had sel...