Hello,
Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.
You can modify the property that is listed as false by using the following code to change the item. This code should be added to your functions.php file:
/**
* Allow changing Breadcrumb elements in BreadcrumbList snippet
*
* @param array $entity Breadcrumb entity
*/
add_filter( 'rank_math/snippet/breadcrumb', function( $entity ) {
return $entity;
});
I have also noted that you do not have any breadcrumbs on this page and thus you can also remove the breadcrumbsList schema by using the following code:
/**
* Allow developer to disable the breadcrumb json-ld output.
*
* @param bool $unsigned Default: true
*/
add_filter( 'rank_math/json_ld/breadcrumbs_enabled', '__return_false' );
Looking forward to helping you. Thank you.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.