Missing “thumbnailUrl” for video

#88185
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

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

    We made some changes in the schema structure. Please update Rank math on your site and let us know if the issue still persists. You can also roll back to a previous version in Rank math > Status & Tools > Version Control and if that fixes the issue, please let us know

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Hello,

    Thanks for your answer.

    I was in 1.0.48.1.
    1.0.48 has the same issue.

    1.0.47.1 resolved the problem.

    So this is a problem of the version 1.0.48…

    Thanks you.

    Hello,

    We released a version 1.0.48.2, where a number of schema issues were fixed. Did you try this? Please do and if the issue persists please let us know

    Looking forward to helping you. Thank you.

    ​​​​​​

    Hello Michael,

    I made the update in 1.0.48.2 but the problem returned… 🙁

    I tried to add this code :

    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;
    });

    And it fixed the problem…

    Hello,

    We are glad the code resolved your issue. I’ll alert the dev team on this.

    Do you wish to close this thread in the moment?

    If you have any further question(s), please let us know. 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 5 replies - 1 through 5 (of 5 total)

The ticket ‘Missing “thumbnailUrl” for video’ is closed to new replies.