---
title: "Wholegrain Bread with Oat Topping"
type: product
brand: santopane
locale: en
---

# Wholegrain Bread with Oat Topping

Naturally leavened bread made with olive oil and brown sugar. An oat topping brings a gentle flavour, texture and an artisanal touch.

## Wholegrain Bread with Oat Topping
- **Brand**: Santo Pane
- **Price**: R$48.00

Naturally leavened bread made with olive oil and brown sugar. An oat topping brings a gentle flavour, texture and an artisanal touch.

- Contains gluten
- Contains wheat
- Contains oats

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Wholegrain Bread with Oat Topping",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1757456849501-bfdcz54ye2.jpeg",
  "description": "Naturally leavened bread made with olive oil and brown sugar. An oat topping brings a gentle flavour, texture and an artisanal touch.",
  "offers": {
    "@type": "Offer",
    "price": 48,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "aveia"
    }
  ]
}
```
