Hello,
The pages source of my website, shows
<meta name=”robots” content=”noodp”/>, even I use YOAST SEO and set every page to “index” and “follow”, still not works. How should I make it?
Thanks.
Enffie
Is there anybody could help me??
Hi!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_set_follow','avia_set_nofollow');
function avia_set_nofollow(){
$meta = '<meta name="robots" content="index, follow" />' . "\n";
return $meta;
}
Regards,
Yigit
Hi Yigit,
It doesn’t work. Could you help to login my site and check the issue?
Thanks
Enffie
Hi,
Seems to be a Yoast issue, try updating the plugin and re-configuring it.
Best regards,
Josue