====== Yoast SEO ====== * [[https://fr.wordpress.org/plugins/wordpress-seo/|Page du plugin]] * [[https://yoast.com/wordpress/plugins/seo/api/|Doc filters API]] ==== Override the robot meta with a Wordpress filter ==== // We put the robot meta to noindex nofollow using a yoast filter add_filter('wpseo_robots', function() { return 'noindex, nofollow'; }); // Output : //