CanonicalTag.com logoCanonicalTag.comThe canonical tag & URL canonicalization
EntityMap v1.0

CanonicalTag.com Entity Map

This is the machine-readable knowledge map for CanonicalTag.com, published to the EntityMap v1.0 specification. It describes the site's key entities — the canonical tag, the Search Console statuses, the platforms, and the concepts they relate to — with evidence passages and links to the open knowledge graph.

View the EntityMap JSON → (54 entities · EntityMap v1.0)

Concept

Duplicate Without User-Selected Canonical

The Search Console status that appears when Google finds a duplicate page but you haven't declared a canonical, so Google chooses one for you.

Relations:

  • PART_OF → Google Search Console Statuses
  • RELATES_TO → Google Search Console
  • RELATES_TO → Duplicate content

"Duplicate without user-selected canonical" is a status inside the Page indexing report in Google Search Console (the report Google renamed from "Index Coverage" around mid-2022, when the "Coverage" navigation item became "Pages" under Indexing).

Duplicate Without User-Selected Canonical | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Tags in WordPress

How WordPress core handles canonicals on singular content, what it leaves out, and how to add or override them with or without a plugin.

Relations:

  • PART_OF → CMS & Website Platforms
  • RELATES_TO → WordPress

Yes, and it has for a long time. WordPress core has emitted a self-referencing rel=canonical tag on singular views since version 2.9.0, through a function called rel_canonical() that's hooked to the wp_head action ( add_action('wp_head', 'rel_canonical') ). If you're running stock WordPress with no SEO plugin and you view source on a single post, you will see a canonical link tag pointing back at that post's own URL. You didn't configure it; core put it there.

Canonical Tags in WordPress | CanonicalTag.com — published by CanonicalTag.com
Concept

Alternate Page With Proper Canonical Tag

The reassuring Search Console status: your page correctly points to another canonical, and Google is consolidating it exactly as intended.

Relations:

  • PART_OF → Google Search Console Statuses
  • RELATES_TO → Google Search Console
  • RELATES_TO → Canonical link element

Google's own definition of this Page indexing report status reads: "This page is marked as an alternate of another page and correctly points to the canonical page." In plain terms, the flagged page carries a rel=canonical tag that points to a different URL, Google has accepted that declaration, and that other URL is the one being indexed. Google deliberately does not index the alternate page itself, because the alternate has told Google, correctly, that it is not the version meant to appear in search results.

Alternate Page With Proper Canonical Tag | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Tags in Shopify

How Shopify auto-generates canonicals, the collection-versus-product URL behavior, and how to customize the tag in theme.liquid.

Relations:

  • PART_OF → Ecommerce Platforms
  • RELATES_TO → Shopify

Yes. Shopify auto-generates canonical tags on products, collections, pages, and blog articles without any setup on your part. The mechanism is a Liquid object, canonical_url , that Shopify populates for every page and that themes reference in the document head — typically in theme.liquid , sometimes broken out into a separate meta-tags.liquid snippet that theme.liquid includes.

Canonical Tags in Shopify | CanonicalTag.com — published by CanonicalTag.com
Concept

Self-Referencing Canonical Tags

A canonical tag that points a page at its own URL, the recommended baseline that removes ambiguity from parameter and variant URLs.

Relations:

  • PART_OF → Conflicts & Edge Cases
  • RELATES_TO → Canonical link element

A self-referencing canonical tag is a rel=canonical link element on a page that points back to that same page's own preferred URL, rather than to some other page. It looks unremarkable in the source code, but it does real work: it removes any ambiguity about which URL variant should be treated as the indexable one. Most pages are reachable through more than one URL.

Self-Referencing Canonical Tags | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical URLs in Yoast SEO

How Yoast SEO adds self-referencing canonicals across your whole WordPress site, where to override them, and how to fix a wrong canonical.

Relations:

  • PART_OF → CMS & Website Platforms
  • RELATES_TO → Yoast SEO
  • RELATES_TO → WordPress

