HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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>