Skip to content

Commit c7f91be

Browse files
committed
feat: 메타 데이터 site_name 추가 및 타이틀 개선
1 parent cc4aadf commit c7f91be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/app/layout.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { Analytics } from "@vercel/analytics/react";
1313
import { Metadata } from "next";
1414

1515
export const metadata: Metadata = {
16-
title: "타로냥 - 고양이 타로술사",
16+
title: "타로냥 - AI 타로로 보는 오늘의 운세, 무료 타로 상담",
1717
metadataBase: new URL("https://tarotnyang.me"),
1818
alternates: {
1919
canonical: "/",
@@ -24,8 +24,9 @@ export const metadata: Metadata = {
2424
openGraph: {
2525
type: "website",
2626
url: "https://tarotnyang.me",
27-
title: "타로냥 - 고양이 타로술사",
27+
title: "타로냥 - AI 타로로 보는 오늘의 운세, 무료 타로 상담",
2828
description: "고양이 타로술사 타로냥이 당신의 질문에 답해주는 AI 타로 서비스입니다.",
29+
siteName: "타로냥",
2930
},
3031
};
3132

0 commit comments

Comments
 (0)