Where WordPress core only self-canonicalizes singular content, Yoast SEO extends that behavior to essentially every indexable page type on the site: single posts and pages, the homepage, category, tag, and other taxonomy archives, custom post type archives, author and date archives, and each individual paginated page within a series. In practice, this closes the gap left by core — Yoast is doing the work that plain WordPress doesn't. There is one deliberate exception. A page or post that's set to noindex gets no canonical tag from Yoast at all.

Canonical URLs in Yoast SEO | CanonicalTag.com — published by CanonicalTag.com
Concept

Duplicate, Google Chose Different Canonical Than User

You declared a canonical, but Google overrode it and selected a different URL, the clearest proof that rel=canonical is a hint and not a directive.

Relations:

  • PART_OF → Google Search Console Statuses
  • RELATES_TO → Google Search Console
  • RELATES_TO → Canonical link element

"Duplicate, Google chose different canonical than user" is a status in the Page indexing report of Google Search Console. Google's own definition: "This page is marked as canonical for a set of pages, but Google thinks another URL makes a better canonical." This is a fundamentally different situation from "duplicate without user-selected canonical." There, you declared nothing and Google filled the gap.

Duplicate, Google Chose Different Canonical Than User | CanonicalTag.com — published by CanonicalTag.com
Concept

Duplicate, Submitted URL Not Selected as Canonical

A URL you submitted in your sitemap was not chosen as canonical because Google treats it as a duplicate of another page.

Relations:

  • PART_OF → Google Search Console Statuses
  • RELATES_TO → Google Search Console
  • RELATES_TO → Duplicate content

In the Page indexing report in Google Search Console, this label appears next to a URL that you actively submitted for indexing, most often by listing it in an XML sitemap. Google evaluated that URL alongside a cluster of duplicate or near-duplicate pages and chose a different URL as the canonical, or representative, version. The submitted URL still exists and Google can still crawl it, but Google indexes the other URL and folds this one's ranking signals into that other page instead.

Duplicate, Submitted URL Not Selected as Canonical | CanonicalTag.com — published by CanonicalTag.com
Concept

User-Declared vs Google-Selected Canonical

The two labels in Search Console's URL Inspection tool: the canonical you declared, and the one Google actually chose to index.

Relations:

  • PART_OF → Google Search Console Statuses
  • RELATES_TO → Google Search Console
  • RELATES_TO → Canonical link element

Open the URL Inspection tool in Google Search Console on almost any indexed page and you will see two separate fields: User-declared canonical and Google-selected canonical . They are not always the same URL, and the gap between them is one of the most misunderstood parts of technical SEO. I get asked about this constantly, so let's define both terms precisely. The user-declared canonical is the URL you told Google to treat as the master copy.

User-Declared vs Google-Selected Canonical | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Tag and Noindex Together

Combining rel=canonical and a noindex tag on the same page sends Google contradictory instructions. Why to avoid it and what to do instead.

Relations:

  • PART_OF → Conflicts & Edge Cases
  • RELATES_TO → Noindex
  • RELATES_TO → Meta element

The short answer: avoid it. Putting a rel=canonical tag pointing to another URL and a noindex directive on the same page sends Google two instructions that work against each other, and the outcome is unreliable. If the goal is to consolidate duplicate content, use canonical alone. If the goal is to keep a page out of the index entirely, use noindex alone. Combining them on the assumption that Google will neatly sort out the intended outcome is not a safe bet.

Canonical Tag and Noindex Together | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Tags and Pagination

How to canonicalize a paginated series correctly, with each page self-referencing, and why canonicalizing everything to page one backfires.

Relations:

  • PART_OF → Conflicts & Edge Cases
  • RELATES_TO → Canonical link element

