custom/plugins/ProcWegmannThemeExtend/src/Resources/views/storefront/layout/meta.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
  2. {% set metaInformation = page.metaInformation %}
  3. {% set metaTagsRobots = metaInformation.robots %}
  4. {% set categoryId = config("ProclaneWegmannThemeExtend.config.redirectCustomerToCategory") %}
  5. {% if page.navigationId and categoryId and (
  6.     page.navigationId == categoryId) %}
  7.     {% set metaTagsRobots = 'noindex, nofollow' %}
  8. {% endif %}
  9. {% block layout_head_meta_tags_robots %}{{ metaTagsRobots }}{% endblock %}