---
title: "Calabrian Focaccia"
type: product
brand: santopane
locale: en
---

# Calabrian Focaccia

Light, airy Calabrian Focaccia made with extra-virgin olive oil and topped with mozzarella, Calabrian sausage, red onion, rosemary and coarse salt.

## Calabrian Focaccia
- **Brand**: Santo Pane
- **Price**: R$59.00

Light, airy Calabrian Focaccia made with extra-virgin olive oil and topped with mozzarella, Calabrian sausage, red onion, rosemary and coarse salt.

- Contains gluten
- Contains wheat
- Contains milk

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Calabrian Focaccia",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1758113232255-6qq16p7xt4.jpg",
  "description": "Light, airy Calabrian Focaccia made with extra-virgin olive oil and topped with mozzarella, Calabrian sausage, red onion, rosemary and coarse salt.",
  "offers": {
    "@type": "Offer",
    "price": 59,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "leite"
    }
  ]
}
```
