// We put the robot meta to noindex nofollow using a yoast filter
add_filter('wpseo_robots', function()
{
return 'noindex, nofollow';
});
// Output :
// <meta name="robots" content="noindex, nofollow">
webdev/wordpress/plugins/yoast-seo.txt · Dernière modification: 08/11/2017 15:56 de dolo