Okay
  Print

OpenGraph loaded twice, when Wordpress Jetpack Publicize feature in use”

add the following code in the themes functions.php

add_filter( 'jetpack_enable_open_graph', '__return_false' );

before this code at the end of the file:

add_action( 'wp_head', 'add_opengraph', 5 );