A paginated series is a set of pages that splits a single collection of content into sequential chunks: page 1, page 2, page 3, and so on, of a category listing, a search results set, or a long article broken into parts. The correct canonicalization approach is simple and often gets over-thought: each page in the series should carry a self-referencing rel=canonical, meaning page 2 canonicalizes to page 2's own URL, page 3 canonicalizes to page 3's own URL, and so forth. There is no cross-page canonicalization within a normal paginated series.

Canonical Tags and Pagination | CanonicalTag.com — published by CanonicalTag.com
Concept

Cross-Domain Canonical Tags

Pointing a canonical to a URL on another domain, the content-syndication technique Google now de-emphasizes in favor of noindex.

Relations:

  • PART_OF → Conflicts & Edge Cases
  • RELATES_TO → Duplicate content

A cross-domain canonical is a rel=canonical tag that points to a URL on a different domain than the page it appears on, rather than to another URL on the same site. It's most often seen in content syndication, where an article published on one site is republished, in whole or in part, on another.

Cross-Domain Canonical Tags | CanonicalTag.com — published by CanonicalTag.com
Concept

Multiple and Conflicting Canonical Tags

When a page outputs more than one rel=canonical, Google may ignore them all. How duplicate tags happen and how to resolve them.

Relations:

  • PART_OF → Conflicts & Edge Cases
  • RELATES_TO → Canonical link element

A page should carry exactly one rel=canonical tag. When it carries more than one, and those tags point to different target URLs, you have a conflicting-canonicals situation. The widely-cited behavior is that when Google encounters multiple conflicting canonical signals on a single page, it will likely ignore all of them and fall back to selecting its own canonical URL using its own signals instead.

Multiple and Conflicting Canonical Tags | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Pointing to a Redirect, 404, or Noindexed Page

A canonical only works if its target is a clean, indexable 200 URL. Pointing at redirects, errors, or noindexed pages wastes the signal.

Relations:

  • PART_OF → Conflicts & Edge Cases
  • RELATES_TO → URL redirection

A rel=canonical tag is an instruction to consolidate ranking and indexing signals onto a specific target URL. For that instruction to be usable, the target has to actually be something Google can index: a URL that returns a normal 200 OK status, is not blocked from crawling, does not carry a noindex directive, and is not itself canonicalized somewhere else.

Canonical Pointing to a Redirect, 404, or Noindexed Page | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Tags in Wix

How Wix sets a default canonical for every page, how to override it, and the sitemap side effect you need to watch for.

Relations:

  • PART_OF → CMS & Website Platforms
  • RELATES_TO → Wix

Yes. On Wix, a self-referencing canonical tag ships by default on every page you publish -- standard pages, Wix Stores product pages, and Wix Blog posts all get one without you doing anything. A self-referencing canonical means the tag's URL matches the page it sits on, which is the correct baseline signal for search engines: it tells crawlers this exact URL is the version you want indexed and credited, even when the same content could theoretically be reached through more than one path. For most Wix site owners, this is good news.

Canonical Tags in Wix | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Tags in Squarespace

Squarespace auto-manages a self-referencing canonical you cannot natively edit, and injected canonicals can create duplicates if you are not careful.

Relations:

  • PART_OF → CMS & Website Platforms
  • RELATES_TO → Squarespace

Squarespace automatically injects a self-referencing canonical tag into the <head> of every page it renders. There is no setup step, no toggle to find, and no configuration screen involved -- the tag is simply present in the rendered HTML from the moment a page is published, and it points back at that page's own URL. The important framing here is that the platform, not the site owner, owns the canonical tag on Squarespace.

Canonical Tags in Squarespace | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Tags in Webflow

Unlike most platforms, Webflow does not add a canonical by default. How to set the global and per-page canonical, and the CMS limitation to know.

Relations:

  • PART_OF → CMS & Website Platforms
  • RELATES_TO → Webflow

This is the detail that separates Webflow from nearly every other platform covered on this site: Webflow does not automatically output a self-referencing canonical tag. Where other platforms ship a canonical on every page with zero configuration, Webflow's default state is silence. If the global canonical field is left empty, no rel=canonical tag is emitted on your pages at all. This is worth pausing on because Webflow's own Help Center language can be misread.

