# How to fix missing or wrong canonical tags

> A canonical tag tells Google which URL is the original when the same content is reachable at several addresses. Without it, ranking signals are split.

Technical SEO · HTML version: https://getreport.app/learn/canonical-tags

## Canonical target

Passing looks like: Canonical tag points to a valid URL.

**Why it matters.** The canonical tag asks Google to index that URL instead of this one. If it points to another site, appears twice or leads to an error page, your ranking signals are given away or ignored.

**How to fix it.**

1. Point the canonical at this page's own clean URL (same scheme and host, no tracking parameters), and make sure it returns 200.
2. Keep exactly one canonical tag; if a plugin and the theme both add one, disable one of them.

## Canonical tag

Passing looks like: Canonical tag is present.

**Why it matters.** Without a canonical URL, search engines may index duplicate versions of this page (with and without trailing slash, with UTM parameters) and split its ranking signals.

**How to fix it.**

1. Add <link rel="canonical" href="https://your-site.com/page/"> in <head>.
2. In WordPress, Yoast or Rank Math add this automatically — check it is not disabled for this page.

Check your own page: https://getreport.app/
