{{ formatDateToDay(event.startDate) }} {{ formatDateToMonth(event.startDate) }} {{ formatDateToTime(event.startDate) }} – {{ formatDateToTime(event.endDate) }} 您當地時間 {{ formatLanguage(event.language) }} {{ event.name }} 標籤: {{ event.category.join(', ') }} {{ event.name }} { "@context": "https://schema.org", "@type": "Event" ,"name": "{{ event.name.replace(/['"]+/g, '') }}" ,"description": "{{ event.description.replace(/['"]+/g, '') }}" ,"image": "{{ event.headerLogoUrl }}" ,"startDate": "{{ event.startDate }}" ,"endDate": "{{ event.endDate }}" ,"eventStatus": "https://schema.org/EventScheduled", "eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode", "location": { "@type": "VirtualLocation" ,"url": "{{ event.websiteUrl }}" } } { "@context": "https://schema.org", "@type": "Event" ,"name": "{{ event.name.replace(/['"]+/g, '') }}" ,"description": "{{ event.description.replace(/['"]+/g, '') }}" ,"image": "{{ event.headerLogoUrl }}" ,"startDate": "{{ event.startDate }}" ,"endDate": "{{ event.endDate }}" ,"eventStatus": "https://schema.org/EventScheduled", "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode" ,"location": { "@type": "Place" ,"name": "{{ event.venue.name }}", "address": { "@type": "PostalAddress" ,"streetAddress": "{{ event.venue.address1 }}" ,"addressLocality": "{{ event.venue.city }}" ,"addressCountry": "{{ event.venue.country }}" } } }