Canonical Tags in Webflow | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Tags in Magento (Adobe Commerce)

How to switch on canonical tags for Magento products and categories, and why the built-in setting does not fix layered navigation.

Relations:

  • PART_OF → Ecommerce Platforms
  • RELATES_TO → Magento

In Magento and Adobe Commerce, canonical tags are not something you get out of the box on catalog pages. Community consensus among Magento developers — this isn't a single documented Adobe statement so much as the near-universal, hands-on-the-admin-panel experience — is that both canonical settings ship set to No . A fresh Magento install, or a store nobody has revisited since setup, is very likely serving product and category pages with no rel=canonical tag in the head at all.

Canonical Tags in Magento (Adobe Commerce) | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Tags in Next.js

Setting canonicals in Next.js with the App Router Metadata API, the Pages Router, next-seo, and the metadataBase gotcha to avoid.

Relations:

  • PART_OF → JavaScript Frameworks
  • RELATES_TO → Next.js

Next.js, in both the App Router and the Pages Router, does not emit a rel=canonical tag for you. There's no default behavior to discover in the rendered HTML — if you haven't explicitly set one, there isn't one. This puts Next.js in the same category as a bare React app rather than a platform like Yoast SEO or Wix that self-references by default: every canonical in a Next.js site is something a developer opted into.

Canonical Tags in Next.js | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Tags in React

Adding canonical tags to a React app with react-helmet-async, and why a client-only canonical is risky without server-side rendering.

Relations:

  • PART_OF → JavaScript Frameworks
  • RELATES_TO → React

A React application — whether built with Create React App, Vite, or hand-rolled — outputs no rel=canonical tag by default, for the same reason a bare Next.js project doesn't: nothing in React's rendering model concerns itself with document head metadata unless you tell it to. Inspect the HTML of an unmodified React single-page app and there's no canonical link element anywhere, because React only knows how to render into a div — the head isn't part of the component tree it manages.

Canonical Tags in React | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical URLs in Rank Math

How Rank Math sets self-referencing canonicals across WordPress, where to override them, and the filter for programmatic control.

Relations:

  • PART_OF → CMS & Website Platforms
  • RELATES_TO → WordPress

A canonical tag is the line of code, <link rel='canonical' href='...'> , that appears in a page's HTML head and tells search engines which URL is the master version when duplicate or near-duplicate versions exist elsewhere. Rank Math ships with this turned on. Rank Math's own support documentation states plainly that Rank Math adds the canonical tag to all the indexable URLs on a site, and that it uses the current post or page URL as the canonical URL by default, meaning you would only touch the setting if you want to point a page somewhere else.

Canonical URLs in Rank Math | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical URLs in All in One SEO

How All in One SEO (AIOSEO) supplements WordPress core with self-referencing canonicals, and where to override them.

Relations:

  • PART_OF → CMS & Website Platforms
  • RELATES_TO → WordPress

All in One SEO, usually shortened to AIOSEO, is refreshingly candid about this in its own documentation: WordPress does a great job of outputting the canonical URL for your content, and All in One SEO just supplements WordPress by adding some advanced features. That's an important starting point, because the canonical tag on an AIOSEO site isn't purely an AIOSEO invention, it's a layered system.

Canonical URLs in All in One SEO | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Tags in WooCommerce

WooCommerce adds no canonical layer of its own; it relies on WordPress and your SEO plugin. The real work is taming filter, sort, and pagination URLs.

Relations:

  • PART_OF → Ecommerce Platforms
  • RELATES_TO → WooCommerce
  • RELATES_TO → WordPress

No, and WooCommerce doesn't try to hide that fact. WooCommerce is a plugin layered on top of WordPress, and it does not implement its own rel=canonical system. Whatever canonical tag appears on a WooCommerce page comes from one of two sources underneath it.

