Similar Tags: [amp-html] and [google-amp] AMP HTML (Accelerated Mobile Pages HTML) is a project led by Google to make the mobile web faster. It is a set of HTML tags, a JavaScript library, and a cache for AMP-compliant pages.
The project homepage is at https://www.ampproject.org/, and the framework source code can be found at https://github.com/ampproject/amphtml.
AMP HTML is HTML with some restrictions for reliable performance and some extensions for building rich content beyond basic HTML. The AMP JS library ensures the fast rendering of AMP HTML pages.
An easy-to-follow tutorial can be found on the project's homepage.
Validating AMP pages
There are three ways to validate an AMP page:
- Add
#development=1
to the URL, for example http://localhost:8000/released.amp.html#development=1, then check the browser console for validation errors. - Paste the URL (or the page code) at https://validator.ampproject.org/
- Use the AMP Validator extension for Chrome.
You can also use the Structured Data Testing Tool to validate Schema.org markup.