add_filter("wpseo_opengraph_desc", "remove_yoast_og");
add_filter("wpseo_twitter_description", "remove_yoast_og");
function remove_yoast_og($description) {
if (is_page(1093)) {
return false;
}
return $description;
}
you can just use this code and it works if not just go through the google support on seo and you can get more info on this