-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (61 loc) · 3.1 KB
/
index.html
File metadata and controls
75 lines (61 loc) · 3.1 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
<!DOCTYPE html>
<html lang="ko" translate="no">
<head>
<meta charset="UTF-8" />
<!-- 자동번역 차단 -->
<meta name="google" content="notranslate" />
<!-- 사이트 기본정보 -->
<link rel="icon" type="image/png" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>리픽 - 똑똑한 소비자들의 특가할인 앱테크 플랫폼</title>
<meta name="description"
content="똑똑한 소비자들이 좋은 특가할인을 발견하고 수익까지 창출하는 플랫폼! 특가할인을 공유하고 퍼뜨려서 한계없는 앱테크 수익을 창출해보세요." />
<!-- 키워드 세팅 : 핵심(2) + 핵심 키워드(8) + 보조 키워드(6) -->
<meta name="keywords" content="Repik,리픽, 앱테크,포인트,리워드,핫딜,특가,최저가,할인,특가할인,쇼핑,이벤트,랭킹, Repick,커뮤니티,공동구매,맘카페,핫딜 게시판" />
<meta name="author" content="리픽" />
<!-- Open Graph (SNS 공유 최적화) -->
<meta property="og:title" content="리픽 - 똑똑한 소비자들의 특가할인 앱테크 플랫폼" />
<meta property="og:description" content="지금껏 경험해보지 못한 앱테크 수익. 놓치면 후회할 특가할인을 손쉽게 공유하고, 판매되는만큼 수익을 챙겨가세요!" />
<meta property="og:image" content="/repik-og-beta.jpg" />
<meta property="og:url" content="https://repik.kr" />
<meta property="og:type" content="website" />
<!-- 데이터 구조화 : Website + Organization -->
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","name":"리픽 - 똑똑한 소비자들의 특가할인 랭킹 플랫폼","url":"https://repik.kr"}
</script>
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"Organization","url":"https://repik.kr","logo":"/favicon.png","name":"리픽"}
</script>
<!-- 서치 어드바이저 세팅 -->
<meta name="google-site-verification" content="RGpFhSRRNJ2TWNCg_tBIXEVd__ftkbgLSHQTTcwZ2fU" />
<meta name="naver-site-verification" content="bc33ed70516e8516f263fde58676d61c421ba3b1" />
<!-- Google Ads: Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17444818945"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'AW-17444818945');
</script>
<!-- Google Ads: Event snippet for 페이지 조회 conversion page -->
<script>
gtag('event', 'conversion', {
'send_to': 'AW-17444818945/8WNjCLjd3IMbEIGgq_5A',
'value': 1.0,
'currency': 'KRW'
});
</script>
<!-- Google Analytics (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YXZ8C067XQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-YXZ8C067XQ');
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>