custom/plugins/DmSanettaTheme/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 %}{% if page.cmsPage.id != "ce7e20fae2cb4837bf487c7e355ed80f" %}{{ metaInformation.robots }}{% else %}noindex,nofollow{% endif %}{% endblock %}
  3. {% block layout_head_meta_tags_description %}{% if metaDescription|last=='✓' %}{{ page.metaInformation.metaDescription|striptags|trim|trim('✓', 'right')}}
  4. {% else %}{{ page.metaInformation.metaDescription|striptags|trim}}{% endif %}{% endblock %}
  5. {% block layout_head_title %}
  6.     {{parent()}}
  7.     <script type="application/ld+json">
  8.     {
  9.       "@context": "https://schema.org",
  10.       "@type": "LocalBusiness",
  11.       "address" :{
  12.         "@type": "PostalAddress",
  13.         "streetAddress": "Sanettastraße 1",
  14.         "addressLocality": "Meßstetten",
  15.         "addressRegion": "Baden-Württemberg",
  16.         "postalCode": "72469",
  17.         "addressCountry": "DE"
  18.        },
  19.       "aggregateRating": {
  20.         "@type": "AggregateRating",
  21.         "ratingValue": "4,87",
  22.         "reviewCount": "2533"
  23.       },
  24.       "name": "Sanetta Gebrüder Ammann GmbH & Co. KG",
  25.       "telephone": "+497431639300",
  26.       "url": "https://www.sanetta.de"
  27.     }
  28.     </script>
  29. {% endblock %}