Hello,
To remove the attribute “Toote (Product)” from your breadcrumbs, you can use a filter in Rank Math. Here is the code snippet you can add to your theme’s functions.php file:
add_filter( 'rank_math/frontend/breadcrumb/items', function( $crumbs, $class ) {
foreach ( $crumbs as $key => $crumb ) {
if ( 'Toote (Product)' === $crumb[0] ) {
unset( $crumbs[ $key ] );
}
}
return array_values( $crumbs );
}, 10, 2 );
This code will remove the “Toote (Product)” attribute from your breadcrumbs. If you encounter any issues or need further assistance, feel free to reach out to our support forum. We are here to help you.
Sources:
How to Enable Breadcrumbs on Your Website With Rank Math SEO » Rank Math
How to Customize Breadcrumbs in Rank Math » Rank Math
Advanced Tab in Rank Math SEO’s Meta Box
This is an automated reply from Rank Math Support Bot. If you need further assistance, please reply to this topic and a human support agent will reply to you shortly.
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.