From 3cbdd7fbe8edb93ef29a83e6ed20f0b4feeaf78c Mon Sep 17 00:00:00 2001 From: Denny Huang Date: Thu, 21 Nov 2024 21:17:47 +0800 Subject: [PATCH] Update json-ld --- index.html | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 06f1072..54b826f 100644 --- a/index.html +++ b/index.html @@ -12,9 +12,9 @@ { "@context": "https://schema.org", "@type": "Event", - "name": "SITCON 2024", - "url": "https://sitcon.org/2024/", - "startDate": "2024-03-09T08:30+08:00", + "name": "SITCON 2025", + "url": "https://sitcon.org/2025/", + "startDate": "2025-03-08T08:30+08:00", "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode", "location": { "@type": "EventVenue", @@ -25,27 +25,37 @@ "@type": "Organization", "url": "https://sitcon.org", "name": "SITCON 學生計算機年會", - "logo": "https://sitcon.org/2022/imgs/logo.png", + "logo": "https://sitcon.org/branding/assets/logos/withname.png", "sameAs": [ - "https://www.youtube.com/user/SITCONArchive", + "https://zh.wikipedia.org/wiki/%E5%AD%B8%E7%94%9F%E8%A8%88%E7%AE%97%E6%A9%9F%E5%B9%B4%E6%9C%83", + "https://www.youtube.com/@SITCONtw", "https://www.facebook.com/SITCONtw/", - "https://twitter.com/sitcontw" + "https://www.instagram.com/sitcon.tw/", + "https://x.com/sitcontw", + "https://www.linkedin.com/company/sitcon-tw/", + "https://www.threads.net/@sitcon.tw", + "https://flickr.com/photos/sitcon" ] }, "image": [ - "https://sitcon.org/2024/cfp/og.png" + "https://sitcon.org/2025/og.jpg" ], - "description": "學生計算機年會(Students’ Information Technology Conference)自 2013 年發起,以學生為本、由學生自發舉辦,長期投身學生資訊教育與推廣開源精神,鼓勵學生們成為實踐者,貢獻程式碼、打造並部署服務、透過實際行動推動專案,最後將這些結晶分享出去,讓更多人能關注你認為重要的議題,打造更緊密的社群。", - "endDate": "2024-03-09T18:00+08:00", + "description": "學生計算機年會(Students’ Information Technology Conference)自 2012 年發起,以學生為本、由學生自發舉辦,長期投身學生資訊教育與推廣開源精神,鼓勵學生們成為實踐者,貢獻程式碼、打造並部署服務、透過實際行動推動專案,最後將這些結晶分享出去,讓更多人能關注你認為重要的議題,打造更緊密的社群。", + "endDate": "2025-03-08T18:00+08:00", "performer": { "@type": "Organization", "url": "https://sitcon.org", "name": "SITCON 學生計算機年會", - "logo": "https://sitcon.org/2022/imgs/logo.png", + "logo": "https://sitcon.org/branding/assets/logos/withname.png", "sameAs": [ - "https://www.youtube.com/user/SITCONArchive", + "https://zh.wikipedia.org/wiki/%E5%AD%B8%E7%94%9F%E8%A8%88%E7%AE%97%E6%A9%9F%E5%B9%B4%E6%9C%83", + "https://www.youtube.com/@SITCONtw", "https://www.facebook.com/SITCONtw/", - "https://twitter.com/sitcontw" + "https://www.instagram.com/sitcon.tw/", + "https://x.com/sitcontw", + "https://www.linkedin.com/company/sitcon-tw/", + "https://www.threads.net/@sitcon.tw", + "https://flickr.com/photos/sitcon" ] }, "eventStatus": "EventScheduled"