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

# Parmesan, Rosemary and Fleur de Sel Focaccia

Fresh rosemary and gratinéed Parmigiano-Reggiano perfume this naturally leavened focaccia. Its golden cheese crust, fleur de sel and light, airy crumb create a robust, welcoming balance.

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

Fresh rosemary and gratinéed Parmigiano-Reggiano perfume this naturally leavened focaccia. Its golden cheese crust, fleur de sel and light, airy crumb create a robust, welcoming balance.

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

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Parmesan, Rosemary and Fleur de Sel Focaccia",
  "image": "https://santopane.b-cdn.net/paes/Focaccia_Parmesao_Alecrim_Flor_de_Sal.webp",
  "description": "Fresh rosemary and gratinéed Parmigiano-Reggiano perfume this naturally leavened focaccia. Its golden cheese crust, fleur de sel and light, airy crumb create a robust, welcoming balance.",
  "offers": {
    "@type": "Offer",
    "price": 45,
    "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"
    }
  ]
}
```