Canonical Tags in WooCommerce | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Tags in BigCommerce

BigCommerce adds self-referencing canonicals automatically and folds a product's multiple category URLs to one canonical product URL.

Relations:

  • PART_OF → Ecommerce Platforms
  • RELATES_TO → BigCommerce

Yes, on the page types that matter most. BigCommerce automatically inserts a rel="canonical" link element into the <head> of storefront pages built on modern Stencil themes, and it does so on product pages, category pages, web pages (content pages), and blog posts. In each case the canonical is self-referencing: it points at the URL currently displayed in the browser's address bar, which is the platform's default behavior rather than something a store owner has to type in page by page.

Canonical Tags in BigCommerce | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Tags in Drupal

Drupal core adds self-referencing canonicals on entity pages; the Metatag module controls and overrides them.

Relations:

  • PART_OF → CMS & Website Platforms
  • RELATES_TO → Drupal

Yes, on modern Drupal. Drupal 8, 9, and 10 core automatically emits a self-referencing rel="canonical" link in the <head> of every canonical entity route, most importantly node (content) pages, and also taxonomy term pages and user pages. Core builds this as an attachment on the page's build array, pointing at the entity's canonical URL, which is its clean path alias if you're running Pathauto, or the raw /node/123 path if you aren't.

Canonical Tags in Drupal | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Tags in Joomla

Joomla's built-in canonical support is weak by design; SEF and non-SEF URLs create duplicates that an extension resolves.

Relations:

  • PART_OF → CMS & Website Platforms
  • RELATES_TO → Joomla

Partially, and this is a genuine, long-standing weak point that deserves heavy hedging rather than a confident yes or no. Joomla 2.5 did essentially nothing with canonicals. Joomla 3.x and 4.x/5.x do add canonical link tags in many cases, with the routing and SEF layer setting a canonical that usually points to itself for a correctly resolved preferred URL.

Canonical Tags in Joomla | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Tags in Ghost

Ghost adds self-referencing canonicals automatically and offers a per-post Canonical URL field for republished content.

Relations:

  • PART_OF → CMS & Website Platforms
  • RELATES_TO → Ghost

Yes. Ghost automatically applies a self-referencing rel="canonical" tag to posts and pages by default, pointing each piece of content at its own URL. This is rendered through the theme's {{ghost_head}} helper, which Ghost's default themes, including Casper, include in the <head>. Because the canonical tag is injected by {{ghost_head}} , any theme that correctly includes that helper gets correct self-referencing canonicals with no additional configuration required.

Canonical Tags in Ghost | CanonicalTag.com — published by CanonicalTag.com
Concept

Canonical Tags in HubSpot CMS

HubSpot generates self-referencing canonicals by default, with a page-level override and domain-level canonicalization.

Relations:

  • PART_OF → CMS & Website Platforms
  • RELATES_TO → HubSpot

Yes. HubSpot's Knowledge Base states it plainly: by default, when you create a new page or blog post, its own URL is set as the canonical for that content. That means website pages, landing pages, and individual blog posts all receive a self-referencing canonical automatically, with no manual setup required for the common case. There is one documented and important exception: blog listing pages do not have a canonical URL set by default.

Canonical Tags in HubSpot CMS | CanonicalTag.com — published by CanonicalTag.com
Concept

URL canonicalization

The process of selecting and standardizing a single preferred URL from a set of URLs that return the same or similar content, also known as URL normalization.

Same as: https://en.wikipedia.org/wiki/URI_normalization

The process of selecting and standardizing a single preferred URL from a set of URLs that return the same or similar content, also known as URL normalization.

Canonicalization in SEO | CanonicalTag.com — published by CanonicalTag.com
Concept

Duplicate content

Substantive blocks of content that appear on more than one URL, which search engines consolidate to a single canonical URL for indexing.

Same as: https://en.wikipedia.org/wiki/Duplicate_content

