AMP validation errors not getting cleared from error list
-
Hi guys,
We’re using the native AMP mode for the new version of the clients site (winefolly.com) and are aiming to launch tomorrow. I’ve been going through the built in Validation status page and have noticed a couple of issues:
1.) Validation errors aren’t getting cleared when the listed issues have been resolved. One example of this was a post where the client had added the following code:
[code]<abbr="American Viticultural Area">AVA</abbr>[/code]
So I updated the code to be:
[code]<abbr title="American Viticultural Area">AVA</abbr>[/code]
I then saved the post and clicked the recheck button, expecting the post to be removed from the list, but alas the post remains.
2.) The other issue I found is when a post does have an issue, a redirect to the dev url is automatically added to the Yoast redirects, resulting in the post 404’ing.
3.) I’m using the redirect to page plugin for Contact Form 7 and despite the plugin working fine without JS, it’s still listed as incompatible. I also dequeued the front-end js, but it’s still getting listed as an incompatible source.
4.) There doesn’t seem to be any distinction between global site errors and content specific errors. Most of the posts listed as having errors are complaining about the FB open graph attributes added to the html element.
Other posts are listed as having <script> tags, but after digging through the post content, no script tags are present, so I can only assume this is referring to a site wide error.
Despite the 26 odd posts which are listed in the validation list, most of the posts validate fine on the front-end.
What is especially odd is that comparing two posts listed as invalid, the one post validates fine and another post doesn’t. Comparing the source of the two links, I can see the one that validate does not have the open-graph code, but the other which doesn’t validate does. This really doesn’t make sense why it’s being added in once instance and not in another.
I’m happy to setup a temp admin login if someone from the AMP for WP project is willing to take a look.
TIA,
ChrisThe page I need help with: [log in to see the link]
- The topic ‘AMP validation errors not getting cleared from error list’ is closed to new replies.