-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
62 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,65 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>CHESSMONG</title> | ||
<meta | ||
name="description" | ||
content="체스의 현재 상태를 입력하면 맞춤형 유튜브 체스 강의 목록을 확인할 수 있어요! 체스 실력을 빠르게 향상시키는 방법!" | ||
/> | ||
<meta | ||
name="keywords" | ||
content="체스,체스몽,체스 현재 상태,chess,fen,chess fen,체스 유튜브,체스 강의,체스 강의 목록,체스 실력,체스 시작,체스 초보,체스 오프닝,체스 입문,기물 교환,체스 해설,온라인 체스,체스 고수" | ||
/> | ||
<meta name="author" content="CHESSMONG" /> | ||
<link rel="icon" href="/favicon/favicon.ico" /> | ||
<link rel="apple-touch-icon" href="/favicon/apple-touch-icon.png" /> | ||
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-chrome-192x192.png" /> | ||
<link rel="icon" type="image/png" sizes="512x512" href="/favicon/android-chrome-512x512.png" /> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png" /> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png" /> | ||
<meta property="og:title" content="CHESSMONG - 맞춤형 체스 강의" /> | ||
<meta | ||
property="og:description" | ||
content="체스의 현재 상태를 입력하면 맞춤형 유튜브 체스 강의 목록을 확인하세요! 체스 실력을 빠르게 향상시키는 방법!" | ||
/> | ||
<meta property="og:image" content="/favicon/chessmong.png" /> | ||
<meta property="og:url" content="https://chessmong.com" /> | ||
<meta property="og:type" content="website" /> | ||
<meta name="naver-site-verification" content="38dc3ad0403b9a6204b40a963059bb51869639d1" /> | ||
<script | ||
async | ||
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4549143798342622" | ||
crossorigin="anonymous" | ||
></script> | ||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "LocalBusiness", | ||
"name": "CHESSMONG", | ||
"description": "체스의 현재 상태를 입력하면 맞춤형 유튜브 체스 강의 목록을 확인할 수 있어요! 체스 실력을 빠르게 향상시키는 방법! -", | ||
"url": "https://chessmong.com", | ||
"address": { | ||
"@type": "PostalAddress", | ||
"addressLocality": "서울특별시", | ||
"addressCountry": "KR" | ||
}, | ||
"image": "/favicon/chessmong.png" | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
</body> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>CHESSMONG</title> | ||
<meta | ||
name="description" | ||
content="체스몽에서 체스의 현재 상태를 입력하면 맞춤형 유튜브 체스 강의 목록을 확인할 수 있어요! 체스 실력을 빠르게 향상시키는 방법!" | ||
/> | ||
<meta | ||
name="keywords" | ||
content="체스,체스몽,체스 현재 상태,chess,fen,chess fen,체스 유튜브,체스 강의,체스 강의 목록,체스 실력,체스 시작,체스 초보,체스 오프닝,체스 입문,기물 교환,체스 해설,온라인 체스,체스 고수" | ||
/> | ||
<meta name="author" content="CHESSMONG" /> | ||
<link rel="icon" href="/favicon/favicon.ico" /> | ||
<link rel="apple-touch-icon" href="/favicon/apple-touch-icon.png" /> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="192x192" | ||
href="/favicon/android-chrome-192x192.png" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="512x512" | ||
href="/favicon/android-chrome-512x512.png" | ||
/> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png" /> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png" /> | ||
<meta property="og:title" content="CHESSMONG - 맞춤형 체스 강의" /> | ||
<meta | ||
property="og:description" | ||
content="체스의 현재 상태를 입력하면 맞춤형 유튜브 체스 강의 목록을 확인하세요! 체스 실력을 빠르게 향상시키는 방법!" | ||
/> | ||
<meta property="og:image" content="/favicon/chessmong.png" /> | ||
<meta property="og:url" content="https://chessmong.com" /> | ||
<meta property="og:type" content="website" /> | ||
<meta name="naver-site-verification" content="38dc3ad0403b9a6204b40a963059bb51869639d1" /> | ||
<script | ||
async | ||
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4549143798342622" | ||
crossorigin="anonymous" | ||
></script> | ||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "LocalBusiness", | ||
"name": "CHESSMONG", | ||
"description": "체스의 현재 상태를 입력하면 맞춤형 유튜브 체스 강의 목록을 확인할 수 있어요! 체스 실력을 빠르게 향상시키는 방법! -", | ||
"url": "https://chessmong.com", | ||
"address": { | ||
"@type": "PostalAddress", | ||
"addressLocality": "서울특별시", | ||
"addressCountry": "KR" | ||
}, | ||
"image": "/favicon/chessmong.png" | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
</body> | ||
</html> |