No Index Issues

#848126
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    We apologize for the issue you are facing with the noindex tag on your URLs. To fix the noindex tag for specific categories like cleaning-services and drapery-upholstery-cleaning, you can follow these steps:

    1. Check Titles & Meta Settings:

      • Navigate to WordPress Dashboard → Rank Math SEO → Titles & Meta.
      • Review the settings for the relevant categories to ensure they are set to index. If they are set to noindex and you want them indexed, change the setting to Index.

      Set NoIndex in Titles and Meta Settings

    2. Using Bulk Actions:

      • Go to the WordPress Posts menu.
      • Use the Rank Math filter at the top-right of the screen to select Articles Noindexed and click Filter.
      • Select the posts that are noindexed and from the bulk actions drop-down, choose Set to Index and click Apply.

      Set to Index using Bulk Actions

    3. Check for Plugins or Themes: Sometimes, plugins or themes may add a noindex tag unintentionally. Review your active plugins and theme settings to ensure none are adding this tag.

    After making these changes, check your page’s source code to confirm that the noindex meta tag has been removed. If you continue to experience issues, please reply to this ticket, and a human agent from the Rank Math Support team will assist you further.

    Thank you for raising this concern!

    Sources:
    How to Fix Submitted URL Marked ‘NoIndex’ Error » Rank Math
    How to Fix Indexing Issues in Google Search Console » Rank Math
    Fix Excluded by NoIndex Tag – Google Search Console Status » Rank Math

    Hello,

    Thank you for contacting Rank Math support.

    In this case, please use the Rank Math filter to set the page to noindex. You can do that using this code:

    add_filter( 'rank_math/frontend/robots', function( $robots ) {
        if ( strpos( $_SERVER['REQUEST_URI'], '/listings/cleaning-services,drapery-upholstery-cleaning' ) !== false ) {
            $robots['index'] = 'index';
        }
        return $robots;
    });

    You can add the code to your site using any of the methods here.

    We hope this helps you resolve the issue. Don’t hesitate to contact us again with any other questions or concerns regarding Rank Math. We are always happy to help.

    Thank you for choosing Rank Math!

    https://duddus.com/listings/cleaning-services,carpet-rug-cleaning-repairing/
    i tried for this url with the help code snippet but couldn’t see the url it changes to Index

    Actually issue i found is Categories with sub categories show No index , But if remove sub category and make it as primary categories then it show index

    Hello,

    The category page is empty, and Rank Math has the option to set it to noindex automatically.

    To disable that, head over to Rank Math > Titles & Meta > Global Meta and disable this option

    empty

    Once done, check again those pages if they are already set to index.

    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 - 1 through 5 (of 5 total)

The ticket ‘No Index Issues’ is closed to new replies.