---
title: "Honey Nut Focaccia"
type: product
brand: santopane
locale: en
---

# Honey Nut Focaccia

Topped with honey, walnuts, almonds, Brazil nuts, and white and black sesame, it balances sweetness and crunch.

## Honey Nut Focaccia
- **Brand**: Santo Pane
- **Price**: R$59.00

Topped with honey, walnuts, almonds, Brazil nuts, and white and black sesame, it balances sweetness and crunch.

- Contains gluten
- Contains wheat
- Contains almonds
- Contains Brazil nuts
- Contains walnuts

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Honey Nut Focaccia",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1757458421220-a9klmwoo84g.jpg",
  "description": "Topped with honey, walnuts, almonds, Brazil nuts, and white and black sesame, it balances sweetness and crunch.",
  "offers": {
    "@type": "Offer",
    "price": 59,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "amêndoa"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "castanha-do-pará"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "nozes"
    }
  ]
}
```
