Shopify Product Breadcrumb (Home > Category > Subcategory > Product)
<span aria-hidden="true">›</span>
{% if current_tags %}
{% capture url %}/collections/{{ collection.handle }}{% endcapture %}
{{ collection.title | link_to: url }}
<span aria-hidden="true">›</span>
<span>{{ current_tags | join: " + " | replace: 'custom', 'Custom Built by Midwestern Craftsman' | replace: 'chalk/clay paint', 'Junk Gypsy™ Chalk/Clay Paint' | replace: "Milk Paint", "Miss Mustard Seed's Milk Paint" }}</span>
{% else %}
<span>{{ collection.title }}</span>
{% endif %}
<span aria-hidden="true">›</span>
{% for tag in collection.tags %}
{% if product.tags contains tag %}
<span>{{ tag | uppercase }}</span>
{% endif %}
{% endfor %}
<span aria-hidden="true">›</span>
<span>{{ product.title }}</span>