Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #985924

    Hi
    I have been having problems with noindexing SEO. Google keeps telling me there are 164 errors on my site saying “Submitted URL marked ‘noindex’” This is not coming from the plugin but it seems to be hard coded in the theme and I am unsure about removing the <meta name=”robots” content=”noindex, follow” /> coding. But that would mean removing it from every page. It appears that all the errors are coming from tags. See URL below. I use All in One SEO

    Any suggestions to fix this issue??
    Thanks
    Richard

    #985976

    Hey Richard,

    Please add this code to your child theme functions.php file:

    
    add_filter('avf_set_follow','avia_remove_nofollow', 10, 1);
    function avia_remove_nofollow($meta){
    return "";
    }
    

    It will remove the default meta tag and it’s up to your seo plugin to set the right tag(s).

    Best regards,
    Dude

    #986304

    Thank you
    Regards
    Richard

    #986646

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘noindex on tags’ is closed to new replies.