---
title: "Rosemary and Fleur de Sel Focaccia"
type: product
brand: santopane
locale: en
---

# Rosemary and Fleur de Sel Focaccia

Our Classic Focaccia is patiently naturally leavened, with a golden crisp crust and a light, airy crumb. Extra-virgin olive oil, fresh rosemary and fleur de sel bring a clear, balanced finish.

## Rosemary and Fleur de Sel Focaccia
- **Brand**: Santo Pane
- **Price**: R$42.50

Our Classic Focaccia is patiently naturally leavened, with a golden crisp crust and a light, airy crumb. Extra-virgin olive oil, fresh rosemary and fleur de sel bring a clear, balanced finish.

- Contains gluten
- Contains wheat

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Rosemary and Fleur de Sel Focaccia",
  "image": "https://santopane.b-cdn.net/paes/Focaccia_Alecrim_e_Flor_de_Sal_copy.webp",
  "description": "Our Classic Focaccia is patiently naturally leavened, with a golden crisp crust and a light, airy crumb. Extra-virgin olive oil, fresh rosemary and fleur de sel bring a clear, balanced finish.",
  "offers": {
    "@type": "Offer",
    "price": 42.5,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    }
  ]
}
```
