{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{% set metaInformation = page.metaInformation %}
{% set metaTagsRobots = metaInformation.robots %}
{% set categoryId = config("ProclaneWegmannThemeExtend.config.redirectCustomerToCategory") %}
{% if page.navigationId and categoryId and (
page.navigationId == categoryId) %}
{% set metaTagsRobots = 'noindex, nofollow' %}
{% endif %}
{% block layout_head_meta_tags_robots %}{{ metaTagsRobots }}{% endblock %}