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

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
  2. {% block layout_head_meta_tags_robots %}
  3.     {% if config('WeedesignNoIndex.config.active') %}
  4.         noindex,nofollow
  5.     {% else %}
  6.         {{ parent() }}
  7.     {% endif %}
  8. {% endblock %}