Noindex tag

#38820
Viewing 5 replies - 16 through 20 (of 20 total)
  • I Draw Fashion
    Rank Math pro

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Michael Davis
    Rank Math pro

    Hello,

    Thank you for the continued patience.

    We are checking this further and we will be getting back to you shortly.

    Looking forward to helping you. Thank you.

    ​​​​​​

    Hello,

    Everything seems to be working fine on your site now even without the code I added in functions.php file? Did you change anything to fix the issue?

    Looking forward to helping you.

    I Draw Fashion
    Rank Math pro

    Hi,

    No, I haven’t changed anything apart from updating my theme to its latest version.
    The problem persists.

    https://snipboard.io/zPH1yt.jpg

    In Google webmasters I have 52 pages with the same “noindex” problem:
    https://snipboard.io/bFqH9I.jpg
    https://snipboard.io/pLiXKm.jpg

    Hello,

    For some reason on your site, none value is stored in rank_math_robots in the postmeta table. Did you import this data from any other plugin or through XML/CSV file?

    For now, to fix the issue I added the following code in your theme’s functions.php file:

    
    add_filter( 'rank_math/frontend/robots', function( $robots ) {
        if ( isset( $robots['none'] ) ) {
            unset( $robots['none'] );
        }
        return $robots;
    });
    

    The robots data is not showing none on any posts now.

    I hope that helps.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 5 replies - 16 through 20 (of 20 total)

The ticket ‘Noindex tag’ is closed to new replies.