• Resolved Art

    (@theart8)


    Dear Rank Math devs,

    on Google Search Console, since a month I am getting the error:

    Submitted URL marked ‘noindex’

    regarding the url this url.

    The website was launched on 15th of July and initially I was not getting this error. But from 1st of August I get the error, till now.. In fact, going to that url and looking at the source code, I see a no-index. I followed your guide: link rank math guide but nothing worked.

    That link is present in my sitemap as an archive of my CPT “lezione”. You can find it in: Sitemap and then in cpt sitemap

    The archive is built like this: Gist Link

    The single CPT Lezione are getting indexed, but not the archive page. I also tried to use:

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

    but it did not work.

    For your reference, I created the CPT using this plugin.

    Could you please help me solve the issue?

    WP 5.8, Rank Math 1.0.70

    • This topic was modified 3 years, 2 months ago by Art.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Rank Math

    (@rankmath)

    Hello @theart8,

    Thank you for contacting the support and sorry for any inconvenience that might have been caused due to that.

    The page you shared has robots set to index. Please check this screencast:
    https://i.rankmath.com/5JR8RD

    You can try deleting the Sitemap from Search Console and submitting it again.

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘CPT Archive index failure’ is closed to new replies.