Rich Snippets

Test these rich snippets using Google RichSnippets tester utility

Recap

Type Value
Breadcrumb
array:1 [
  0 => array:3 [
    "@context" => "https://schema.org"
    "@type" => "BreadcrumbList"
    "itemListElement" => array:2 [
      0 => array:4 [
        "@type" => "ListItem"
        "position" => 1
        "name" => "Home"
        "item" => "https://dev.lineaselect.com/en"
      ]
      1 => array:3 [
        "@type" => "ListItem"
        "position" => 2
        "name" => "Marazzi Alba Greige Mosaico M9A5"
      ]
    ]
  ]
]
Product
array:1 [
  0 => array:9 [
    "@context" => "https://schema.org"
    "@type" => "Product"
    "name" => "Marazzi Alba Greige Mosaico M9A5"
    "description" => null
    "sku" => "M9A5"
    "image" => array:1 [
      0 => "https://dev.lineaselect.com/media/cache/resolve/sylius_shop_product_large_thumbnail/products/alba/marazzi/marazzi-alba-greige-mosaico-m9a5.webp"
    ]
    "offers" => array:1 [
      0 => array:5 [
        "@type" => "Offer"
        "url" => "https://dev.lineaselect.com/en/products/marazzi-alba-greige-mosaico-m9a5"
        "priceCurrency" => "EUR"
        "price" => "181.11"
        "availability" => "https://schema.org/InStock"
      ]
    ]
    "brand" => array:2 [
      "@type" => "Brand"
      "name" => "Marazzi"
    ]
    "manufacturer" => array:2 [
      "@type" => "Organization"
      "name" => "Marazzi"
    ]
  ]
]