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

    (@rankmath)

    Hello @shmanich

    Thank you for contacting the support.

    Please use this code in your theme’s functions.php file:

    add_filter( 'rank_math/frontend/robots', function( $robots ) {
    	if ( is_page( 9999999 ) ) {
    		return [];
    	}
    	return $robots;
    });

    Hope that helps.

    Thread Starter Shmanich

    (@shmanich)

    Я нашёл решение проще. :)| Отключил виртуальную страницу управления и сделал настоящую страницу для подписок по инструкции от автора плагина “Subscribe to Comments Reloaded”. И установил для этой страницы флаги “noindex” и “nofollow”. А в настройках виртуальной страницы эти meta убрал.

    Plugin Author Rank Math

    (@rankmath)

    Hello @shmanich

    Thank you for informing everyone.

    Appreciate it!

    Please take care of yourself and family in these critical times.

    If there’s anything else we can help you with, please feel free to open a new support topic. We would be more than happy to assist.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘RMS индексирует страницу Подписки’ is closed to new replies.