Hello,
Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.
It is usually not recommended to remove that entry since it helps Google to understand your website, see that it has a blog and analyze the posts there.
Looking forward to helping you. Thank you.
I want to remove it and please help me
Hello,
It is fine, don’t worry. You can use this code (you just need to add it at the end of the functions.php file in your current theme):
add_filter( 'rank_math/json_ld', function( $data, $json ) {
if ( is_home() && isset( $data['Blog'] ) ) { // Remove Blog Snippet from homepage.
unset( $data['Blog'] );
}
return $data;
}, 11, 2);
Looking forward to help you.
thank you very very very veryvery veryvery veryvery veryvery veryvery veryvery veryvery veryvery veryvery veryvery very very much
Hello,
We are super happy that this resolved your issue. If you have any other questions in the future, keep in mind we will be here to help you.
If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.
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.