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

# Rustic Bread with Sun-Dried Tomato, Mozzarella and Basil

Vibrant and aromatic. Basil perfumes the room while mozzarella gratinates gently and sun-dried tomatoes bring concentrated flavour. Ideal for late afternoon with a white wine.

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

Vibrant and aromatic. Basil perfumes the room while mozzarella gratinates gently and sun-dried tomatoes bring concentrated flavour. Ideal for late afternoon with a white wine.

- Contains gluten
- Contains wheat
- Contains milk
- Contains lactose

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Rustic Bread with Sun-Dried Tomato, Mozzarella and Basil",
  "image": "https://santopane.b-cdn.net/paes/Pao_Rustico_Recheado_Tomate_Seco_Mozzarella_Manjericao.webp",
  "description": "Vibrant and aromatic. Basil perfumes the room while mozzarella gratinates gently and sun-dried tomatoes bring concentrated flavour. Ideal for late afternoon with a white wine.",
  "offers": {
    "@type": "Offer",
    "price": 47,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "leite"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "lactose"
    }
  ]
}
```
