CanonicalTag.com logo, a canonical tag referenceCanonicalTag.comThe canonical tag, explained
EntityMap v1.0

CanonicalTag.com Entity Map

97 entities, with evidence passages and Wikipedia links.

This is the machine-readable entity map for CanonicalTag.com, published to the EntityMap v1.0 specification: every page entity, the concepts they relate to with their Wikipedia identifiers, and the topic groups that organize them, each with an evidence passage from the site.

View the EntityMap JSON →

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.

  • 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.

  • 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.

  • 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 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.

  • 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.

  • PART_OF Conflicts & Edge Cases
  • RELATES_TO Canonical link element

A self-referencing canonical tag is recommended on every indexable page, but Google does not require it. It is a rel=canonical link element on a page that names that page's own preferred URL, and it removes ambiguity about which URL variant should be treated as the indexable one. Most pages are reachable through more than one URL. A tracking parameter from an email campaign, a session ID, different capitalization in the path, or a trailing slash added or dropped by an outside link can each produce a technically different URL that loads the same content.

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.

  • 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.

  • 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, 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.

  • 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, 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.

  • 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.

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

Pick one: do not put a noindex rule and a rel=canonical that points to a different URL on the same page. The two signals ask for opposite outcomes, so the result depends on which one Google decides governs, and that is not something a site owner can control. If the goal is to consolidate a duplicate into a preferred URL, use the canonical alone. If the goal is to keep the page out of search results, use noindex alone.

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.

  • 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, 2, 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 URL in the series should carry a self-referencing rel=canonical, meaning page 2 canonicalizes to its own URL, page 3 to its own, 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.

  • PART_OF Conflicts & Edge Cases
  • RELATES_TO Duplicate content

Yes, as a hint: Google accepts a rel=canonical that points to a URL on another domain and weighs it the way it weighs any canonical. For syndicated articles, though, Google now prefers that the partner site noindex its copy rather than rely on a cross-domain canonical. A cross-domain canonical is a rel=canonical tag whose target sits on a different domain from the page carrying it.

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.

  • 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.

  • 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, 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • PART_OF Code & 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.

  • PART_OF Code & 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.

  • 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.

  • 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 a site running the plugin isn't purely the plugin's 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • PART_OF CMS & Website Platforms
  • RELATES_TO Ghost

Yes. Ghost adds a self-referencing canonical to posts and pages automatically, and each post and page has a Canonical URL field for pointing the tag at a different address. The tag is rendered through the theme's {{ghost_head}} helper, which Ghost's default themes, including Casper, place in the <head> , so any theme that includes that helper gets correct self-referencing canonicals with no configuration.

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.

  • 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

Canonical Redirects

The single-hop 301 from every URL variant to the canonical URL, why Google rates it a strong signal, and what WordPress's redirect_canonical() does.

  • PART_OF URL Variants & Duplicate URLs
  • RELATES_TO URL redirection
  • RELATES_TO URL canonicalization

A canonical redirect is a server-side permanent redirect, a 301 or a 308, that sends a non-canonical variant of a URL to the single address you want indexed. Enforce it with one hop from every variant: Google counts a permanent redirect as a strong canonicalization signal, and it works best when it is permanent, direct, and backed by matching canonical tags, internal links and sitemap entries.

Canonical Redirects | CanonicalTag.com, published by CanonicalTag.com
Concept

Canonical Domain: www, Non-www, HTTP and HTTPS

Choosing one host and protocol, enforcing it with redirects, and keeping canonicals, links and sitemaps on that host now that Search Console's preferred domain setting is gone.

  • PART_OF URL Variants & Duplicate URLs
  • RELATES_TO URL canonicalization
  • RELATES_TO HTTP Strict Transport Security

The canonical domain is the single combination of scheme and hostname that every public URL on a site uses, such as https://www.example.com . Choose one host on HTTPS and redirect everything else to it: Google has no ranking preference between www and the bare domain, it does prefer HTTPS, and the old Search Console setting that once recorded this choice no longer exists. Without that choice, every page exists at four addresses, the http:// and https:// forms of both example.com and www.example.com , and a crawler sees four URLs.

