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 noindex

This means that the URL in question is an AMP Page URL, which is noindex.

Why is this important?

If an AMP Page URL is noindex, this gives an explicit directive to search engines that they should NOT index the page, which means it will not end up in search results. Since AMP is designed to be accessed through search results, this defeats the object of creating AMP pages in the first place.

What does the Hint check?

This Hint will trigger for any AMP URL that is noindex.

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 a noindex directive in the HTML or HTTP header;

Meta noindex in the <head>,

<!doctype html>
<html >
<head>
<title>example</title>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow">
...
</head>
<body>...</body>
</html>

OR in the HTTP header:

HTTP/... 200 OK
...
X-Robots-Tag: noindex

How do you resolve this issue?

AMP URLs need to be indexable, in order to be included in search results. So remove any noindex directives from AMP pages, ensuring to check both the HTML and the HTTP header.

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