rank math schema home page

#66130
  • Hello when Schema (Structured Data) is activated
    It appears in the verification result
    Organization
    WebSite
    Blog
    FAQPage

    If you would like, how can blog be removed from the scan result because this matter confuses my site?

    Note when I turn off the plugin the problem disappears

Viewing 5 replies - 1 through 5 (of 5 total)
  • Alberto
    Rank Math business

    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

    Alberto
    Rank Math business

    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

    Alberto
    Rank Math business

    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.

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

You must be logged in to reply to this ticket.