-
It shoulsd be one picture on facebook post, but fact is two pictures and logo on FB post.
-
Hi Andrew,
Thanks for getting in touch with us.
I checked here and I see just one image:
https://developers.facebook.com/tools/debug/Where are you seeing 2 pictures and a logo?
Let me know.
Hi Andrew,
Thanks for getting in touch with us.
I checked here and I see just one image:
https://developers.facebook.com/tools/debug/Where are you seeing 2 pictures and a logo?
Let me know.
On this page:
https://www.facebook.com/andrew.lazarev.production/See sample: https://telegra.ph/Incorrect-pictures-03-09
Hi Andrew,
Rank Math is correctly adding just one image to your post’s code: https://developers.facebook.com/tools/debug/?q=https%3A%2F%2Fandrew-lazarev.com%2Ferotic-photo-shoot-in-nude-style%2F
If Facebook is picking multiple images, that is not due to Rank Math.
It seems you have another plugin enabled that is adding another set of og:image tags to your page:
https://i.rankmath.com/HpYeCeTo determine that, can you please follow this troubleshooting guide?
https://rankmath.com/kb/check-plugin-conflicts/Only the site admin would know and your users won’t be affected by this troubleshooting.
My theme “Ashe Pro” adds 2-nd og:image
So what should I do?Theme’s code: https://telegra.ph/Here-is-themes-code-03-09
Your plugin must to define ‘WPSEO_VERSION’ and Ashe Pro theme will not add it’s SEO strings:
https://telegra.ph/define-WPSEO-VERSION-03-09Temporary do so:
Hello,
Thank you for contacting Rank Math today.
I believe that your theme author is in a better position to advise on how to disable these tags.
Please let us know if this method works.Looking forward to helping you. Thank you.
This way works:
https://telegra.ph/Temporary-snippet-03-09I mean – Ashe Pro theme don’t generate og:image.
But FS still posts 2 pictures on business pages.Please let an option to turn off “property=og:image:secure_url”
Hello,
Thank you for contacting Rank Math today.
It is possible to modify or disable specific tags by using the following filter:
/** * Allow developers to change the content of specific social meta tags. * * The dynamic part of the hook name. $network, is the network slug * and $og_property, is the property which we are outputting. * * @param string $content The content of the property. */ add_filter( "rank_math/opengraph/{$network}/$og_property", function( $content ) { return $content; });You can return false for specific og_property to disable it.
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.
The ticket ‘facebook post – incorrect picture of an article’ is closed to new replies.