---
title: "Experiences and Workshops"
type: event
brand: santopane
locale: en
---

# Experiences and Workshops

Baking classes, coffee tastings, and experiences in the Atlantic Forest.

- [Evento Teste](/en/eventos/68de9ddb88ed10b3d465e911): Um teste de eventos para testar eventos de teste

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "ItemList",
  "name": "Experiences and Workshops | Santo Pane",
  "description": "Baking classes, coffee tastings, and experiences in the Atlantic Forest.",
  "url": "https://santopane.com.br/en/eventos",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "item": {
        "@type": "EducationEvent",
        "name": "Evento Teste",
        "startDate": "2025-10-08T00:00:00.000Z",
        "url": "https://santopane.com.br/en/eventos/68de9ddb88ed10b3d465e911"
      }
    }
  ]
}
```
