Skip to content

Commit

Permalink
Fix: 메타 태그 수정, SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsjsj1246 committed Nov 3, 2023
1 parent 3af026b commit 850f269
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,18 @@
<meta name="naver-site-verification" content="cabdf77206b52d041994ed8919ab0123de1d73b4" />

<!-- Primary Meta Tags -->
<title>듀팅 | Dutying</title>
<meta name="title" content="Daily Diary" />
<meta name="description" content="당신의 하루를 기록해보세요" />
<title>듀팅 | 간호사 근무표 만들기</title>
<meta name="title" content="듀팅 | 간호사 근무표 만들기" />
<meta
name="description"
content="간호사 근무표 만들기 서비스 듀팅으로 간편하게 근무 일정을 관리하세요."
/>
<meta
name="keywords"
content="간호사, 근무표, 듀티표, 간호사 근무표 자동 생성, 근무 표 자동 프로그램, 3교대 근무표, 주 야비 근무 표, 간호사 듀티 표"
/>
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://dutying.net" />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dutying-web",
"private": true,
"version": "0.4.1",
"version": "0.4.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
9 changes: 1 addition & 8 deletions src/pages/LandingPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -395,15 +395,8 @@ function LandingPage() {

<div className="xl:flex-1">
<a
href="http://ye620.channel.io"
className="mt-[62px] block font-apple text-[16px] font-medium text-sub-2 xl:mt-0 xl:text-[1.25rem]"
onClick={() => {
sendEvent(events.landingPage.footer.question);
}}
>
자주 묻는 질문
</a>
<a
className="mb-[72px] mt-[24px] block font-apple text-[16px] font-medium text-sub-2 xl:mt-[1.5rem] xl:text-[1.25rem]"
onClick={() => {
sendEvent(events.landingPage.footer.partnership);
}}
Expand Down

0 comments on commit 850f269

Please sign in to comment.