`
getFinalPrice(); $nameSchema = $_product->getName(); $skuSchema = $_product->getSku(); $eanSchema = $_product->getEan(); $descriptionSchema = $_product->getShortDescription() ? $this->stripTags($_product->getShortDescription()) : $this->stripTags($_product->getDescription()); $urlProdSchema = $_product->getUrl(); $stockSchema = $_product->getIsInStock() ? 'https://schema.org/InStock' : 'https://schema.org/OutOfStock'; $imageSchema = ''; foreach ($_product->getMediaGalleryImages() as $image) { $imageSchema .= '"' . $image->getUrl() . '",'; } ?>`