---
title: "Rustic Seeded Bread"
type: product
brand: santopane
locale: en
---

# Rustic Seeded Bread

Rustic naturally leavened bread with a golden crust and seeds that bring aroma and texture. Sunflower, pumpkin, chia, white sesame and black sesame create a deep, crisp finish.

## Rustic Seeded Bread
- **Brand**: Santo Pane
- **Price**: R$33.00

Rustic naturally leavened bread with a golden crust and seeds that bring aroma and texture. Sunflower, pumpkin, chia, white sesame and black sesame create a deep, crisp finish.

- Contains gluten
- Contains wheat

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Rustic Seeded Bread",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1763484864937-jsks367sf2n.jpeg",
  "description": "Rustic naturally leavened bread with a golden crust and seeds that bring aroma and texture. Sunflower, pumpkin, chia, white sesame and black sesame create a deep, crisp finish.",
  "offers": {
    "@type": "Offer",
    "price": 33,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    }
  ]
}
```
