The code you need for this project is :

{% for tag in product.tags %}
{% if tag contains 'url:' %}
Visit the website of this company: <BR>
<a href="{{tag | remove: 'url:' }}" target="_Blank" class="action_button">{{product.title}}</a>
{% endif %}
{% endfor %}

Leave a comment (all fields required)

Comments will be approved before showing up.