This means that the URL in question is an AMP Page URL, which is noindex.
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.
This Hint will trigger for any AMP URL that is noindex.
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
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.
Find, fix and communicate technical issues with easy visuals, in-depth insights, & prioritized recommendations across 300+ SEO issues.
Get all the capability of Sitebulb Desktop, accessible via your web browser. Crawl at scale without project, crawl credit, or machine limits.