Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Sravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @sabineboogaard1985 ,

    Greetings for the day.

    You mentioned you have changed your flows from noindex to index, have you made the changes on CartFlows global settings page? Please refer to this screenshot.

    If you have changed indexing settings for each flow, please change the settings for each flow, please refer to this screenshot.

    Hope this helps.

    Please let us know how it goes.

    Thread Starter sabineboogaard1985

    (@sabineboogaard1985)

    Hi Sravan,

    thank you for your quick response! Yes, it is set exactly as in the screenshots, but my SEO tool and Google Search Console keep saying it’s non indexable.

    What to do?

    Kind regards,
    Sabine

    Hello Sabine,

    Thank you for your reply.

    Then noindex meta tag should be added by another plugin. Here’s what we can do to make sure:

    Firstly, try to temporarily switch to another theme, like default themes like – Twenty-Twenty or Twenty Nineteen, and check if the error or issue persists.

    Next, you can deactivate all the plugins temporarily and see if that solves the error. If it does then activate plugins one by one to see which plugin is causing the problem.

    Learn more about troubleshooting in WordPress: How to Troubleshoot a Conflict with the Plugin & Theme?

    Hope this helps.

    Let me know how it goes.

    Thread Starter sabineboogaard1985

    (@sabineboogaard1985)

    Hi! Thank you a lot. I discovered the problem: it’s the plugin Rank Math. I put the settings in this plugin also right, but it keeps showing non indexable. When I deactivate the plugin the pages are indexable.

    I am going to contact Rank Math to see they have a solution.

    Kind regards,
    Sabine

    Plugin Support Sravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @sabineboogaard1985 ,

    Awesome. Glad you were able to find out the conflicting plugin.

    If there is anything else we can help you with, please do not hesitate to ask us. We are here to help you.

    After fixing the issue, you can reply back here with the solution that Rank Math provides you so that it helps the other users.

    Have a wonderful day.

    Thread Starter sabineboogaard1985

    (@sabineboogaard1985)

    Hi!

    I now have the solution. Add this code and it’s fixed:

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

    Kind regards,
    Sabine

    Plugin Support Aamir

    (@aamiribsf)

    Hello @sabineboogaard1985,

    Thanks for writing back and providing the solution.

    It will surely help the other users facing the same issue with Rank Math Plugin.

    We really appreciate your effort.

    Best Regards,

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Steps don’t change to index from noindex’ is closed to new replies.