Replies: 0
hello
i have a critical issue all posts created have already been created with No index tage however it is enabled on your plugin that prevents my posts from archiving on Google consol search
when I was to use rank math seo they gave me this function work with them and solved the issue of how I could use it with your plugin or do you have any other solution
add_filter( ‘rank_math/frontend/robots’, function( $robots ) {
// Set both index and follow attributes for all post types
$robots[‘index’] = ‘index’;
$robots[‘follow’] = ‘follow’;
return $robots;
});