Browse documentation
Documentation possibilities

Duplicate canonical and Open Graph values

Canonical tags consolidate indexing signals; Open Graph tags control many social previews. When many URLs share the same canonical URL or the same og:title / og:description, each page is harder to distinguish for both search and sharing.

What we look for

  • Canonical — multiple pages storing the exact same canonical URL string (byte-for-byte as saved).
  • og:title / og:description — multiple pages storing the exact same Open Graph strings as saved from the crawl.

What to do

Ensure each important URL has a canonical that reflects the preferred version of that page. Give each URL unique, accurate Open Graph title and description when it should stand alone in previews.

Examples

Two different product URLs should not share the same canonical or the same og:title / og:description unless they truly represent one URL:

<!-- https://example.com/products/leather-tote -->
<head>
  <link rel="canonical" href="https://example.com/products/leather-tote" />
  <meta property="og:title" content="Leather tote | Acme Handbags" />
  <meta property="og:description" content="Full-grain leather tote with brass hardware." />
</head>

<!-- https://example.com/products/canvas-tote -->
<head>
  <link rel="canonical" href="https://example.com/products/canvas-tote" />
  <meta property="og:title" content="Canvas tote | Acme Handbags" />
  <meta property="og:description" content="Lightweight canvas tote for everyday use." />
</head>

Technical details

Comparisons use stored crawl columns without additional normalization. See On-page and technical signals.

Stay in the loop

Weekly SEO teardowns, algorithm update alerts, and performance tactics—when we publish them.

We respect your privacy: we do not sell your email or spam you.

SEO Perception

We take all the dry, technical SEO data nobody wants to read, connect the dots with AI and decades of SEO expertise, and show you the fixes that matter most plus the opportunities with the biggest upside.


Google, PageSpeed, and PageSpeed Insights are trademarks of Google LLC. SEO Perception is not endorsed by or affiliated with Google. We use Google’s public PageSpeed Insights service because we find it useful for site owners.

© 2024 - 2026 SEO Perception. All rights reserved.

Built with love by Larsik Corp.