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