A link for every tag product in product page with Liquid box

Hi Shopifyers,

Good morning,

I’m trying to insert the tags of the product in page product with a link to a page where this link it’s a filter

but it’s not running. The tags appear in the position I want in page but the link doesn’t go to another page as a filter.

{% for tag in product.tags %}
  {{ tag | join: 'link_to_tag: tag,' }}
{% endfor %}