Fix json-ld

This commit is contained in:
Denny Huang 2021-01-19 21:05:29 +08:00
parent 3e1bc1a99d
commit a382d89e04

View File

@ -36,21 +36,12 @@
"offers": [ "offers": [
{ {
"@type": "Offer", "@type": "Offer",
"name": "個人贊助票", "name": "個人小額贊助方案",
"url": "https://sitcon.kktix.cc/events/sitcon2020-individual-sponsor", "url": "https://sitcon.kktix.cc/events/sitcon2020-individual-sponsor",
"price": "1000",
"priceCurrency": "TWD",
"availability": "http://schema.org/InStock",
"validFrom": "2019-10-14T00:00+08:00"
},
{
"@type": "Offer",
"name": "個人贊助票(純粹贊助)",
"url": "https://sitcon.kktix.cc/events/sitcon2021-individual-sponsor1",
"price": "500", "price": "500",
"priceCurrency": "TWD", "priceCurrency": "TWD",
"availability": "http://schema.org/InStock", "availability": "http://schema.org/InStock",
"validFrom": "2019-10-14T00:00+08:00" "validFrom": "2020-12-01T00:00+08:00"
} }
], ],
"performer": { "performer": {
@ -64,8 +55,7 @@
"https://twitter.com/sitcontw" "https://twitter.com/sitcontw"
] ]
}, },
"eventStatus": "EventRescheduled", "eventStatus": "EventScheduled"
"previousStartDate": "2021-05-29T08:30+08:00"
} }
</script> </script>
<script> <script>
@ -95,4 +85,4 @@
} }
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'UA-34467841-1'); gtag('config', 'UA-34467841-1');
</script> </script>