Hello,
Thank you for reaching out about changing the Breadcrumbs text on your website. To change the text displayed in the Breadcrumbs on the frontend, you can use a filter provided by Rank Math.
Here is a code snippet that you can use to change the Breadcrumbs text dynamically:
add_filter( 'rank_math/frontend/breadcrumb/html', function( $html, $crumbs, $class ) {
$html = str_replace('Listings', 'Your New Term', $html);
return $html;
}, 10, 3);
You can add this code snippet to your theme’s functions.php
file or use a custom plugin like Code Snippets to add this filter.
If you need further assistance or have any more questions, feel free to ask. We’re here to help!
Sources:
How to Fix “Either ‘name’ or ‘item.name’ should be specified” Error » Rank Math
How to Enable Breadcrumbs on Your Website With Rank Math SEO » Rank Math
Advanced Tab in Rank Math SEO’s Meta Box
How to Make Your Theme Rank Math Compatible » Rank Math