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 the <html amp> tag

This means that the URL in question is an AMP Page URL, which does not contain an <html amp> tag.

Why is this important?

AMP HTML documents are required to contain a top-level <html amp> tag. If the tag is not present, 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 that does not include the <html amp> tag.

Examples that trigger this Hint

Consider the AMP URL: https://example.com/page-a/amp/

The Hint would trigger for this URL if it had no <html amp> or <html ⚡> tag in the HTML.

How do you resolve this issue?

Add a <html amp> tag in the <head> (<html ⚡> can also be used, interchangeably):

<!doctype html>
<html amp>
<head>
<meta charset="utf-8">
<title>Sample document</title>
...
</head>
...
</html>

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