Questions tagged [accelerated-mobile-page]

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:

  1. Add #development=1 to the URL, for example http://localhost:8000/released.amp.html#development=1, then check the browser console for validation errors.
  2. Paste the URL (or the page code) at https://validator.ampproject.org/
  3. Use the AMP Validator extension for Chrome.

You can also use the Structured Data Testing Tool to validate Schema.org markup.

134 questions
0
votes
1 answer

how to integrate facebook audience network in google accelerated mobile pages

I am searching on how to monetize my blog with Facebook Audience Network (FAN).. i know that normal blog (non AMP) can use FAN, but does AMP have support for the FAN? i confuse because,, while searching on the web.. i found this…
0
votes
0 answers

Why /about-us and /about-us-amp are targeting the same page?

I've started working on AMP the link of my about us page is https://www.example.com/about-us and file name is about-us.php in the conical i gave the link for the amp file that is https://www.example.com/about-us-amp and file name is…
janjua
  • 31
  • 5
0
votes
3 answers

AMP Load only the necessary scripts

I have a template file for my AMP pages in which I am loading several amp functionalities: