Hi guys,
on a Google search a site I’ve made shows the menu correctly like this:
Yet on another search with the keywords detached it shows the following:
http://villaitaly.fullybookedhome.com/wp-content/uploads/2017/01/Google-search.jpeg
Now my client said, she’d want the page http://casamarazulsanpancho.com/author/sallie/ not to show up on the search.
Better yet would be to even delete such page.
Can you help either way?
Hey Antonio,
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_set_follow','avia_set_nofollow');
function avia_set_nofollow(){
if(is_author()){
$meta = '<meta name="robots" content="noindex, follow" />' . "\n";
}
return $meta;
}
Best regards,
Yigit
Thank you so much, Yigit!
I think you can close this thread. Thank you