Substantive blocks of content that appear on more than one URL, which search engines consolidate to a single canonical URL for indexing.

Canonicalization in SEO | CanonicalTag.com — published by CanonicalTag.com
Concept

Search engine optimization

The practice of improving a website's visibility in organic search results, of which correct canonicalization is a core technical component.

Same as: https://en.wikipedia.org/wiki/Search_engine_optimization

The practice of improving a website's visibility in organic search results, of which correct canonicalization is a core technical component.

What Is a Canonical Tag? | CanonicalTag.com — published by CanonicalTag.com
Concept

Google Search Console

Google's free service for monitoring a site's presence in Search results; its Page indexing report surfaces canonical statuses such as duplicate without user-selected canonical.

Same as: https://en.wikipedia.org/wiki/Google_Search_Console

Google's free service for monitoring a site's presence in Search results; its Page indexing report surfaces canonical statuses such as duplicate without user-selected canonical.

Duplicate Without User-Selected Canonical | CanonicalTag.com — published by CanonicalTag.com
Concept

Hreflang

An HTML attribute and HTTP mechanism that specifies the language and regional targeting of a page, which must be kept consistent with self-referencing canonical tags.

Same as: https://en.wikipedia.org/wiki/Hreflang

An HTML attribute and HTTP mechanism that specifies the language and regional targeting of a page, which must be kept consistent with self-referencing canonical tags.

Canonical Tags vs Hreflang | CanonicalTag.com — published by CanonicalTag.com
Concept

URL redirection

The technique of sending a URL to a different location, including the HTTP 301 permanent redirect, a strong canonicalization signal that consolidates a URL to its destination, unlike the advisory canonical tag.

Same as: https://en.wikipedia.org/wiki/URL_redirection

The technique of sending a URL to a different location, including the HTTP 301 permanent redirect, a strong canonicalization signal that consolidates a URL to its destination, unlike the advisory canonical tag.

Canonical Tag vs 301 Redirect | CanonicalTag.com — published by CanonicalTag.com
Concept

Meta element

HTML elements placed in the document head that provide metadata about a web page, the family of tags that includes the canonical link and the robots meta tag.

Same as: https://en.wikipedia.org/wiki/Meta_element

HTML elements placed in the document head that provide metadata about a web page, the family of tags that includes the canonical link and the robots meta tag.

rel=canonical Syntax Reference | CanonicalTag.com — published by CanonicalTag.com
Concept

Noindex

A robots directive instructing search engines not to index a page, which conflicts with a canonical tag when both are applied to the same URL.

Same as: https://en.wikipedia.org/wiki/Noindex

A robots directive instructing search engines not to index a page, which conflicts with a canonical tag when both are applied to the same URL.

Canonical Tag and Noindex Together | CanonicalTag.com — published by CanonicalTag.com
Concept

WordPress

The open-source content management system that outputs self-referencing canonical tags on singular content and exposes filters to override them.

Same as: https://en.wikipedia.org/wiki/WordPress

The open-source content management system that outputs self-referencing canonical tags on singular content and exposes filters to override them.

Canonical Tags in WordPress | CanonicalTag.com — published by CanonicalTag.com
Concept

Yoast SEO

A widely used WordPress SEO plugin that adds self-referencing canonical tags across a site and provides a per-page canonical override field.

Same as: https://en.wikipedia.org/wiki/Yoast

A widely used WordPress SEO plugin that adds self-referencing canonical tags across a site and provides a per-page canonical override field.

Canonical URLs in Yoast SEO | CanonicalTag.com — published by CanonicalTag.com
Concept

Shopify

A hosted ecommerce platform that automatically generates canonical tags, folding collection-scoped product URLs to a single canonical product URL.

Same as: https://en.wikipedia.org/wiki/Shopify

A hosted ecommerce platform that automatically generates canonical tags, folding collection-scoped product URLs to a single canonical product URL.