Canonical Domain: www, Non-www, HTTP and HTTPS | CanonicalTag.com, published by CanonicalTag.com
Concept

Non-Canonical URLs

What a non-canonical URL is, why every site has them, and why audit tools flag them in sitemaps, internal links and canonical targets.

  • PART_OF URL Variants & Duplicate URLs
  • RELATES_TO Canonical link element
  • RELATES_TO Duplicate content

A non-canonical URL is an address that serves duplicate or near-duplicate content but is not the version chosen to represent that content in search. Having them is normal and usually intended; review them only to keep them out of your XML sitemaps, internal links, hreflang annotations and other pages' canonical tags. Google describes canonicalization as "the process of selecting the representative –canonical– URL of a piece of content" ( Google Search Central ). A URL ends up on the other side of that selection in one of three ways: It redirects.

Non-Canonical URLs | CanonicalTag.com, published by CanonicalTag.com
Concept

Canonical in the HTTP Header

Sending rel=canonical as an HTTP Link header for PDFs and other files with no HTML head, with Apache and nginx examples and how to verify it.

  • PART_OF URL Variants & Duplicate URLs
  • RELATES_TO Canonical link element

A canonical HTTP header is a rel="canonical" annotation sent in the HTTP Link response header rather than written as an HTML <link> element. Google supports it for web search, and it is the right tool for PDFs, Word documents and other non-HTML files, which have no <head> to hold a tag. Link: <https://www.example.com/downloads/white-paper.pdf>; rel="canonical" Two standards sit behind that line. RFC 6596, published in April 2012 by M. Ohye and J. Kupke, defines the canonical link relation, and its own example is already in header form.

Canonical in the HTTP Header | CanonicalTag.com, published by CanonicalTag.com
Concept

Canonical Tags and URL Parameters

How canonical tags handle tracking, sort and filter parameters, why they do not stop crawling, and what Google now recommends for faceted navigation.

  • PART_OF URL Variants & Duplicate URLs
  • RELATES_TO Query string
  • RELATES_TO Faceted search

A canonical tag consolidates duplicate parameter URLs into one indexed version, but it does not stop Google from crawling them. For tracking codes and a few sort orders that is usually all a site needs; for faceted navigation, where filter combinations multiply into thousands or millions of addresses, Google's own guidance rates robots.txt rules and URL fragments as more effective than rel="canonical" . URL parameters (also called query parameters or the query string) are the ?key=value&key2=value2 portion of an address.

Canonical Tags and URL Parameters | CanonicalTag.com, published by CanonicalTag.com
Concept

Canonical Tags for Product Variants

When color and size variants should self-canonicalize, when they should consolidate to a base URL, and how to handle products that live in several categories.

  • PART_OF URL Variants & Duplicate URLs
  • RELATES_TO Duplicate content

Google documents two valid ways to canonicalize product variants: keep all variants on one page and canonicalize every variant URL to the parameter-free base URL, or give each variant its own page that stays its own canonical. Neither is wrong; what breaks is a site that mixes them, with some color URLs consolidating, others self-canonical, and internal links and sitemaps pointing at a third set. A product variant is one purchasable combination of a product's attributes, such as a t-shirt in green, size M.

Canonical Tags for Product Variants | CanonicalTag.com, published by CanonicalTag.com
Concept

Canonical Tags for AMP and Mobile URLs

The paired annotations AMP pages and separate m-dot mobile sites need, and what mobile-first indexing did and did not change about the canonical.

  • PART_OF URL Variants & Duplicate URLs
  • RELATES_TO Accelerated Mobile Pages

AMP pages and separate mobile (m-dot) URLs only work when the annotations are paired in both directions: the main page points out to its alternate, and the alternate points its canonical back. Leave out either half and Google has no confirmed pair to act on: an AMP page with no rel="amphtml" link from its twin may never be discovered or paired, and a one-way mobile annotation leaves Google to sort the two URLs out as ordinary duplicates rather than device versions. The two configurations share a shape.

Canonical Tags for AMP and Mobile URLs | CanonicalTag.com, published by CanonicalTag.com
Concept

