• Resolved wpeveryday

    (@wpeveryday)


    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)
  • Plugin Author Anh Tran

    (@rilwis)

    Hi,

    The snippet is correct. It adds the noindex to robots tag which tells Google not to index the page.

    Google will decide when to remove the page from SERP. When we add the robots tag, it might not take effect immediately. It depends on Google and we can’t control that.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Author Page from Google’ is closed to new replies.