-
Just a quick post for anyone who is using the splendid FV Simpler SEO plugin and has also enabled Jetpack… if you debug your posts on https://developers.facebook.com/tools/debug you might find that FaceBook complains that you have two og:url tags. FV Simpler SEO has provided an easy way for you to switch theirs off, or you can open up your functions.php and paste the following code to turn of Jetpack’s og (I think this is much better!)
add_filter( ‘jetpack_enable_opengraph’, ‘__return_false’, 99 );
Cheers
Simon