my page showing noindex tag

#718655
Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello, I’m sorry to hear that you’re experiencing this issue with your page. To resolve this, you can follow these steps:

    1. Open the post/page in the WordPress Editor.

    2. If you’re using the Gutenberg Editor, click the Rank Math SEO icon in the top-right corner of the page to open the Rank Math Metabox. If you’re using the Classic Editor, scroll down to the bottom of the page to find the Rank Math Metabox.
      Rank Math Settings

    3. In the Rank Math Metabox, choose the Advanced Tab. If you cannot find the Advanced tab, please enable the advanced mode from Rank Math SEO → Dashboard.
      Rank Math Advanced mode

    4. Check if the Robots Meta is set to No Index, then simply select the Index checkbox and update the page/post.
      Advanced tab

    This should resolve the issue with the noindex tag on your page. If you have any further questions or need additional assistance, feel free to reach out to our support team.

    Sources:
    Why Google Hasn’t Indexed Your Post, Page, and/or Website? » Rank Math
    Analyzing Your Site’s SEO with Rank Math’s SEO Analysis Tool
    How to NoIndex Paginated Pages » Rank Math
    How to Fix Submitted URL Marked ‘NoIndex’ Error » Rank Math
    Fix Excluded by NoIndex Tag – Google Search Console Status » Rank Math

    Anonymous
    Rank Math free

    hi, I followed your steps and checked the Robots Meta is set to index, but the page still shows noindex tag.

    Hello,

    Thanks for contacting us, and sorry for any inconvenience this might have caused you.

    In this case, we need to take a closer look at your website to resolve this issue. Please edit the first post on this ticket and include your WordPress logins in the designated Sensitive Data section.

    Please do take a complete backup of your website before sharing the information with us.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    Anonymous
    Rank Math free

    Hello,

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

    Thank you.

    Hello,

    Thank you for your patience.

    Upon checking the page, it is set as “My Account Page” in your WordPress.

    Please note that Rank Math automatically adds the noindex to the robots meta of myaccount, checkout, and cart pages.

    We’ve tried adding the filter on your site to bypass this, but the theme file editor is not accessible.

    In this case, you may paste this filter:

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

    If you’re not sure how to add this code, you can follow this guide:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Let us know how this goes.

    Anonymous
    Rank Math free

    hi, thank you for your reply!

    Can I set the “My Account Page” to solve the problem not by adding the filter?
    How can i do?

    Hello,

    We checked the page and looks like it is now returning a 404 error. However, please note that Rank Math by default sets your account page to noindex because it is not meant to be indexed on SERPs.

    The only way to set your account page to index is by adding the filter we shared above.

    Hope that helps and please don’t hesitate to let us know if you have any other questions.
     
    Thank you.

    Anonymous
    Rank Math free

    OK, Thank you very much!

    Hello,

    We are glad to know that this issue has been resolved. Thank you for letting us know.

    This ticket will be closed now, but you can always open a new one if you have any other questions or concerns. We are here to help you with anything related to Rank Math.

    We appreciate your patience and cooperation throughout this process.

    Thank you for choosing Rank Math.

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

The ticket ‘my page showing noindex tag’ is closed to new replies.