Google AMP as you know is the latest technology to help accelerate the mobile pages, but it has strict standards as to what you can do, just like any good technology.
AMP does not stop you from using your creativity. You can literally do anything you want on top of AMP but it has to be in a right way or else it won’t pass the AMP validation.
Better Validation has been our number one priority while developing AMPforWP plugin, it provides even better validation than the AMP by Automattic plugin.
Even if AMPforWP has the best validation support, Google search console will still report validation errors in Accelerated Mobile Pages section and there could be hundreds of reasons behind these error reports.
I was trying my best to help everyone by fixing their validation issues manually. I must have validated hundreds of AMP websites validated, I decided to make a troubleshooting guide which will help not only our users but to the whole AMP community!
Things to remember before Jumping
- Real Examples: I’m posting these solutions and problems while debugging, so the code that you will see is from one of the users of the plugin. It is possible that the solution is either same or similar to the one provided in the guide.
- Always under progress: We’re constantly updating this troubleshooting guide as we find new solutions.
- It’s gonna be fine: AMP troubleshooting can be overwhelming. So, if you find yourself lost in this article, that’s perfectly normal. Just spend some time and it will help you understand the concept.
- Get involved: Please get involved with us from the comments section.
Divide the Errors into Categories:
By default, GSC (Google Search Console) breaks down the errors into 10 categories.
- Prohibited or invalid use of HTML Tag
- AMP markup missing or incorrect
- Prohibited HTML Tag with AMP equivalent
- User-authored JavaScript found on page
- Invalid CSS stylesheet
- Major content mismatch
- Use of deprecated tags or attributes
- Minor content mismatch
- Invalid structured data element
- Add AMP structured data, if supported
We will also break the errors and their solutions into these categories.
1. Prohibited or invalid use of HTML Tag
- 1) The attribute ‘xml:lang’ may not appear in tag ‘span’.
This means that there is an attribute in the HTML tags, which are not allowed by AMP. When we check the source code of the AMP version, we found this:
Solution: There are two ways of fixing this: One is that you go to your WordPress content editor, find this and remove this tag. If you want this tag then the second solution is that you use Content overwrite feature to serve different content to AMP version.
- 2) Multiple Errors in Categories and Tags Pages
The attribute 'prefix' may not appear in tag 'html ⚡ for top-level html'.
The mandatory attribute 'amp-custom' is missing in tag 'style amp-custom'.
Tag or text which is only allowed inside the body section found outside of the body section.
The attribute 'style' may not appear in tag 'img'.
The attribute 'type' may not appear in tag 'noscript > style[amp-boilerplate] - old variant'.
Solution: If you are getting multiple errors in just category and tags pages, then you don’t need to worry about this because we do not have AMP on categories and tags. It will probably take a few weeks until Google reindexes all the pages properly.
- 3) The attribute ‘target’ may not appear in tag ‘button’.
There is a target attribute in the AMP HTML which not allowed by the validation. When we run it with the AMP validator, we found this:
Solution: There are two ways of fixing this: One is that you go to your WordPress content editor, find this and remove this tag. If you want this tag then the second solution is that you use Content overwrite feature to serve different content to AMP version.
Back to you
Please share your issues in the below comments, we will try our best to help you provide solutions to them.
History: Last Updated: 12 Jan 2017
We are always updating this guide with better solutions as we find them.
I’m getting these errors:
1- The mandatory tag ‘amphtml engine v0.js script’ is missing or incorrect.
2- The tag ‘amp-anim extension .js script’ is missing or incorrect, but required by ‘amp-anim’.
3- The attribute ‘src’ in tag ‘amp-anim extension .js script’ is set to the invalid value ‘https://cdn.ampproject.org/v0/amp-anim-0.1.js’ defer=’defer’.
4- The tag ‘script’ is disallowed except in specific forms.
How to see my wordpress content editor am not getting it plz guide me to figure it out
Hello,
Again, I found some errors on your explanation. I did not include some punctuation errors. Please correct if you agree, and then erase this comment
I was trying my best to help everyone by fixing their validation issues manually. I must have validated hundreds of AMP websites. ¨[validated, ]
This means that there is an attribute in the HTML tags, which is [are] not allowed by AMP. When we checked [check] the source code of the AMP version, we found this:
One is that you go to your WordPress content editor, find this and remove this tag ?
One is that you go to your WordPress content editor, find this this tag, and remove it. ?
By the way, in the example image, I cannot see how the xml:lang attribute is within span tags. important. To me, it is just before the opening tag of the span, but I am not much of an expert on HTML.
There is a target attribute in the AMP HTML which is not allowed by
I got this error: “Notice: Trying to get property of non-object”. The line that caused the problem is: $slug = $post->post_name;. Solved that by replacing “$post->post_name” with “get_post_field(‘post_name’, get_post())”.
please help regarding following issue
Fix the following issue
Invalid usage of AMP tags
The tag ‘amp-anim’ requires including the ‘amp-anim’ extension JavaScript.
https://at1spot.com