{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{% block layout_head_meta_tags_robots %}
{% if config('WeedesignNoIndex.config.active') %}
noindex,nofollow
{% else %}
{{ parent() }}
{% endif %}
{% endblock %}