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

# Almond, Gorgonzola, Rosemary and Fleur de Sel Focaccia

A focaccia for those who enjoy decisive flavours: the richness of blue cheese is balanced by the toasted, nutty character of nuts. Finish with a thread of honey when serving for a sweet-savoury contrast.

## Almond, Gorgonzola, Rosemary and Fleur de Sel Focaccia
- **Brand**: Santo Pane
- **Price**: R$69.00

A focaccia for those who enjoy decisive flavours: the richness of blue cheese is balanced by the toasted, nutty character of nuts. Finish with a thread of honey when serving for a sweet-savoury contrast.

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

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Almond, Gorgonzola, Rosemary and Fleur de Sel Focaccia",
  "image": "https://santopane.b-cdn.net/paes/Focaccia%20de%20Amendoas%2C%20Gorgonzola%2C%20Alecrim%20e%20Flor%20de%20Sal.webp",
  "description": "A focaccia for those who enjoy decisive flavours: the richness of blue cheese is balanced by the toasted, nutty character of nuts. Finish with a thread of honey when serving for a sweet-savoury contrast.",
  "offers": {
    "@type": "Offer",
    "price": 69,
    "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"
    }
  ]
}
```
