Noindex, follow for embed posts

Hello @trejka,

Thank you for contacting the support.

Please refer to this filter code to forcibly set the robots meta for your post embeds:

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

Let us know how that goes. Looking forward to helping you.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer