How to display text only for products with tags in Liquid?

Topic summary

A Shopify developer needed to conditionally display product tags on product pages, showing \

Summarized with AI on November 12. AI used: claude-sonnet-4-5-20250929.

@earthtoplanet

Please replace your code with the below code

{% assign tag_found = product.tags %}
        {% if tag_found != blank %}

        

          
            Related Keywords:
          
          {% for tag in product.tags %}

          
            
              {{ tag }},
            
            {% unless forloop.last %}
            {% endunless %}
          
          {% endfor %}

        

        {% endif %}

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on mail | Shopify Design Changes | Custom Modifications In to Shopify Theme