<?php /** @var \Autogedal\CommercialFAQ\Block\Faq $block */ if (!$block->shouldShowFaq()) { return; } $structuredData = $block->getStructuredData(); ?> <?php if ($structuredData): ?> <script type="application/ld+json">
      <?= /* @noEscape */ $structuredData ?></script><?php endif; ?>