-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (66 loc) · 3.27 KB
/
index.html
File metadata and controls
72 lines (66 loc) · 3.27 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!doctype html>
<html lang="ko">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T3WB3XGRR4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-T3WB3XGRR4');
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/images/MoonRabbitSleep2.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<title>달토끼 | 고민을 나누고 위로받는 감성 커뮤니티</title>
<meta name="description" content="달토끼와 함께 고민을 나누고 위로받으세요. 익명으로 안전하게 마음을 털어놓고, 따뜻한 응원을 받아보세요." />
<meta name="keywords" content="고민상담, 심리상담, 감성커뮤니티, 달토끼, 마음치유, 위로, 익명상담" />
<meta name="robots" content="index, follow" />
<meta name="author" content="달토끼" />
<meta name="application-name" content="달토끼" />
<meta name="apple-mobile-web-app-title" content="달토끼" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="달토끼 | 고민을 나누고 위로받는 감성 커뮤니티" />
<meta property="og:description" content="달토끼와 함께 고민을 나누고 위로받으세요. 익명으로 안전하게 마음을 털어놓고, 따뜻한 응원을 받아보세요." />
<meta property="og:image" content="https://moonrabbit-web.kro.kr/images/MoonRabbitLogo.png" />
<meta property="og:url" content="https://moonrabbit-web.kro.kr" />
<meta property="og:site_name" content="달토끼" />
<meta property="og:locale" content="ko_KR" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="달토끼 | 고민을 나누고 위로받는 감성 커뮤니티" />
<meta name="twitter:description" content="달토끼와 함께 고민을 나누고 위로받으세요. 익명으로 안전하게 마음을 털어놓고, 따뜻한 응원을 받아보세요." />
<meta name="twitter:image" content="https://moonrabbit-web.kro.kr/images/MoonRabbitLogo.png" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "달토끼",
"alternateName": "MoonRabbit",
"description": "고민을 나누고 위로받는 감성 커뮤니티",
"url": "https://moonrabbit-web.kro.kr",
"potentialAction": {
"@type": "SearchAction",
"target": "https://moonrabbit-web.kro.kr/night-sky?search={search_term_string}",
"query-input": "required name=search_term_string"
},
"publisher": {
"@type": "Organization",
"name": "달토끼",
"logo": {
"@type": "ImageObject",
"url": "https://moonrabbit-web.kro.kr/images/MoonRabbitLogo.png"
}
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>