-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (47 loc) · 1.9 KB
/
index.html
File metadata and controls
50 lines (47 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html lang="ko">
<head>
<title>The Julge</title>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- ✅ SEO용 -->
<meta
name="description"
content="The Julge는 사장님을 위한 빠른 단기 알바 공고 등록과, 알바생을 위한 당일 알바 신청 기능을 제공합니다. 오늘 필요한 알바, 지금 매칭하세요!"
/>
<meta
name="keywords"
content="알바, 단기 알바, 일일 알바, 매칭, 당일 알바, 구인, 구직, 사장님, 알바생"
/>
<meta name="author" content="The Julge Team" />
<!-- ✅ Open Graph (카카오톡, 페이스북, 디스코드 등) -->
<meta property="og:title" content="The Julge" />
<meta
property="og:description"
content="사장님은 오늘 쓸 알바생을 빠르게 모집하고, 알바생은 원하는 단기 알바를 바로 신청할 수 있어요. 단기 알바 매칭 플랫폼 The Julge."
/>
<meta
property="og:image"
content="https://the-julge-eight.vercel.app/og-thumbnail.png"
/>
<meta property="og:url" content="https://the-julge-eight.vercel.app/" />
<meta property="og:type" content="website" />
<!-- ✅ Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="The Julge" />
<meta
name="twitter:description"
content="사장님은 단기 알바생 모집, 알바생은 당일 알바 신청! 지금 바로 The Julge에서 매칭하세요."
/>
<meta
name="twitter:image"
content="https://the-julge-eight.vercel.app/og-thumbnail.png"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>