AMP Page URL is Forbidden (403)
This means that the URL in question is an AMP Page URL which is Forbidden (403).
Why is this important?
If an AMP Page URL is forbidden, search engines may be unable to crawl the page and access the content, which means it may not get indexed or appear in search results.
What does the Hint check?
This Hint will trigger for any AMP Page URL that returns a 403 HTTP header response.
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 403 (Forbidden) header response:
How do you resolve this issue?
This Hint is marked 'Critical' as it represents a fundamentally breaking issue, which may have a serious adverse impact upon organic search traffic. It is strongly recommended that Critical issues are dealt with as a matter of high priority.
AMP URLs need to be accessible in order to be indexed. In this case, the server refused to serve Sitebulb the page when it requested it. This may indicate an issue in the server setup, or it might simply be the case that the <link rel="amphtml"> tag on the non-AMP page is pointing to the wrong URL.
One other thing to note is that the 403 (Forbidden) response MIGHT NOT be the same response given to a search engine crawler. Sometimes, servers employ over-zealous firewalls or 'DDoS protection services', that detect crawling activity and treat it as a DDoS attack, which can lead to 403 responses. So it is worth checking the source of the 403 before taking action.