Hide Author Page from Google
-
Hi Guys,
I want to hide Author page from Google. Check image: https://we.tl/t-VVDqS0TVKP
I added this code, around a week ago. But still showing the author page.
<span style="font-size: 14.4px;">add_filter( 'slim_seo_robots_index', function( $value ) { return is_author() ? false : $value; } );</span>
How can I hide it?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hide Author Page from Google’ is closed to new replies.