내 사이트가 시작일이 여러 개인 클래스가 있습니다. 즉, 내일, 내일 및 다음날에 클래스가 예약됩니다. 이 수업의 일정을 보여주고 싶습니다.JSON-LD에 여러 startDate가있는 구조화 된 데이터 이벤트
다음 JSON-LD 코드를 사용했지만 목록에서 마지막 날짜를 선택했습니다.
<script type="application/ld+json">
[{
"@context" : "http://schema.org",
"@type" : "EducationEvent",
"name" : "leed-exam-prep",
"startDate" : "Thursday, September 8, 2016<br />Friday, September 9, 2016",
"url": "https://www.example.com/class/leed-exam-prep/leed-green-associate-exam-prep",
"location" : {
"@type" : "Place",
"name" : "WI - Madison",
"address" : "WI - Madison"
}
}]
어떻게 같은 클래스에 대해 여러 시작 날짜를 사용할 수 있습니까?