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

# Vegan Focaccia

Light, vegan Focaccia Veg made with extra-virgin olive oil, topped with red onion, cherry tomatoes and Azapa olives for Mediterranean freshness and colour.

## Vegan Focaccia
- **Brand**: Santo Pane
- **Price**: R$48.00

Light, vegan Focaccia Veg made with extra-virgin olive oil, topped with red onion, cherry tomatoes and Azapa olives for Mediterranean freshness and colour.

- Contains gluten
- Contains wheat

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Vegan Focaccia",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1757458335328-lnh16zne5f.jpg",
  "description": "Light, vegan Focaccia Veg made with extra-virgin olive oil, topped with red onion, cherry tomatoes and Azapa olives for Mediterranean freshness and colour.",
  "offers": {
    "@type": "Offer",
    "price": 48,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    }
  ]
}
```
