From d00a057e9c30fe1216e068295aa25f18dad6d0e1 Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Sun, 6 May 2018 18:15:12 +0200 Subject: [PATCH] TASK: Add more notes about debugging AMP mode --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c10b25e..fab4dd5 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,15 @@ Check out https://www.ampproject.org/docs/get_started/create to learn more on ho #### Debugging -Verify the output of your blog with the developer mode for AMP by loading the AMP version and adding `#development=1`. -Open the developer tools and AMP will show you it's verification result. +Verify the output of your blog with the developer mode for AMP by loading the AMP version and +adding `#development=1` to the url. +Open the developer tools of your browser and AMP will show you it's verification result. + +Other plugins and packages you might have installed might break the AMP compatibility! +Please validate the rendered code by using the browser validator or any other method +described [here](https://www.ampproject.org/docs/fundamentals/validate). + +Before you create an issue for the AMP mode please run the validation and add the result to the issue. #### Turning of AMP rendering mode