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

# Margherita Focaccia

Soft, airy Margherita Focaccia made with extra-virgin olive oil, topped with melted mozzarella, fresh cherry tomatoes and basil leaves.

## Margherita Focaccia
- **Brand**: Santo Pane
- **Price**: R$50.00

Soft, airy Margherita Focaccia made with extra-virgin olive oil, topped with melted mozzarella, fresh cherry tomatoes and basil leaves.

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

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Margherita Focaccia",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1757459072532-ijyedtlni08.png",
  "description": "Soft, airy Margherita Focaccia made with extra-virgin olive oil, topped with melted mozzarella, fresh cherry tomatoes and basil leaves.",
  "offers": {
    "@type": "Offer",
    "price": 50,
    "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"
    }
  ]
}
```
