{% sw_extends '@Storefront/storefront/page/product-detail/meta.html.twig' %}
{% block layout_head_canonical %}
{% set canonicalUrl = page.product.id %}
{% if page.product.parentId and page.product.mainVariantId %}
{% set canonicalUrl = page.product.mainVariantId %}
{% endif %}
{% endblock %}