Canonical Tags in Shopify | CanonicalTag.com — published by CanonicalTag.com
Concept

Wix

A hosted website builder that creates a default self-referencing canonical for every page and allows overrides through its advanced SEO settings.

Same as: https://en.wikipedia.org/wiki/Wix.com

A hosted website builder that creates a default self-referencing canonical for every page and allows overrides through its advanced SEO settings.

Canonical Tags in Wix | CanonicalTag.com — published by CanonicalTag.com
Concept

Squarespace

A hosted website builder that auto-manages self-referencing canonical tags, which cannot be natively edited or removed.

Same as: https://en.wikipedia.org/wiki/Squarespace

A hosted website builder that auto-manages self-referencing canonical tags, which cannot be natively edited or removed.

Canonical Tags in Squarespace | CanonicalTag.com — published by CanonicalTag.com
Concept

Webflow

A hosted visual web design platform that does not output a canonical tag by default until a global canonical URL is configured.

Same as: https://en.wikipedia.org/wiki/Webflow

A hosted visual web design platform that does not output a canonical tag by default until a global canonical URL is configured.

Canonical Tags in Webflow | CanonicalTag.com — published by CanonicalTag.com
Concept

Magento

An open-source ecommerce platform (Adobe Commerce) whose canonical link meta tag for products and categories is controlled by SEO configuration settings.

Same as: https://en.wikipedia.org/wiki/Magento

An open-source ecommerce platform (Adobe Commerce) whose canonical link meta tag for products and categories is controlled by SEO configuration settings.

Canonical Tags in Magento | CanonicalTag.com — published by CanonicalTag.com
Concept

Next.js

A React framework that sets canonical tags through its Metadata API (alternates.canonical) or the Pages Router head, rendered into the server HTML.

Same as: https://en.wikipedia.org/wiki/Next.js

A React framework that sets canonical tags through its Metadata API (alternates.canonical) or the Pages Router head, rendered into the server HTML.

Canonical Tags in Next.js | CanonicalTag.com — published by CanonicalTag.com
Concept

React

A JavaScript library for building user interfaces; canonical tags are typically managed with react-helmet-async and are most reliable when server-rendered.

Same as: https://en.wikipedia.org/wiki/React_(software)

A JavaScript library for building user interfaces; canonical tags are typically managed with react-helmet-async and are most reliable when server-rendered.

Canonical Tags in React | CanonicalTag.com — published by CanonicalTag.com
Concept

WooCommerce

The open-source ecommerce plugin for WordPress; it relies on WordPress core and the active SEO plugin for canonicals, so filter and sort URLs are the main duplicate-content concern.

Same as: https://en.wikipedia.org/wiki/WooCommerce

The open-source ecommerce plugin for WordPress; it relies on WordPress core and the active SEO plugin for canonicals, so filter and sort URLs are the main duplicate-content concern.

Canonical Tags in WooCommerce | CanonicalTag.com — published by CanonicalTag.com
Concept

BigCommerce

A hosted ecommerce platform that automatically outputs self-referencing canonical tags and folds a product's multiple category URLs to a single canonical product URL.

Same as: https://en.wikipedia.org/wiki/BigCommerce

A hosted ecommerce platform that automatically outputs self-referencing canonical tags and folds a product's multiple category URLs to a single canonical product URL.

Canonical Tags in BigCommerce | CanonicalTag.com — published by CanonicalTag.com
Concept

Drupal

An open-source content management system whose modern core emits self-referencing canonical tags on entity pages, with the Metatag module used to control and override them.

Same as: https://en.wikipedia.org/wiki/Drupal

An open-source content management system whose modern core emits self-referencing canonical tags on entity pages, with the Metatag module used to control and override them.

Canonical Tags in Drupal | CanonicalTag.com — published by CanonicalTag.com
Concept

Joomla

An open-source content management system whose built-in canonical support is limited, so SEF and non-SEF URLs create duplicates that a third-party extension resolves.

