Benjamin Völkl 2023-07-06 20:29:58 +02:00
parent 4bb9ceca99
commit 9ce510bb34
1 changed files with 32 additions and 0 deletions

View File

@ -1,6 +1,38 @@
@extends('template.'.config('settings.template').'.content.master')
@section('head')
<title>{{$content->title}}</title>

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "{{$content->title}}",
"startDate": "{{$content->title}}",
"endDate": "2025-07-21T23:00-05:00",
"eventStatus": "https://schema.org/EventScheduled",
"location": {
"@type": "Place",
"name": "Schulsportanlage Gymnasium Neustadt",
"address": {
"@type": "PostalAddress",
"streetAddress": "Bildstraße 20",
"addressLocality": "Neustadt a. d. Waldnaab",
"postalCode": "92660",
"addressRegion": "Bayern",
"addressCountry": "DE"
}
},
"description": "{{$content->beschreibung}}",


"organizer": {
"@type": "Organization",
"name": "Förderverein Läufermeeting Neustadt e.V. ",
"url": "https://www.laeufermeeting-neustadt.de"
}
}
</script>

@stop
@section('content')