---
title: "Rustic Bread with Azapa Olives and Rosemary"
type: product
brand: santopane
locale: en
---

# Rustic Bread with Azapa Olives and Rosemary

A refined variation on our Classic Rustic, filled with Azapa olives and fresh rosemary. Natural fermentation adds depth, balancing salty olive and herbal fragrance in every slice.

## Rustic Bread with Azapa Olives and Rosemary
- **Brand**: Santo Pane
- **Price**: R$44.00

A refined variation on our Classic Rustic, filled with Azapa olives and fresh rosemary. Natural fermentation adds depth, balancing salty olive and herbal fragrance in every slice.

- Contains gluten
- Contains wheat

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Rustic Bread with Azapa Olives and Rosemary",
  "image": "/artisanal-provencal-bread-with-herbs.jpg",
  "description": "A refined variation on our Classic Rustic, filled with Azapa olives and fresh rosemary. Natural fermentation adds depth, balancing salty olive and herbal fragrance in every slice.",
  "offers": {
    "@type": "Offer",
    "price": 44,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    }
  ]
}
```
