{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{% block layout_head_meta_tags_robots %}{% apply spaceless %}
{% if activeRoute is null %}
noindex,follow
{% else %}
{{ parent() }}
{% endif %}
{% endapply %}{% endblock %}