Hello @lomomir,
Thank you for contacting Rank Math support, and sorry for any inconvenience that might have been caused due to that.
Could you please confirm if you’re using a template or Elementor template for your shop page?
If so, then you can try to add the following filter on your website and see if that works for you:
add_filter( 'rank_math/opengraph/pre_set_content_image', function( $return ) { if(is_shop()){ return true; // Set to true if you don't want to set image from Content. } });
Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Let us know how it goes.
Hello @lomomir,
Please add the filter and let us know if the issue persists after that.
Looking forward to helping you.
I add this through snippets plugin and no change. Can you please check this repeatedly?
Hello @lomomir,
In this case, we would like to check this with our tech support. Please email us on [email protected] so we can help further on this.