Video Structured Data Problems

#95147
Viewing 4 replies - 1 through 4 (of 4 total)
  • Sajid Khan
    Rank Math business

    Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    We released a new update(v1.0.50) you can try to see if that helps.

    Please clear the caches, server, and WordPress after updating.

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Hello:

    I have updated the plugin, WordPress, and cleared cache and Google Search Console is saying the issues still remain. Please advise. Thank you.

    Hello:

    I am checking in to see if you have a solution for me. Thanks again for your help and I look forward to hearing from you.

    Hello,

    You can try to fix this by using the following filter. Just head over to your theme editor and add it to the functions.php file

    
    add_filter( "rank_math/snippet/rich_snippet_videoobject_entity", function( $entity ) {
    	global $post;
     $featured_img_url = get_the_post_thumbnail_url($post->ID,'full'); 
        $entity['thumbnailUrl'] = $featured_img_url;
        return $entity;
    });
    

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The ticket ‘Video Structured Data Problems’ is closed to new replies.