Skip to main content

How to Add Canonical Links to Your Funnel or Website

Canonical Links let you tell search engines which URL is the primary version of a page to prevent duplicate content issues.

Updated over 2 months ago

What a Canonical Link Does

A canonical link tells search engines which URL should be treated as the primary (master) version of a page.

This helps:

  • Prevent duplicate content indexing.

  • Consolidate ranking signals to one URL.

  • Improve overall SEO clarity.

Example

Both URLs below may load the same page:

A canonical link tells search engines which one to index and rank.

Where Canonical Links Appear

Canonical links are added to the <head> section of a page’s HTML using this format:

<link rel="canonical" href="https://example.com/page">

Kyrios automatically injects this into the page header when configured in SEO Meta settings.

How to Add a Canonical Link in Kyrios

Step 1: Open SEO Meta Settings

  1. Open the page editor for your funnel or website.

  2. Click the SEO Meta Data icon in the top navigation bar.

Step 2: Open Links & Tags

  1. In the SEO Meta panel, scroll to Links & Tags.

  2. Locate the Canonical Links section.

  3. Click + Add.

Step 3: Add the Canonical URL

  1. Enter the full URL you want search engines to treat as the primary page.

    • Always use the complete URL (including https://).

  2. Click Add.

  3. Click Update SEO Meta.

  4. Save or publish the page.

The canonical link is now applied to that page.

How to Verify the Canonical Link

Step 1: View Page Source

  1. Open the published page in your browser.

  2. Right-click anywhere on the page background.

  3. Select View Page Source.

Step 2: Confirm the Canonical Tag

  1. Search the page source for rel="canonical".

  2. Confirm the URL matches the canonical link you added.

If the correct URL appears, the canonical link is working.

Common Issues and Fixes

Canonical link not appearing

  • Confirm you clicked Update SEO Meta.

  • Confirm the page itself was saved or published.

Wrong URL indexed

  • Make sure the canonical URL is correct and accessible.

  • Avoid adding multiple canonical URLs to the same page.

Using tracking URLs

  • Always set the canonical URL to the clean, parameter-free version of the page.

FAQ

What happens if I don’t use canonical links?

Search engines may index multiple versions of the same content, which can dilute rankings and reduce SEO effectiveness.

Can I use canonical links for similar pages?

Yes. Canonical links are ideal for pages with near-duplicate content where one version should receive SEO credit.

Do all pages need canonical links?

No. Use canonical links only when multiple URLs exist for the same content.

Can I change a canonical link later?

Yes. You can update or replace the canonical URL at any time in the SEO Meta settings.

Why are canonical links important for SEO?

They consolidate SEO signals to one URL, prevent duplicate content issues, and help search engines index pages correctly.

Did this answer your question?