Remove Collection Page Schema from Posts Page

[ad_1]

Hello @jdtravel,

Thank you for contacting support.

Our plugin will only add the URL of the posts into the Schema markup but since you require more information and have already included custom markup for that you can remove our CollectionPage Schema with the following filter:

add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
if ( is_home() ) {
unset( $data['WebPage'] );
}
return $data;
}, 99, 2);

Hope this helps solve your issues.

Don’t hesitate to get in touch if you have any other questions.

 

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