Viewing 1 replies (of 1 total)
  • Plugin Support Rank Math Support

    (@rankmathsupport)

    Hello @rstrah,

    Thank you for contacting Rank Math support.

    You can use the following filter to add the ?no_webp=1 parameter to the OG image URL:

    add_filter( "rank_math/opengraph/facebook/image", function( $attachment_url ) { return $attachment_url."?no_webp=1"; });

    Here is how to add a filter to your site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.