Missing ThumbnailURL

#99831
  • Resolved Roberto
    Rank Math free

    I got this new error on old posts after updating WordPress. All my posts have the “featured Image”. I have tried to solve that but I cannot find the ThumbNailUrl field under Rankmath/Schema/Schema in use/Schema Builder. I only have the Headline (filled) / description / content URl / embed URL / duration fields, but not the ThumbnailURL field. How can I resolve this new “pop-up” problem? Many thanks

    • This topic was modified 3 years, 10 months ago by Roberto.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

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

    Please ensure you are using the latest version of Rank math.

    You can also head over to your theme editor and add the following 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.

    Solved, Muchas gracias!

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

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

The ticket ‘Missing ThumbnailURL’ is closed to new replies.