Canonical Tags in PHP

Building a canonical URL safely in plain PHP and Laravel, in the head or as a Link header, without reflecting the Host header or query strings.

  • PART_OF Code & JavaScript Frameworks
  • RELATES_TO PHP

PHP has no canonical tag of its own: it is a programming language, not a content management system, so a page built in plain PHP carries a <link rel="canonical"> element only if your template prints one. The version found in countless snippets, which glues $_SERVER['HTTP_HOST'] to the raw request URI, is worse than having none, because it copies attacker-controlled input straight into the page head. Frameworks do not change the starting point much.

Canonical Tags in PHP | CanonicalTag.com, published by CanonicalTag.com
Concept

Canonical Tags in Blogger

How Blogger's all-head-content include writes the canonical, how it handles ?m=1 mobile URLs, and where custom themes break it.

  • PART_OF CMS & Website Platforms
  • RELATES_TO Blogger

Blogger, Google's hosted blogging service on blogspot.com and custom domains, writes a self-referencing canonical on standard themes without any setup, and it drops parameters such as ?m=1 from the URL it names. The part worth checking is the custom or third-party theme, because that is where a second, conflicting canonical usually gets added. Blogger themes are XML templates written in the platform's own layout language: <b:include> and <b:if> tags, data: values, and expr: attributes that evaluate them.

Canonical Tags in Blogger | CanonicalTag.com, published by CanonicalTag.com
Concept

Canonical Tags in Nuxt

Setting canonical tags in Nuxt with useHead or the Nuxt SEO modules, and the SSR, trailing-slash and query-whitelist defaults to audit.

  • PART_OF Code & JavaScript Frameworks
  • RELATES_TO Nuxt

Nuxt, the Vue framework formerly called Nuxt.js, puts no canonical tag in the page on its own: according to the Nuxt SEO and meta docs , its only default head tags are charset and viewport . Install the Nuxt SEO module family, either @nuxtjs/seo or nuxt-seo-utils alone, and a canonical is generated automatically from the configured site URL and the current route. Which starting point applies changes the job entirely. On bare Nuxt, you write the tag and are responsible for everything it contains.

Canonical Tags in Nuxt | CanonicalTag.com, published by CanonicalTag.com
Concept

Canonical Tags in Framer

Framer's automatic canonical on connected domains, the site-level Canonical URL field for reverse proxies, and the missing per-page override.

  • PART_OF CMS & Website Platforms
  • RELATES_TO Canonical link element

Framer, the hosted website builder, adds a self-referencing canonical to every published page on its own once your domain is connected and managed through Framer. What it does not offer is a per-page override: the only canonical control is a single site-level Canonical URL field, intended for sites Framer serves through a reverse proxy or a subdirectory.

Canonical Tags in Framer | CanonicalTag.com, published by CanonicalTag.com
Concept

What Is a Canonical Tag?

A canonical tag (rel=canonical) tells Google which URL you prefer among duplicates. Learn its syntax, placement, and why Google treats it as a hint.

A canonical tag is a piece of HTML markup, written as <link rel="canonical" href="..."> , that you place in the <head> of a web page to tell search engines which URL you consider the preferred, authoritative version of that page's content. The term comes from computer science, where "canonical" describes the standard, simplified form of something when multiple equivalent forms exist.

What Is a Canonical Tag? Definition, Syntax & How It Works, published by CanonicalTag.com
Concept

What Is a Canonical URL?

A canonical URL is the one preferred version of a page among duplicates. Learn how Google selects it, and how it differs from the canonical tag itself.

A canonical URL is the single, preferred web address that a search engine treats as the authoritative version of a page when multiple URLs lead to the same or substantially similar content. It's a concept, not a piece of markup — the canonical tag (rel=canonical) is one of the tools used to declare a canonical URL, but the canonical URL itself is the outcome: the actual URL that ends up representing a set of duplicates in search results and in ranking calculations.

What Is a Canonical URL? How Google Picks the Preferred URL, published by CanonicalTag.com
Concept

Canonicalization in SEO

