File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/95765ed44fbdcfee982ef52f954c7663
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Product",
"name": "<?php echo $product->getName(); ?>",
"image": "<?php echo (count($product->images) >= 1 ? Request::getHost().$product->images[0]->medium_image_url: ''); ?>",
"description": "<?php echo strip_tags($product->description); ?>",
"mpn": "<?php echo $product->internal_article_number; ?>ggl",
<?php if(1== 2 && $product->brand_name != 'toebehoren'): ?>
"brand": {
"@type": "Thing",
"name": "<?php echo $product->brand_name; ?>"
},
<?php endif; ?>
"offers": {
"@type": "Offer",
"price": "<?php echo $product->price/100; ?>",
"priceCurrency": "EUR",
"itemCondition": "http://schema.org/NewCondition",
"availability": "http://schema.org/InStock"
}
}
</script>