---
title: "Cinnamon Roll Bread"
type: product
brand: santopane
locale: en
---

# Cinnamon Roll Bread

Soft, golden artisanal Cinnamon Rolls in a bread format. Delicate dough carries the warm aroma of cinnamon and the gentle sweetness of sugar.

## Cinnamon Roll Bread
- **Brand**: Santo Pane
- **Price**: R$57.00

Soft, golden artisanal Cinnamon Rolls in a bread format. Delicate dough carries the warm aroma of cinnamon and the gentle sweetness of sugar.

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

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Cinnamon Roll Bread",
  "image": "https://santopane.b-cdn.net/paes/Cinnamon%20Roll%20P%C3%A3o%20-%20Santo%20Pane.webp",
  "description": "Soft, golden artisanal Cinnamon Rolls in a bread format. Delicate dough carries the warm aroma of cinnamon and the gentle sweetness of sugar.",
  "offers": {
    "@type": "Offer",
    "price": 57,
    "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"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "ovos"
    }
  ]
}
```
