Hello,
Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for any inconvenience this issue may have caused you.
It seems that you have already marked this ticket as already resolved. Could you please confirm?
Meanwhile, you can use and customize this filter on your site:
add_filter( 'rank_math/frontend/breadcrumb/items', function( $crumbs, $class ) {
$home_link = pll_home_url(pll_current_language());
$crumbs[0][0] = pll__("Home");
$crumbs[0][1] = $home_link;
return $crumbs;
}, 10, 2);
The filter should be added to your active theme’s functions.php file. Here’s another way to apply the filter using the rankmath.php file:
https://rankmath.com/kb/filters-hooks-api-developer/#adding-filters-and-hooks-in-rank-math-php
Looking forward to helping you.
Thank you.