We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4aadf commit c7f91beCopy full SHA for c7f91be
src/app/layout.tsx
@@ -13,7 +13,7 @@ import { Analytics } from "@vercel/analytics/react";
13
import { Metadata } from "next";
14
15
export const metadata: Metadata = {
16
- title: "타로냥 - 고양이 타로술사",
+ title: "타로냥 - AI 타로로 보는 오늘의 운세, 무료 타로 상담",
17
metadataBase: new URL("https://tarotnyang.me"),
18
alternates: {
19
canonical: "/",
@@ -24,8 +24,9 @@ export const metadata: Metadata = {
24
openGraph: {
25
type: "website",
26
url: "https://tarotnyang.me",
27
28
description: "고양이 타로술사 타로냥이 당신의 질문에 답해주는 AI 타로 서비스입니다.",
29
+ siteName: "타로냥",
30
},
31
};
32
0 commit comments