Wordpress on-page optimization

Puja

Newbie
Joined
Jan 24, 2018
Messages
15
Reaction score
0
Hey guys, can you help? Why there are so many image tags in open raph meta tags? How can I remove them because I want only one og:image there. Please see the screenshot attached.
 

Attachments

  • Screenshot_1.png
    Screenshot_1.png
    173.7 KB · Views: 86
When creating post, in Yoast metabox did you select default image to use in this post? Or might be that your theme is duplicating those tags.
 
When creating post, in Yoast metabox did you select default image to use in this post? Or might be that your theme is duplicating those tags.
Yes I've selected a default image but still there are more images including the default one.
 
Actually I read, that it is not Yoast Seo bug, but probably theme or another plugin which is duplicating tags.
 
Hey,
Add this line to your functions.php file (preferably at the very bottom)
add_filter( 'jetpack_enable_opengraph', '__return_false', 99 );
Hope this helps !
 
Back
Top