Hello,
Thank you for contacting Rank Math.
The terms/archive pages shown on a post are those assigned to that specific post. All ancestor archives/categories should be added to a post if you have enabled the option to show category.
If you want to customize your breadcrumbs beyond the option available in Rank math, you can customize the following filter and add it to your theme functions.php file:
/**
* Allow changing or removing the Breadcrumb items
*
* @param array $crumbs The crumbs array.
* @param Breadcrumbs $this Current breadcrumb object.
*/
add_filter( 'rank_math/frontend/breadcrumb/items', function( $crumbs, $class ) {
return $crumbs;
}, 10, 2);
Looking forward to helping you. Thank you.
​​​​​​
Hi Michael,
I’m not writing about post page, but about taxonomy.php where is a list of posts (from CPT) classified into one term. And on this term “page” (taxonomy term page) you can’t see related Archive title/link in breadcrumbs. You can see just “Home – Taxonomy term name” and that’s all and from UX and structure perspective it should be “Home – CPT/Archive name – Taxonomy term name” – where taxonomy is related to that CPT (with Archive enabled of course).
Maybe I can provide for you real example if you need it.
Hello,
Yes, if you can share (in the Sensitive Data section) a real example, it would help us a lot.
Looking forward to help you.
Hello,
I have updated the sensitive data as requested. Can you please check further?
Thank you.
Hello,
We are sorry but we do not have those options to customize breadcrumbs in the way you described.
In an upcoming version of the plugin, we will have more customization options.
For now, you can use a 3rd party solution or hire a coder to use the filter my colleague gave you to customize the display of breadcrumbs.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello,
We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.
If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.
If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.
Thank you.