High This Hint is very important, and definitely warrants attention. Issue This Hint represents an error or problem that needs to be fixed.

AMP Page URL is missing a canonical tag

This means that the URL in question is an AMP Page URL, which does not contain a canonical tag.

Why is this important?

The canonical tag is a mandatory element for AMP pages to be considered valid, and the canonical tag is supposed to point back at the original 'non-AMP' version of the page. If the page is standalone AMP, then the canonical should be self-referential.

If no canonical exists, search engines may not consider the HTML valid and may not index the page properly or include it in search results.

What does the Hint check?

This Hint will trigger for any AMP Page URL that does not contain a canonical link element in the HTML or the HTTP header.

How do you resolve this issue?

Add a canonical on the AMP page so that it points back to the non-AMP version of the page, and ensure that the non-AMP version of the page has a self-referencing canonical. It should look like this:

For the URL: https://example.com/page-a/

This page defines a self-reference canonical and an AMP page:

<link rel="amphtml" href="https://example.com/page-a/amp/">
<link rel="canonical" href="https://example.com/page-a/" />

Then the AMP page has a canonical pointing back at the non-AMP page:

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

If we have a standalone AMP page, say https://example.com/page-b/amp/, in this case the canonical should be self-referential.

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

Further Reading

There's a version of Sitebulb for everyone!

No project limits. No crawl credits. We save you time and we save you money.

Sitebulb Desktop

Try Sitebulb's award-winning desktop crawler for Windows or Mac:

Try our fully featured 14 day trial. No credit card required.

Try Sitebulb Desktop for Free

Sitebulb Server

Everything you love about cloud crawling, paired with everything you love about Sitebulb:

We offer fully managed cloud server plans or a DIY server license.

Explore Sitebulb Server