Changing title & add Breadcrumbs

I’m supposing we are talking about the tab title, if so its possible but not conventional, if is the page title, the code is almost the same and its feasible.

In this last case WordPress doesn’t have a breadcrumb per say, we have to make a custom one, nevertheless Woocommerce has one. If Woocommerce is installed you just need to call the function woocommerce_breadcrumb(); in your php file where that pages load.

if you don’t have woocommerce we have to make a custom one. I do not have any at this moment.