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

# Caprese Focaccia

Fresh basil and warm bread perfume this freshly baked focaccia. A golden crisp crust holds melted mozzarella and roasted tomatoes, balanced by olive oil, sweetness, acidity and fresh herbs.

## Caprese Focaccia
- **Brand**: Santo Pane
- **Price**: R$69.00

Fresh basil and warm bread perfume this freshly baked focaccia. A golden crisp crust holds melted mozzarella and roasted tomatoes, balanced by olive oil, sweetness, acidity and fresh herbs.

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

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Caprese Focaccia",
  "image": "https://santopane.b-cdn.net/paes/focaccia_caprese.png",
  "description": "Fresh basil and warm bread perfume this freshly baked focaccia. A golden crisp crust holds melted mozzarella and roasted tomatoes, balanced by olive oil, sweetness, acidity and fresh herbs.",
  "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": "lactose"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "leite"
    }
  ]
}
```
