---
title: "Focaccia Formaggi — Cheese Focaccia"
type: product
brand: santopane
locale: en
---

# Focaccia Formaggi — Cheese Focaccia

Light, airy Focaccia Formaggi made with extra-virgin olive oil, generously topped with mozzarella, Parmesan, rosemary and coarse salt.

## Focaccia Formaggi — Cheese Focaccia
- **Brand**: Santo Pane
- **Price**: R$59.00

Light, airy Focaccia Formaggi made with extra-virgin olive oil, generously topped with mozzarella, Parmesan, rosemary and coarse salt.

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

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Focaccia Formaggi — Cheese Focaccia",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1757458208403-ssg0mgr43x.jpg",
  "description": "Light, airy Focaccia Formaggi made with extra-virgin olive oil, generously topped with mozzarella, Parmesan, 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"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "lactose"
    }
  ]
}
```
