---
title: "Rustic Bread with Sun-Dried Tomato and Basil"
type: product
brand: santopane
locale: en
---

# Rustic Bread with Sun-Dried Tomato and Basil

Rustic naturally leavened bread filled with sun-dried tomatoes and aromatic basil leaves. A Mediterranean combination of freshness and intensity, well suited to a good wine.

## Rustic Bread with Sun-Dried Tomato and Basil
- **Brand**: Santo Pane
- **Price**: R$40.00

Rustic naturally leavened bread filled with sun-dried tomatoes and aromatic basil leaves. A Mediterranean combination of freshness and intensity, well suited to a good wine.

- Contains gluten
- Contains wheat

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Rustic Bread with Sun-Dried Tomato and Basil",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1759933794174-ptrcluk2vwh.jpg",
  "description": "Rustic naturally leavened bread filled with sun-dried tomatoes and aromatic basil leaves. A Mediterranean combination of freshness and intensity, well suited to a good wine.",
  "offers": {
    "@type": "Offer",
    "price": 40,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    }
  ]
}
```
