---
title: "Focaccia Semplice — Simple Focaccia"
type: product
brand: santopane
locale: en
---

# Focaccia Semplice — Simple Focaccia

Soft, airy dough crowned with tomatoes, Parmesan and fresh rosemary. The rosemary mingles with olive oil above a crisp crust; enjoy with wine, olive oil or in a sandwich with Parma ham and burrata.

## Focaccia Semplice — Simple Focaccia
- **Brand**: Santo Pane
- **Price**: R$47.00

Soft, airy dough crowned with tomatoes, Parmesan and fresh rosemary. The rosemary mingles with olive oil above a crisp crust; enjoy with wine, olive oil or in a sandwich with Parma ham and burrata.

- Contains gluten
- Contains wheat
- Contains milk

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Focaccia Semplice — Simple Focaccia",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1757458017123-99ooany8eg7.jpg",
  "description": "Soft, airy dough crowned with tomatoes, Parmesan and fresh rosemary. The rosemary mingles with olive oil above a crisp crust; enjoy with wine, olive oil or in a sandwich with Parma ham and burrata.",
  "offers": {
    "@type": "Offer",
    "price": 47,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "leite"
    }
  ]
}
```
