Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #661673

    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

    #661842

    Is there anybody could help me??

    #662020

    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

    #662164

    Hi Yigit,

    It doesn’t work. Could you help to login my site and check the issue?

    Thanks
    Enffie

    #663097

    Hi,

    Seems to be a Yoast issue, try updating the plugin and re-configuring it.

    Best regards,
    Josue

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.