Skip to content

Commit 63f4aa8

Browse files
authored
feat: naver seo (#477)
* feat: naver seo * chore: Update index.html og:image
1 parent 92e2139 commit 63f4aa8

File tree

2 files changed

+41
-5
lines changed

2 files changed

+41
-5
lines changed

frontend/public/index.html

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,28 @@
55
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
8-
<meta
9-
name="description"
10-
content="Web site created using create-react-app"
11-
/>
8+
9+
<!-- SEO Meta Tags -->
10+
<meta name="description" content="SeeAndYouGo(씨앤유고)는 충남대학교 학생식당의 실시간 혼잡도, 메뉴 정보, 혼잡도 통계를 제공하고 학생들이 메뉴별 리뷰를 작성할 수 있는 커뮤니티 플랫폼입니다." />
11+
<meta name="keywords" content="SeeAndYouGo, 씨앤유고, 충남대학교, 충남대, CNU, 충남대 학생식당, 충남대 학생회관, 충남대 식당 메뉴, 충남대 실시간 혼잡도, 충남대 혼잡도 통계, 충남대 식단표, 충남대 메뉴 리뷰, 충남대 식당 정보" />
12+
<meta name="author" content="SeeAndYouGo" />
13+
<meta name="robots" content="index, follow" />
14+
15+
<!-- Open Graph (네이버 검색 썸네일용) -->
16+
<meta property="og:type" content="website" />
17+
<meta property="og:url" content="https://www.seeandyougo.com/" />
18+
<meta property="og:title" content="SeeAndYouGo(씨앤유고) - 충남대학교 학생식당 정보 플랫폼" />
19+
<meta property="og:description" content="SeeAndYouGo(씨앤유고)는 충남대학교 학생식당의 실시간 혼잡도, 메뉴 정보, 혼잡도 통계를 제공하고 학생들이 메뉴별 리뷰를 작성할 수 있는 커뮤니티 플랫폼입니다." />
20+
<meta property="og:image" content="https://www.seeandyougo.com/assets/images/readme/readme_thumbnail.jpg" />
21+
<meta property="og:locale" content="ko_KR" />
22+
<meta property="og:site_name" content="SeeAndYouGo(씨앤유고)" />
23+
24+
<!-- 네이버 검색엔진 최적화 -->
25+
<meta name="naver-site-verification" content="" />
26+
27+
<!-- Canonical URL -->
28+
<link rel="canonical" href="https://www.seeandyougo.com/" />
29+
1230
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.ico" />
1331
<!--
1432
manifest.json provides metadata used when your web app is installed on a

frontend/public/robots.txt

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
# https://www.robotstxt.org/robotstxt.html
2+
# 모든 검색엔진 허용
23
User-agent: *
3-
Disallow:
4+
Allow: /
5+
Disallow: /admin/
6+
Disallow: /oauth
7+
Disallow: /set-nickname
8+
Disallow: /my-review-page
9+
Disallow: /api/
10+
11+
# 네이버 검색엔진 최적화
12+
User-agent: Yeti
13+
Allow: /
14+
Disallow: /admin/
15+
Disallow: /oauth
16+
Disallow: /set-nickname
17+
Disallow: /my-review-page
18+
Disallow: /api/
19+
20+
# 사이트맵 위치
21+
Sitemap: https://www.seeandyougo.com/sitemap.xml

0 commit comments

Comments
 (0)