I’ve been having this issue with my breadcrumb and returning the collection url.
As you can see in the pictures below inside my code when trying to return to the collection I used:
{{ collection.url | within: shop.secure_url }}
- {{ collection.title }}
The problem with this is that it returns to me as a link /collection/productname
what I want is to return the full URL so Google can understand it correct such as https://websitelink.com/collection/productname
Any help?