What canonicalization means in SEO, why duplicate URLs happen, and the signals Google actually uses to pick one URL from a set of duplicates.

URL canonicalization, sometimes called URL normalization, is the process of identifying one authoritative URL from a group of URLs that return the same or substantially similar content, and then treating that one URL as the version that gets indexed and ranked. The word comes from "canon" - an accepted, authoritative standard. A canonical URL is the version a search engine treats as the real one. In practice, canonicalization is broader than the rel=canonical tag alone.

Canonicalization in SEO: How Search Engines Pick a URL, published by CanonicalTag.com
Concept

Add a Canonical Tag in HTML

How to add a canonical tag in HTML and HTTP headers: head placement, attributes to avoid, JavaScript caveats, server config, and how to test the result.

Add a canonical tag by placing one <link rel="canonical" href="..."> element inside the page's <head> , with the absolute URL of the version you want indexed. Google accepts the element only in the <head> ; a canonical placed in the <body> is ignored. Each page should carry exactly one canonical. Google's guidance is not to declare different canonicals through different techniques on the same page, for example one URL in the HTML head and another in an HTTP header.

How to Add a Canonical Tag in HTML (With Examples) | CanonicalTag, published by CanonicalTag.com
Concept

rel=canonical Syntax

The exact syntax for rel=canonical: HTML link element, HTTP header form, placement rules, what Google ignores, and valid vs invalid examples.

The canonical tag is a single HTML link element placed in the head of a page. Its job is to tell search engines which URL is the preferred, indexable version when the same or substantially similar content is reachable at more than one address. The exact syntax is: <link rel="canonical" href="https://www.example.com/page.html"> Three things make this element work correctly. First, rel="canonical" is the fixed keyword that identifies the relationship type — it does not vary.

rel=canonical Syntax: The Complete Reference | CanonicalTag.com, published by CanonicalTag.com
Concept

Canonical Tag vs 301 Redirect

Canonical tag or 301 redirect? The core difference, when to use each, why signal strength matters, and the mistakes that undermine both.

A 301 redirect is a server-level instruction that moves both users and search engine bots from one URL to another, permanently. When a browser or crawler requests the old URL, the server responds with a 301 status code and sends them straight to the new one — the old URL becomes inaccessible as a destination in its own right.

Canonical Tag vs 301 Redirect: When to Use Each | CanonicalTag, published by CanonicalTag.com
Concept

Canonical Tags and Hreflang

Canonical tags and hreflang solve different problems. Learn why mixing them causes conflicts and the rule for using both correctly.

Canonical tags and hreflang attributes solve two different problems, and confusing them causes some of the most persistent multilingual and multi-regional indexing failures on the web. A canonical tag (rel="canonical") is a hint you place in a page's head — or in an HTTP header for non-HTML files — that tells Google "if you find near-duplicate versions of this content, treat this specific URL as the one to index and consolidate ranking signals onto." It answers the question: which single URL represents this content? Hreflang is a different attribute —

Canonical Tags and Hreflang: How to Use Them Together, published by CanonicalTag.com
Concept

Canonical Tag Best Practices

A practical, evidence-based checklist for implementing canonical tags correctly: self-referencing URLs, absolute paths, one tag per page, and more.

The single most reliable default for any indexable page is a canonical tag that points to itself. Google recommends including a self-referential rel=canonical on the canonical page itself, and while John Mueller has described this as "not critical" — a site won't break without one — it removes ambiguity the moment a page becomes reachable through more than one URL. That ambiguity shows up constantly: tracking parameters (?utm_source=), session IDs, inconsistent casing, or a trailing slash appended by one internal link but not another.

Canonical Tag Best Practices: A Practical Checklist, published by CanonicalTag.com
Concept

Common Canonical Mistakes

The most common canonical tag mistakes, from canonicalizing everything to the homepage to combining canonical with noindex, and how to fix each one.

A surprisingly common template bug canonicalizes every URL in a section — every paginated results page, every filtered listing, sometimes an entire site — back to a single "master" URL such as the homepage or page 1 of a series. The mistake is treating pages that aren't duplicates as if they were. Page 2 of a paginated archive contains different items than page 1; a filtered product listing shows a different subset than the unfiltered category.

