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

# Rustic Bread with Azapa Olives, Rosemary and Parmesan

Rustic character meets refinement. Soft Azapa olives contrast with a golden Parmesan crust, while rosemary brings an inviting aroma. Enjoy on its own or with good olive oil.

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

Rustic character meets refinement. Soft Azapa olives contrast with a golden Parmesan crust, while rosemary brings an inviting aroma. Enjoy on its own or with good olive oil.

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

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Rustic Bread with Azapa Olives, Rosemary and Parmesan",
  "image": "https://santopane.b-cdn.net/paes/Pao_Rustico_Recheado_Parmesao_Azeitona_Alecrim.webp",
  "description": "Rustic character meets refinement. Soft Azapa olives contrast with a golden Parmesan crust, while rosemary brings an inviting aroma. Enjoy on its own or with good olive oil.",
  "offers": {
    "@type": "Offer",
    "price": 49,
    "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"
    }
  ]
}
```