Same as: https://en.wikipedia.org/wiki/Joomla

An open-source content management system whose built-in canonical support is limited, so SEF and non-SEF URLs create duplicates that a third-party extension resolves.

Canonical Tags in Joomla | CanonicalTag.com — published by CanonicalTag.com
Concept

Ghost

An open-source publishing platform that outputs self-referencing canonical tags automatically and provides a per-post canonical URL field for republished content.

Same as: https://en.wikipedia.org/wiki/Ghost_(blogging_platform)

An open-source publishing platform that outputs self-referencing canonical tags automatically and provides a per-post canonical URL field for republished content.

Canonical Tags in Ghost | CanonicalTag.com — published by CanonicalTag.com
Concept

HubSpot

A hosted CMS and marketing platform that generates self-referencing canonical URLs by default, with page-level overrides and domain-level canonicalization.

Same as: https://en.wikipedia.org/wiki/HubSpot

A hosted CMS and marketing platform that generates self-referencing canonical URLs by default, with page-level overrides and domain-level canonicalization.

Canonical Tags in HubSpot CMS | CanonicalTag.com — published by CanonicalTag.com
Taxonomy

Canonical Tag Issues

Canonical tag issues, Google Search Console statuses, and edge cases, including duplicate without user-selected canonical, alternate page with proper canonical tag, canonical versus noindex, pagination, and cross-domain canonicals.

Relations:

  • INCLUDES → Duplicate Without User-Selected Canonical
  • INCLUDES → Alternate Page With Proper Canonical Tag
  • INCLUDES → Self-Referencing Canonical Tags
  • INCLUDES → Duplicate, Google Chose Different Canonical Than User
  • INCLUDES → Duplicate, Submitted URL Not Selected as Canonical
  • INCLUDES → User-Declared vs Google-Selected Canonical
  • INCLUDES → Canonical Tag and Noindex Together
  • INCLUDES → Canonical Tags and Pagination
  • INCLUDES → Cross-Domain Canonical Tags
  • INCLUDES → Multiple and Conflicting Canonical Tags
  • INCLUDES → Canonical Pointing to a Redirect, 404, or Noindexed Page

Canonical tag issues, Google Search Console statuses, and edge cases, including duplicate without user-selected canonical, alternate page with proper canonical tag, canonical versus noindex, pagination, and cross-domain canonicals.

Canonical Tag Issues & Fixes | CanonicalTag.com — published by CanonicalTag.com
Taxonomy

Canonical Tags by Platform

Platform-specific canonical tag implementation, covering WordPress, Yoast SEO, Shopify, Wix, Squarespace, Webflow, Magento, Next.js, and React.

Relations:

  • INCLUDES → Canonical Tags in WordPress
  • INCLUDES → Canonical Tags in Shopify
  • INCLUDES → Canonical URLs in Yoast SEO
  • INCLUDES → Canonical Tags in Wix
  • INCLUDES → Canonical Tags in Squarespace
  • INCLUDES → Canonical Tags in Webflow
  • INCLUDES → Canonical Tags in Magento (Adobe Commerce)
  • INCLUDES → Canonical Tags in Next.js
  • INCLUDES → Canonical Tags in React
  • INCLUDES → Canonical URLs in Rank Math
  • INCLUDES → Canonical URLs in All in One SEO
  • INCLUDES → Canonical Tags in WooCommerce
  • INCLUDES → Canonical Tags in BigCommerce
  • INCLUDES → Canonical Tags in Drupal
  • INCLUDES → Canonical Tags in Joomla
  • INCLUDES → Canonical Tags in Ghost
  • INCLUDES → Canonical Tags in HubSpot CMS

Platform-specific canonical tag implementation, covering WordPress, Yoast SEO, Shopify, Wix, Squarespace, Webflow, Magento, Next.js, and React.

Canonical Tags by Platform | CanonicalTag.com — published by CanonicalTag.com