Common Canonical Tag Mistakes (and How to Fix Them), published by CanonicalTag.com
Concept

What 'Canonicalized' Means

Canonicalized means a URL defers to a different canonical. What the word and the "Canonicalised" audit label mean, and how to tell intended from broken.

A canonicalized URL is an address whose rel="canonical" tag names a different address as the preferred version, or one that a search engine grouped with duplicates and chose another address to represent. The word describes a relationship between two addresses, not a verdict on the page, so an address marked canonicalized is not broken, penalized or removed by that fact alone. Most readers meet the word as a label rather than in a sentence.

What Does 'Canonicalized' Mean? The Label Explained, published by CanonicalTag.com
Concept

Duplicate Content

How canonical tags fix duplicate content: causes, when to use rel=canonical vs a redirect or noindex, common mistakes, and a practical checklist.

Duplicate content is simply the same, or substantially similar, content that is accessible at more than one URL. It is extremely common, and it is not, despite a persistent myth, a 'duplicate content penalty' in the sense of Google punishing a site for having it. Google has been explicit that ordinary duplicate content is not treated as spam or manipulation unless it appears deliberately designed to deceive, such as content scraped or copied wholesale from elsewhere.

Duplicate Content and Canonical Tags: How to Fix It, published by CanonicalTag.com
Concept

Keyword Cannibalization

Keyword cannibalization is not a Google penalty. How to tell real same-intent overlap from noise, why a 301 beats a canonical, and when to leave pages alone.

Keyword cannibalization is an SEO-industry label for two or more URLs on one site that target, or rank for, the same query, on the theory that they compete with each other. Google does not penalize it, and the usual right response is to do nothing; the exception is a set of pages serving the same search intent that split the clicks, which are better merged into one URL with a 301 redirect than tied together with a canonical tag. The term has no standing in Google's documentation.

Keyword Cannibalization: When to Act and How to Fix It, published by CanonicalTag.com
Concept

Meta Robots and X-Robots-Tag

How the robots meta tag and X-Robots-Tag header work, which rules Google still supports, why robots.txt hides them, and why noindex and a canonical don't mix.

The robots meta tag and the X-Robots-Tag HTTP header deliver page-level indexing and display rules, and Google obeys a noindex once it has crawled the page, while rel=canonical is only a hint and a robots.txt block hides both from Google. Use noindex or a canonical pointing to another URL, never both, and keep any noindexed URL crawlable. The robots meta tag is an HTML element, <meta name="robots" content="..."> .

Robots Meta Tag and X-Robots-Tag vs Canonical | CanonicalTag.com, published by CanonicalTag.com
Concept

Hreflang Tags

How hreflang works: HTML, header and sitemap syntax, valid language-region codes, return links, x-default, and how each locale's canonical fits in.

hreflang is an attribute on rel="alternate" links that declares a URL's equivalents in other languages or regions, so Google can show each searcher the version meant for them. It selects which locale URL appears; it does not rank pages or override canonicalization, so every locale needs its own self-referencing canonical, a full set of reciprocal links, and valid ISO codes. The annotation does not name an original. It describes a set of alternates that are all legitimate, each aimed at a different audience.

hreflang Tags: Implementation Rules and Canonicals | CanonicalTag, published by CanonicalTag.com
Concept

How to Check Canonical Tags

Check a canonical tag with View Source, curl, DevTools and URL Inspection, and see why only the indexed Search Console result shows the URL Google chose.

Checking a canonical tag means answering two different questions with different tools: View Source and curl show what the server declares, the DevTools Elements panel shows what JavaScript leaves in the page, and only the indexed result in Search Console's URL Inspection shows which URL Google actually chose. Each method is trustworthy only for the question it can answer. The first question is what the site declared.

How to Check a Canonical Tag and Google's Choice | CanonicalTag, published by CanonicalTag.com
Concept

Canonical Tag Fundamentals

How canonical tags fit into Google's canonicalization: why duplicate URLs are inevitable, which signals pick the winner, and what rel=canonical cannot do.

