Skip to content

Commit f12176d

Browse files
authored
Update index.html
1 parent 94b77e8 commit f12176d

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

index.html

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,42 @@
33
<!doctype html>
44
<html lang="zh-TW">
55
<head>
6+
<script type="application/ld+json">
7+
{
8+
"@context": "https://scaict.org/",
9+
"@type": "Organization",
10+
"image": "https://scaict.org/src/img/%E8%83%8C%E5%BD%B1.webp",
11+
"url": "https://scaict.org/",
12+
"logo": "https://scaict.org/src/img/logo.svg",
13+
"name": "SCAICT 中部高中電資社團聯合會議",
14+
"alternateName": ["中電會", "SCAICT", "中部電資聯合會議"],
15+
"description": "中電會是由一群熱愛資訊科技和社團活動的高中職生所組成,而主要目的在於整合中部資訊科技資源,推廣資訊相關的課程。",
16+
"email": "[email protected]",
17+
"contactPoint": {
18+
"@type": "ContactPoint",
19+
"email": "[email protected]"
20+
},
21+
"foundingDate": "2021-12-07",
22+
"legalName": "中部高中電資社團聯合會議",
23+
"numberOfEmployees": {
24+
"@type": "QuantitativeValue",
25+
"value": 40
26+
},
27+
"sameAs": [
28+
"https://www.facebook.com/scaict.tw/",
29+
"https://www.instagram.com/scaict.tw/",
30+
"https://github.com/SCAICT"
31+
]
32+
}
33+
34+
</script>
635
<meta charset="UTF-8" />
736
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
837
<title>SCAICT 中部高中電資社團聯合會議</title>
938
<meta name="theme-color" content="#2f4154" />
1039
<meta
1140
name="description"
12-
content="中部高中電資社團聯合會議 Student's Clubs Alliance of Information in Central Taiwan,簡稱 SCAICT 中電會是新創的中部地區在地高中職學生資訊組織。我們會準備很多的資安,演算法、人工智慧活動,都是針對 0 基礎的主題式教育"
41+
content="中電會是由一群熱愛資訊科技和社團活動的高中職生所組成,而主要目的在於整合中部資訊科技資源,推廣資訊相關的課程。"
1342
/>
1443
<meta name="author" content="毛哥EM" />
1544
<meta name="keywords" content="中部電資聯合會議, 中電會, SCAICT" />
@@ -20,7 +49,7 @@
2049
<meta property="og:image" content="http://example.com/src/img/og.webp" />
2150
<meta
2251
property="og:description"
23-
content="中部高中電資聯合會議 Student's Clubs Alliance of Information in Central Taiwan,簡稱 SCAICT 中電會是新創的中部地區在地高中職學生資訊組織。我們會準備很多的資安,演算法、人工智慧活動,都是針對 0 基礎的主題式教育"
52+
content="中電會是由一群熱愛資訊科技和社團活動的高中職生所組成,而主要目的在於整合中部資訊科技資源,推廣資訊相關的課程。"
2453
/>
2554
<meta property="og:locale" content="zh-TW" />
2655
<link

0 commit comments

Comments
 (0)