Shopify : How To Get Collection Name In Breadcrumbs
{% for collection in product.collections %}
<a href=”{{ collection.url }}” title=”{{ collection.title }}” itemprop=”item”>
<span itemprop=”name”>{{ collection.title }}</span>
</a>
{% endfor %}