events von kellerperle automatisch gezogen

This commit is contained in:
Ralf Thees 2025-11-24 22:50:28 +01:00
parent 808fbb365d
commit 9e3029f534
12 changed files with 348 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Kellerperle Fesseltreff",
"startDate": "2025-12-07T15:00:00",
"endDate": "2025-12-07T20:00:00",
"doorTime": "2025-12-07T15:00:00",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"description": "",
"location": {
"@type": "Place",
"name": "Kellerperle",
"address": {
"@type": "PostalAddress",
"streetAddress": "Am Studentenhaus 1",
"addressLocality": "Würzburg",
"postalCode": "97072",
"addressCountry": "DE"
}
},
"offers": {
"@type": "Offer",
"price": "spende",
"priceCurrency": "EUR",
"availability": "https://schema.org/InStock",
"url": "https://www.kellerperle.de"
}
}