Seo Title and other data are stored in “wp_yoast_indexable” table
Or Update using
update_post_meta( $id, '_yoast_wpseo_metadesc', 'My post description' ); update_post_meta( $id, '_yoast_wpseo_title', 'My post title' );
admin Changed status to publish April 20, 2023