my account page showing noindex tag

#777620
  • Anonymous
    Rank Math free

    hello , my account page showing noindex tag , i tried solution in ticket #718655 , but it is not working , can you please help me ?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hello,

    I’m sorry to hear that your account page is showing a noindex tag. To resolve this issue, we recommend checking the settings related to the Search Engine Visibility in your WordPress dashboard.

    Here’s how you can access and adjust the Search Engine Visibility settings:

    1. Go to Settings → Reading in your WordPress dashboard.
    2. Look for the Search Engine Visibility section.
    3. Ensure that the checkbox labeled Discourage search engines from indexing this site is unchecked. If it’s checked, your website will be set to noindex.

    Leave Search engine visibility unchecked

    After making this change, remember to click the Save Changes button at the bottom of the screen.

    If you’ve already tried this solution and it didn’t work, please ensure that your account page is not blocked from crawling through robots.txt.

    If you need further assistance or have any other questions, please feel free to reply to this ticket. Our support team will be more than happy to assist you further.

    Thank you for raising this concern, and we appreciate your patience as we work to resolve this issue for you.

    Sources:
    Fix Excluded by NoIndex Tag – Google Search Console Status » Rank Math
    Fix Excluded by NoIndex Tag – Google Search Console Status » Rank Math
    Fix Excluded by NoIndex Tag – Google Search Console Status » Rank Math

    This is an automated reply from Rank Math Support Bot. Your ticket has been assigned to a human agent and we will get back to you shortly.

    Anonymous
    Rank Math free

    not solving the issue

    Anonymous
    Rank Math free

    is there another php code that i can try , please ?

    Hello,

    Thank you for contacting Rank Math support.

    We logged in to you site with the information provided in the sensitive data section and can see that the Rank Math plugin is not installed or activated on your site.

    Please activate the plugin so we can check for you.

    Thank you.

    Anonymous
    Rank Math free

    i reinstalled it , please check again now

    Anonymous
    Rank Math free

    and

    Anonymous
    Rank Math free

    and the solution you provided on the website , i added it as a snippet via the plugin snippets

    Anonymous
    Rank Math free

    let me knnow if you need more infos

    Anonymous
    Rank Math free

    my account page showing noindex tag , i cannot fix this following instructions

    Hello,

    We made some updates to the filter to make sure it’s running correctly and now the account page is showing the index robots meta settings as you can see here:
    Index

    Don’t hesitate to get in touch if you have any other questions.

    Anonymous
    Rank Math free

    can you please let me know where did you make these changements so i can fix it in the future if i ever needed to update or to move to another website , thank you in advance

    Hello,

    We modified the filter code so that it works with your account page. Here’s the final code we used:

    add_filter( 'rank_math/frontend/robots', function( $robots ) {
        if( is_account_page() ) {
            $robots['index'] = 'index';
    		$robots['follow'] = 'follow';
        }
        return $robots;
    }, 999);

    We hope this helps clarify the issue. Please let us know if you have any other questions or concerns.

Viewing 12 replies - 1 through 12 (of 12 total)

You must be logged in to reply to this ticket.