• Resolved zenconnection

    (@zenconnection)


    Hi

    There are 4 pages that I am unable to fix on Google Search Console

    AMP>Content mismatch: Missing embedded video

    All the YouTube videos work perfectly on my end, but not on Search Console. Attempted validating Fix twice but it doesn’t work! Please help find solution or will decide if to delete Plugin and replace with another one

    Regards
    renee

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @zenconnection

    It seems you are using the elementor editor, which uses custom javascript to make work some of the functionalities. AMP plugin removes any custom javascript from your page to create a valid AMP page.

    The Youtube embed seems to be added with the elementor plugin, which uses javascript to load video from the URL in the data attribute of div.
    data-settings='{"youtube_url":"https:\/\/www.youtube.com\/watch?v=Dl-YBzljCT0","video_type":"youtube","controls":"yes","aspect_ratio":"169"}'

    When the Search engine crawled through your site it picked URL but as it uses javascript to load embed, but AMP plugin blocked it to create valid AMP pages. resulting in the above error.

    You can check the AMP URL of your page it has no Video.

    I will recommend using WordPress Youtube embed instead or using a shortcode like below

    [embed]https://www.youtube.com/watch?v=Dl-YBzljCT0[/embed]

Viewing 1 replies (of 1 total)

The topic ‘Amp causing fix missing embedded video on google search console’ is closed to new replies.