Issues

AMP: Missing/Invalid AMP Script

back to issues overview

Missing/Invalid AMP Script

AMP HTML documents must contain a:

<script async src="https://cdn.ampproject.org/v0/amp-script-0.1.js"></script>

Tag inside their head tag.

How to Analyse in the SEO Spider

View URLs with this issue in the ‘AMP’ tab and ‘Missing/Invalid AMP Script’ filter, and export all URLs using the ‘Export’ button.

Read our tutorial on ‘How To Audit & Validate Accelerated Mobile Pages (AMP)‘.

What Triggers This Issue

This issue is triggered when AMP HTML documents do not contain the required script tag:

<script async src="https://cdn.ampproject.org/v0/amp-script-0.1.js"></script>

Inside their head tag.

How To Fix

Review the AMP HTML specification and update the AMP to meet the guidelines.

Further Reading

Back to top