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" => "Accueil"
        "item" => "https://preprod.happycandy.fr/"
      ]
      1 => array:3 [
        "@type" => "ListItem"
        "position" => 2
        "name" => "Bonbon Pingouin Trolli"
      ]
    ]
  ]
]
Product
array:1 [
  0 => array:6 [
    "@context" => "https://schema.org"
    "@type" => "Product"
    "name" => "Bonbon Pingouin Trolli"
    "description" => "<p>Ador&eacute; des enfants, le bonbon pingouin est un vrai d&eacute;lice et en plus il est trop mignon. Votre c&oelig;ur fondra pour ce petit pingouin.</p>"
    "image" => array:2 [
      0 => "https://preprod.happycandy.fr/media/cache/resolve/sylius_shop_product_large_thumbnail/f5/9d/3ff81c14780793056b0279538f26.jpeg"
      1 => "https://preprod.happycandy.fr/media/cache/resolve/sylius_shop_product_large_thumbnail/0b/f6/3a09cdb49d60f725466dbcc9bafd.jpeg"
    ]
    "offers" => array:3 [
      0 => array:5 [
        "@type" => "Offer"
        "url" => "https://preprod.happycandy.fr/products/bonbon-pingouin-trolli"
        "priceCurrency" => "EUR"
        "price" => "1,1"
        "availability" => "https://schema.org/InStock"
      ]
      1 => array:5 [
        "@type" => "Offer"
        "url" => "https://preprod.happycandy.fr/products/bonbon-pingouin-trolli"
        "priceCurrency" => "EUR"
        "price" => "2,9"
        "availability" => "https://schema.org/InStock"
      ]
      2 => array:5 [
        "@type" => "Offer"
        "url" => "https://preprod.happycandy.fr/products/bonbon-pingouin-trolli"
        "priceCurrency" => "EUR"
        "price" => "8,99"
        "availability" => "https://schema.org/InStock"
      ]
    ]
  ]
]