I am even seeing these type of video embed errors on a static site I built by hand. What is puzzling is at least for me when I put a flagged URL through Google’s AMP validator it doesn’t give any error. I don’t see any update from Google to how videos should be embedded either. Normally it is sufficient to declare this in the head
<script async custom-element="amp-youtube" src="https://cdn.ampproject.org/v0/amp-youtube-0.1.js"></scrip>;
and then something like this in the content
<amp-youtube width="1070" height="602" layout="responsive" data-videoid="XXXXXX"></amp-youtube>
Similarly if you use iframes instead.
UPDATE: I resubmitted a url where I had this issue and google console is no longer flagging the problem. It may have been a bug in the console.
-
This reply was modified 7 years, 10 months ago by
frenchomatic.
-
This reply was modified 7 years, 10 months ago by
frenchomatic.
-
This reply was modified 7 years, 10 months ago by
frenchomatic.
Hi Jasonblaze72,
Could you send me the proper URL’s on which you’re facing the Major Content mismatch issues with regards to videos so that I can immediately check it for you?
Meanwhile, could you tell me Is the mismatch only regards to videos or also the content?
Hi Jasonblaze72,
I see that there are no errors found and the page is absolutely valid.
https://monosnap.com/file/EpUth2dOanUUH4RB7HS73sANjWMDeZ
If you’ve server-side caching, then try to clear it and check once the Google Bot crawls the pages.
I have tried it already, but trying it once again, I’ll get back to you on this
Thanks
Also do you I fix 404 errors on AMP? i cant find any other way to fix it.
Hi jasonblaze72,
Could you elaborate on 404 errors in AMP?