Master Study Child Noindex Problem

#306064
  • Resolved Demircan Uzer
    Rank Math free

    Hello there,
    Course pages on our site are not noindexed. When I talked to the plugin – theme provider, they said that it is not compatible with rank math and I should use a different SEO plugin. Or he said they’ll take care of it for $250 🙂

    Now, even if we do no index operation in the “Courses” section of the image I added, it does not work. But when we close the general course pages, the trainings are deleted from the index.

    I want to close these pages to index.

Viewing 7 replies - 1 through 7 (of 7 total)
  • I need a answer

    Hello,

    Thank you for contacting Rank Math, and sorry for the unexpected delays and any inconvenience that might have been caused due to that.

    I’m not quite sure whether I fully understand the question. But I’ll do my best and please let me know if I misunderstood.

    Do note that setting noindex to your page should remove it from being indexed on the search page.

    With that said, could you please let us know and specify which area in our plugin causes incompatibility with your theme?

    Looking forward to helping you with this one.

    Hi;
    This page is the education page.
    https://ibb.co/4sBfqGD
    https://www.unionakademi.com/egitimler/adli-bilisim-uzmanlik-egitimi/

    From this tab, we can choose the courses to be followed.
    https://ibb.co/BrL8PBX

    After clicking on the courses, a URL like this is created.
    https://www.unionakademi.com/egitimler/adli-bilisim-uzmanlik-egitimi/7735/

    Since we cannot noindex, each course Title is indexed separately as “BLOG”. Open picture please.

    https://ibb.co/jWvgYBB
    Although we make noindex from the “courses” section in the picture, dozens of opened course pages do not close to the index.
    Our site may go into spam if we don’t resolve it quickly.

    Theme and plugin makers said that Rank Math is not compatible. I do not know why it happened. Maybe that’s it.

    Hello,

    We added the following code on your website which will set the lessons to be noindex as you requested:

    
    add_filter( 'rank_math/frontend/robots', function( $robots ) {
    	$lms_template = get_query_var('lms_template');
    	
    	if( $lms_template == 'stm-lms-lesson' ) {
    		$robots['index'] = 'noindex';
    		$robots['follow'] = 'nofollow';
    	}
    	
    	return $robots;
    });
    

    Now, it will take some time before Google starts deindexing those but the correct robots meta is now set on them.

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

    Thanks for support! Good Luck

    Closed

    Hello,

    Glad that helped.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

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

The ticket ‘Master Study Child Noindex Problem’ is closed to new replies.