---
title: "Rustic Bread Filled with Walnuts and Almonds"
type: product
brand: santopane
locale: en
---

# Rustic Bread Filled with Walnuts and Almonds

Rustic naturally leavened bread filled with walnuts and almonds. Their crunch meets a soft crumb in a distinctive, elegant balance.

## Rustic Bread Filled with Walnuts and Almonds
- **Brand**: Santo Pane
- **Price**: R$40.00

Rustic naturally leavened bread filled with walnuts and almonds. Their crunch meets a soft crumb in a distinctive, elegant balance.

- Contains gluten
- Contains wheat
- Contains almonds
- Contains walnuts

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Rustic Bread Filled with Walnuts and Almonds",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1757457352713-fd2buh55g74.jpeg",
  "description": "Rustic naturally leavened bread filled with walnuts and almonds. Their crunch meets a soft crumb in a distinctive, elegant balance.",
  "offers": {
    "@type": "Offer",
    "price": 40,
    "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": "nozes"
    }
  ]
}
```
