- AMP:Building Accelerated Mobile Pages
- Ruadhan O'Donoghue
- 220字
- 2021-07-08 10:03:57
Validating your AMP pages
We'll be seeing more about validation in the next chapter. For now, you just need to know that your AMP pages must validate before they will be added to the AMP Cache. The easiest way to check if your page is valid is to append #development=1 to the URL of the page in the browser address bar, and open up the Developer Tools (Cmd + Opt + I on Mac, Ctrl + Shift + I on Windows), and navigate to the Console tab. You'll then get a report for your page, indicating if it's valid. The page we just created should validate as follows:

If it's not valid, you'll get some helpful error messages for any failures. To see this in action, remove the line that begins with <link rel="canonical"...> from your code and reload the page with #development=1 at the end of the URL. This time the validator informs us that the mandatory canonical tag is missing:

You'll need to add that line back in before the page validates again. But even if it doesn't validate, it will still render in most modern web browsers, since AMP is HTML-based. You will lose out on the benefits of the AMP Cache however.
- Java語言程序設計
- 在最好的年紀學Python:小學生趣味編程
- Visual C++串口通信開發入門與編程實踐
- ASP.NET Core Essentials
- Learning Elixir
- MariaDB High Performance
- Mastering C# Concurrency
- EPLAN實戰設計
- Mastering Apache Spark 2.x(Second Edition)
- Scala Data Analysis Cookbook
- Orleans:構建高性能分布式Actor服務
- 移動增值應用開發技術導論
- SpringBoot從零開始學(視頻教學版)
- 網絡數據采集技術:Java網絡爬蟲實戰
- Learning Nessus for Penetration Testing