-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (114 loc) · 4.61 KB
/
index.html
File metadata and controls
121 lines (114 loc) · 4.61 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./Favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#ffffff" />
<title>Haertz(헤르츠)</title>
<!-- SEO 메타 태그 -->
<title>Haertz | 전문가의 1:1 헤어스타일 컨설팅</title>
<meta
name="description"
content="전문 헤어 디자이너와 함께하는 1:1 맞춤 헤어스타일 컨설팅. 대면/화상 상담으로 당신만의 완벽한 헤어스타일을 찾아보세요." />
<meta
name="keywords"
content="헤어스타일 컨설팅, 헤르츠, haertz, 헤어 디자인, 1:1 상담, 화상상담, 헤어스타일 추천, 헤어 상담, 미용실 예약" />
<meta name="author" content="Haertz" />
<meta name="robots" content="index, follow" />
<!-- Open Graph (OG) 태그: SNS 공유 최적화 -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Haertz" />
<meta
property="og:title"
content="Haertz | 나만의 헤어스타일을 찾는 가장 스마트한 방법" />
<meta
property="og:description"
content="전문 헤어 디자이너와 함께하는 1:1 맞춤 컨설팅으로 당신만의 스타일을 찾아보세요. 대면/화상 상담으로 더 쉽고 확실하게." />
<meta
property="og:image"
content="https://haertz.kr/img/og-image.png" />
<meta property="og:url" content="https://haertz.kr" />
<!-- Google Analytics (GA) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-1KGDDM1CW5"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-1KGDDM1CW5')
</script>
<!-- Google Tag Manager (GTM) -->
<script>
;(function (w, d, s, l, i) {
w[l] = w[l] || []
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js',
})
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : ''
j.async = true
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl
f.parentNode.insertBefore(j, f)
})(window, document, 'script', 'dataLayer', 'GTM-THH69WBJ')
</script>
<!-- End Google Tag Manager -->
<!-- Meta Pixel Code -->
<script>
!(function (f, b, e, v, n, t, s) {
if (f.fbq) return
n = f.fbq = function () {
n.callMethod
? n.callMethod.apply(n, arguments)
: n.queue.push(arguments)
}
if (!f._fbq) f._fbq = n
n.push = n
n.loaded = !0
n.version = '2.0'
n.queue = []
t = b.createElement(e)
t.async = !0
t.src = v
s = b.getElementsByTagName(e)[0]
s.parentNode.insertBefore(t, s)
})(
window,
document,
'script',
'https://connect.facebook.net/en_US/fbevents.js'
)
fbq('init', '1289349315615595')
fbq('track', 'PageView')
</script>
<!-- End Meta Pixel Code -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-THH69WBJ"
height="0"
width="0"
style="display: none; visibility: hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Meta Pixel Code (noscript) -->
<noscript
><img
height="1"
width="1"
style="display: none"
src="https://www.facebook.com/tr?id=1289349315615595&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code (noscript) -->
<div id="root"></div>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>