- 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.
- Qt 5 and OpenCV 4 Computer Vision Projects
- 兩周自制腳本語言
- Koa開發:入門、進階與實戰
- Cassandra Data Modeling and Analysis
- PHP+MySQL網站開發項目式教程
- Unity 2D Game Development Cookbook
- Visual Basic程序設計教程
- 西門子S7-200 SMART PLC編程從入門到實踐
- Visual C#.NET Web應用程序設計
- PHP與MySQL權威指南
- 深入解析Java編譯器:源碼剖析與實例詳解
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- After Effects CC案例設計與經典插件(視頻教學版)
- Google Maps JavaScript API Cookbook
- Mastering XenApp?