custom/plugins/Theme3S/src/Resources/views/storefront/layout/meta.html.twig line 139
{% block layout_head_inner %}{% set metaInformation = page.metaInformation %}{% set basicConfig = config('core.basicInformation') %}{% set maxLength = config('seo.descriptionMaxLength') %}{% set metaDescription = metaInformation.metaDescription|striptags|trim|u.truncate(maxLength ?? 255, '…') %}{% set metaTitle = metaInformation.metaTitle|striptags|trim %}{% set metaKeywords = metaInformation.metaKeywords|striptags|trim %}{% block layout_head_meta_tags %}{% block layout_head_meta_tags_charset %}{% endblock %}{% block layout_head_meta_tags_viewport %}content="width=device-width, initial-scale=1, shrink-to-fit=no">{% endblock %}{% block layout_head_meta_tags_general %}content="{% block layout_head_meta_tags_general_author %}{{ metaInformation.author|striptags }}{% endblock %}"/>content="{% block layout_head_meta_tags_robots %}{{ metaInformation.robots }}{% endblock %}"/>content="{% block layout_head_meta_tags_general_revisit %}{{ metaInformation.revisit|striptags }}{% endblock %}"/>content="{% block layout_head_meta_tags_keywords %}{{ metaKeywords }}{% endblock %}"/>{{ metaDescription }}{% endblock %}"/>{% endblock %}{% block layout_head_meta_tags_opengraph %}content="{% block layout_head_meta_tags_url_og %}{{ (page.metaInformation.canonical is defined) ? page.metaInformation.canonical : app.request.uri }}{% endblock %}"/>content="{% block layout_head_meta_tags_type_og %}website{% endblock %}"/>content="{% block layout_head_meta_tags_sitename_og %}{{ basicConfig.shopName }}{% endblock %}"/>content="{% block layout_head_meta_tags_title_og %}{{ metaTitle }}{% endblock %}"/>content="{% block layout_head_meta_tags_description_og %}{{ metaDescription }}{% endblock %}"/>content="{% block layout_head_meta_tags_image_og %}{{ theme_config('sw-logo-desktop') }}{% endblock %}"/>content="{% block layout_head_meta_tags_card_twitter %}summary{% endblock %}"/>content="{% block layout_head_meta_tags_sitename_twitter %}{{ basicConfig.shopName }}{% endblock %}"/>content="{% block layout_head_meta_tags_title_twitter %}{{ metaTitle }}{% endblock %}"/>content="{% block layout_head_meta_tags_description_twitter %}{{ metaDescription }}{% endblock %}"/>content="{% block layout_head_meta_tags_image_twitter %}{{ theme_config('sw-logo-desktop') }}{% endblock %}"/>{% endblock %}{% block layout_head_meta_tags_schema_webpage %}content="{% block layout_head_meta_tags_copyright_holder %}{{ basicConfig.shopName }}{% endblock %}"/>content="{% block layout_head_meta_tags_copyright_year %}{{ metaInformation.copyrightYear|striptags }}{% endblock %}"/>content="{% block layout_head_meta_tags_family_friendly %}{% if basicConfig.familyFriendly %}true{% else %}false{% endif %}{% endblock %}"/>content="{% block layout_head_meta_tags_image_meta %}{{ theme_config('sw-logo-desktop') }}{% endblock %}"/>{% endblock %}{% block layout_head_meta_tags_hreflangs %}{% for link in hrefLang %}{% endfor %}{% endblock %}{% endblock %}{% block layout_head_favicon %}href="{{ theme_config('sw-logo-favicon') }}">{% endblock %}{% block layout_head_apple %}{% if theme_config('sw-logo-share') %}sizes="180x180"href="{{ theme_config('sw-logo-share') }}">{% endif %}{% endblock %}{% block layout_head_android %}{# @deprecated tag:v6.5.0 - Use the block above, "layout_head_apple", instead #}{% endblock %}{% block layout_head_canonical %}{% if page.metaInformation.canonical %}{% endif %}{% endblock %}{% block layout_head_title %}{% apply spaceless %} {% block layout_head_title_inner %}Shop{% endblock %}{% endapply %} :: 3S-Arbeitsschutz{% endblock %}{% block layout_head_stylesheet %}{% if isHMRMode %}{# CSS will be loaded from the JS automatically #}{% else %}{% set assets = theme_config('assets.css') %}{% for file in assets %}href="{{ asset(file, 'theme') }}">{% endfor %}{% endif %}{% endblock %}{% block layout_head_javascript_feature %}{% sw_include "@Storefront/storefront/component/feature.html.twig" %}{% endblock %}{# Block for tracking scripts which are required to include in the `head` section of the document #}{% block layout_head_javascript_tracking %}{% sw_include "@Storefront/storefront/component/analytics.html.twig" %}{% endblock %}{% block layout_head_javascript_recaptcha %}{% sw_include "@Storefront/storefront/component/recaptcha.html.twig" %}{% endblock %}{% block layout_head_javascript_token %}{% endblock %}{% if config('core.basicInformation.useDefaultCookieConsent') %}{% block layout_head_javascript_cookie_state %}window.useDefaultCookieConsent = true;{% endblock %}{% endif %}{% if feature('FEATURE_NEXT_15917') %}{% block layout_head_javascript_router %}{# Register all routes that will be needed in JavaScript to the window.router object #}window.activeNavigationId = '{{ page.header.navigation.active.id }}';window.router = {'frontend.cart.offcanvas': '{{ path('frontend.cart.offcanvas') }}','frontend.cookie.offcanvas': '{{ path('frontend.cookie.offcanvas') }}','frontend.checkout.finish.page': '{{ path('frontend.checkout.finish.page') }}','frontend.checkout.info': '{{ path('frontend.checkout.info') }}','frontend.menu.offcanvas': '{{ path('frontend.menu.offcanvas') }}','frontend.cms.page': '{{ path('frontend.cms.page') }}','frontend.cms.navigation.page': '{{ path('frontend.cms.navigation.page') }}','frontend.account.addressbook': '{{ path('frontend.account.addressbook') }}',{# @deprecated tag:v6.5.0 - Route frontend.csrf.generateToken will be removed. #}'frontend.csrf.generateToken': '{{ path('frontend.csrf.generateToken') }}','frontend.country.country-data': '{{ path('frontend.country.country.data') }}','frontend.store-api.proxy': '{{ path('frontend.store-api.proxy') }}',};{# @deprecated tag:v6.5.0 - storeApiProxyToken will be removed. #}window.storeApiProxyToken = '{{ sw_csrf("frontend.store-api.proxy", {"mode": "token"}) }}';window.salesChannelId = '{{ app.request.attributes.get('sw-sales-channel-id') }}';{% endblock %}{% block layout_head_javascript_breakpoints %}{# Register the available viewport breakpoints the window.breakpoints object #}{% set breakpoint = {'xs': theme_config('breakpoint.xs'),'sm': theme_config('breakpoint.sm'),'md': theme_config('breakpoint.md'),'lg': theme_config('breakpoint.lg'),'xl': theme_config('breakpoint.xl')} %}window.breakpoints = {{ breakpoint|json_encode()|raw }};{% endblock %}{# @deprecated tag:v6.5.0 - Block layout_head_javascript_csrf will be removed. #}{% block layout_head_javascript_csrf %}window.csrf = {'enabled': '{{ shopware.csrfEnabled }}','mode': '{{ shopware.csrfMode }}'}{% endblock %}{% if config('core.cart.wishlistEnabled') %}{% block layout_head_javascript_wishlist_state %}window.customerLoggedInState = {{ context.customer is not null and not context.customer.guest ? 1 : 0 }};window.wishlistEnabled = {{ config('core.cart.wishlistEnabled') }};{% endblock %}{% endif %}{# @internal tag:v6.5.0 - jQuery will be removed from the core. This block can be used to add jQuery as a `{# The storefront entry is a combined entry point which contains all plugins & themes #}{% else %}{% for file in theme_config('assets.js') %}{% endfor %}{% endif %}{% endblock %}{% endif %}const CookieData = document.cookie.split(";");var ShowFBPixel = false;CookieData.forEach(CheckForFbPixel);function CheckForFbPixel(item, index){const CookieValues = item.split("=");var CookieName = CookieValues[0].replace(/\s/g, '');if(CookieName === "FB-Pixel"){var CookieValue = CookieValues[1].replace(/\s/g, '');if(CookieValue === "active"){ShowFBPixel = true;}}}if(ShowFBPixel === true){!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js');fbq('init', '4047956485431151');fbq('track', 'PageView');}{% endblock %}