Insert this row into postmeta for each post ID:
INSERT INTO wp_postmeta (post_id,meta_key,meta_value) VALUES ({POST_ID},'_yoast_wpseo_meta-robots-noindex',1);
Insert this row into postmeta for each post ID:
INSERT INTO wp_postmeta (post_id,meta_key,meta_value) VALUES ({POST_ID},'_yoast_wpseo_meta-robots-noindex',1);
Leave a Reply