A canonical tag is a vote, not a verdict: it names the URL you want Google to treat as the representative of a set of duplicates, and Google weighs that vote alongside other evidence before choosing. Everything else about canonical SEO follows from two facts, that duplicates are unavoidable and that Google makes the final selection. Start with the first fact. The same content nearly always answers at more than one address.

Canonical Tag Fundamentals: How Canonical SEO Works, published by CanonicalTag.com
Concept

Implementing Canonical Tags

Implementing canonical tags in order: set the URL policy, emit one absolute canonical per page, align redirects and links, then verify what Google chose.

Implementing canonical tags well is a sequencing problem more than a markup problem: decide what the canonical URLs are, publish exactly one canonical per page, bring every other signal into line, and then check what Google actually selected. The tag itself is a single line that every CMS and framework can produce. What fails is the process around it. Sites add canonicals before deciding what the canonical URLs are, let several systems write them, and never confirm that Google agreed. The result is a tag that is present, valid and overridden.

Implementing Canonical Tags: Order, Pitfalls, Checks, published by CanonicalTag.com
Concept

Duplicate Content and Indexing Signals

Redirects, canonicals, noindex, robots.txt and hreflang each do a different job. See what each controls, which pairs conflict, and which fits each duplicate.

Duplicate content is controlled with five main signals, and they do not compete to do the same job: a 301 redirect removes a duplicate, rel=canonical consolidates it, noindex excludes a page from Search, robots.txt controls crawling rather than indexing, and hreflang chooses which language or regional version to show. Teaching them one tag at a time hides that division of labor, which is the most useful thing to know about them.

Duplicate Content and Indexing Signals: Which to Use, 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
Concept

URL redirection

Forwarding one URL to another with an HTTP status code; a permanent (301 or 308) redirect is a strong signal that the target should become canonical.

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

Forwarding one URL to another with an HTTP status code; a permanent (301 or 308) redirect is a strong signal that the target should become canonical.

Canonical Redirects | CanonicalTag.com, published by CanonicalTag.com
Concept

HTTP Strict Transport Security

A response header that tells browsers to use HTTPS only for a host, which complements a server-side HTTP-to-HTTPS canonical redirect.

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

A response header that tells browsers to use HTTPS only for a host, which complements a server-side HTTP-to-HTTPS canonical redirect.

Canonical Domain | CanonicalTag.com, published by CanonicalTag.com
Concept

Query string

The parameter portion of a URL after the question mark; tracking, sort and filter parameters are a leading source of duplicate URLs.

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

The parameter portion of a URL after the question mark; tracking, sort and filter parameters are a leading source of duplicate URLs.

Canonical Tags and URL Parameters | CanonicalTag.com, published by CanonicalTag.com
Concept

Accelerated Mobile Pages

A web component framework for fast mobile pages; an AMP page points rel=canonical back to the regular page, which links to it with rel=amphtml.

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

A web component framework for fast mobile pages; an AMP page points rel=canonical back to the regular page, which links to it with rel=amphtml.

Canonical Tags for AMP and Mobile URLs | CanonicalTag.com, published by CanonicalTag.com
Concept

PHP

A server-side scripting language; a PHP site emits no canonical unless its templates build one, ideally from a hardcoded host rather than request headers.

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

A server-side scripting language; a PHP site emits no canonical unless its templates build one, ideally from a hardcoded host rather than request headers.

Canonical Tags in PHP | CanonicalTag.com, published by CanonicalTag.com
Concept

Blogger

Google's hosted blogging service, whose standard themes output a self-referencing canonical through the all-head-content include.

Same as: https://en.wikipedia.org/wiki/Blogger_(service)

Google's hosted blogging service, whose standard themes output a self-referencing canonical through the all-head-content include.

Canonical Tags in Blogger | CanonicalTag.com, published by CanonicalTag.com
Concept

Nuxt

A Vue-based web framework; Nuxt core emits no canonical, while the Nuxt SEO module family generates one from the site URL and route.

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

A Vue-based web framework; Nuxt core emits no canonical, while the Nuxt SEO module family generates one from the site URL and route.

