Skip to content

Commit

Permalink
Merge pull request #232 from rkdcodus/seo
Browse files Browse the repository at this point in the history
✨feat: 네이버 검색엔진 최적화 시도
  • Loading branch information
rkdcodus authored Jan 21, 2025
2 parents 437d023 + d203631 commit 0f1fb5a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions grass-diary/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css"
/>
<title>잔디 일기</title>
<meta
name="description"
content="매일 꾸준한 기록으로 내적 성장을 도모하는 일기장, 다른 사람들의 일상을 공유하고 싶다면 잔디 일기에서 만나요"
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="잔디 일기" />
<meta
property="og:description"
content="매일 꾸준한 기록으로 내적 성장을 도모하는 일기장, 다른 사람들의 일상을 공유하고 싶다면 잔디 일기에서 만나요"
/>
<meta property="og:url" content="https://grassdiary.site" />
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 0f1fb5a

Please sign in to comment.