Skip to content

Commit

Permalink
Update json-ld
Browse files Browse the repository at this point in the history
  • Loading branch information
denny0223 committed Nov 21, 2024
1 parent 79a6a79 commit 3cbdd7f
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 3cbdd7f

Please sign in to comment.