Canonical Tags in Nuxt | CanonicalTag.com, published by CanonicalTag.com
Taxonomy

Google Search Console Statuses

The canonical states you see in the GSC Page indexing report, what each one means, and how to respond.

  • INCLUDES Duplicate Without User-Selected Canonical
  • INCLUDES Alternate Page With Proper Canonical Tag
  • INCLUDES Duplicate, Google Chose Different Canonical Than User
  • INCLUDES Duplicate, Submitted URL Not Selected as Canonical
  • INCLUDES User-Declared vs Google-Selected Canonical

The canonical states you see in the GSC Page indexing report, what each one means, and how to respond.

Canonical Tag Issues and Fixes | CanonicalTag.com, published by CanonicalTag.com
Taxonomy

Conflicts & Edge Cases

How the canonical tag interacts with noindex, pagination, hreflang, redirects, and other signals.

  • INCLUDES Self-Referencing Canonical Tags
  • 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

How the canonical tag interacts with noindex, pagination, hreflang, redirects, and other signals.

Canonical Tag Issues and Fixes | CanonicalTag.com, published by CanonicalTag.com
Taxonomy

CMS & Website Platforms

Setting and controlling the canonical tag in the major content management systems, site builders, and SEO plugins.

  • INCLUDES Canonical Tags in WordPress
  • INCLUDES Canonical URLs in Yoast SEO
  • INCLUDES Canonical Tags in Wix
  • INCLUDES Canonical Tags in Squarespace
  • INCLUDES Canonical Tags in Webflow
  • INCLUDES Canonical URLs in Rank Math
  • INCLUDES Canonical URLs in All in One SEO
  • INCLUDES Canonical Tags in Drupal
  • INCLUDES Canonical Tags in Joomla
  • INCLUDES Canonical Tags in Ghost
  • INCLUDES Canonical Tags in HubSpot CMS
  • INCLUDES Canonical Tags in Blogger
  • INCLUDES Canonical Tags in Framer

Setting and controlling the canonical tag in the major content management systems, site builders, and SEO plugins.

Canonical Tags by Platform | CanonicalTag.com, published by CanonicalTag.com
Taxonomy

Ecommerce Platforms

Canonical tags on hosted and self-hosted ecommerce platforms, where product and category URLs multiply.

  • INCLUDES Canonical Tags in Shopify
  • INCLUDES Canonical Tags in Magento (Adobe Commerce)
  • INCLUDES Canonical Tags in WooCommerce
  • INCLUDES Canonical Tags in BigCommerce

Canonical tags on hosted and self-hosted ecommerce platforms, where product and category URLs multiply.

Canonical Tags by Platform | CanonicalTag.com, published by CanonicalTag.com
Taxonomy

URL Variants & Duplicate URLs

Where duplicate URLs come from in the first place: host and protocol variants, redirects, parameters, product variants, AMP and mobile URLs, and non-HTML files.

  • INCLUDES Canonical Redirects
  • INCLUDES Canonical Domain: www, Non-www, HTTP and HTTPS
  • INCLUDES Non-Canonical URLs
  • INCLUDES Canonical in the HTTP Header
  • INCLUDES Canonical Tags and URL Parameters
  • INCLUDES Canonical Tags for Product Variants
  • INCLUDES Canonical Tags for AMP and Mobile URLs

Where duplicate URLs come from in the first place: host and protocol variants, redirects, parameters, product variants, AMP and mobile URLs, and non-HTML files.

Canonical Tag Issues and Fixes | CanonicalTag.com, published by CanonicalTag.com
Taxonomy

Code & JavaScript Frameworks

Emitting canonical tags from your own code: plain PHP, Next.js, React, Nuxt, and other frameworks where nothing is automatic.

  • INCLUDES Canonical Tags in Next.js
  • INCLUDES Canonical Tags in React
  • INCLUDES Canonical Tags in PHP
  • INCLUDES Canonical Tags in Nuxt

Emitting canonical tags from your own code: plain PHP, Next.js, React, Nuxt, and other frameworks where nothing is automatic.

Canonical Tags by Platform | CanonicalTag.com, published by CanonicalTag.com
Top