---
title: "Rustic Bread Filled with Parmesan"
type: product
brand: santopane
locale: en
---

# Rustic Bread Filled with Parmesan

Rustic naturally leavened bread filled with pieces of melted Minas Parmesan. An authentic combination of artisanal tradition and flavour in every slice.

## Rustic Bread Filled with Parmesan
- **Brand**: Santo Pane
- **Price**: R$42.00

Rustic naturally leavened bread filled with pieces of melted Minas Parmesan. An authentic combination of artisanal tradition and flavour in every slice.

- Contains gluten
- Contains wheat
- Contains milk

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Rustic Bread Filled with Parmesan",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1759933741699-btq3ulfcbel.jpg",
  "description": "Rustic naturally leavened bread filled with pieces of melted Minas Parmesan. An authentic combination of artisanal tradition and flavour in every slice.",
  "offers": {
    "@type": "Offer",
    "price": 42,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "leite"
    }
  ]
}
```
