Site icon Anthony Carbon

Jetpack Open Graph Tags display the wrong SEO details.

Using this tool https://developers.facebook.com/tools/debug/sharing/, it shows the wrong SEO details details when you about to share this article. Facebook found your “” is not the same on the current post. This maybe because of SEO conflict on your Jetpack and other SEO plugins.

To fix the issue, just add this line in your functions.php and this should fix this particular problem:

add_filter( 'jetpack_enable_opengraph', '__return_false', 99 );

Exit mobile version