diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9ceb4d2..5b8c2aa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -29,9 +29,30 @@ export const metadata: Metadata = { shortcut: "/ff-srtool.ico", apple: "/ff-srtool.png", }, + openGraph: { + title: "Firefly SrTools", + description: "SrTools by Kain", + url: "https://srtools.kain.id.vn", + siteName: "Firefly SrTools", + images: [ + { + url: "/ff-srtool.png", + width: 1200, + height: 630, + alt: "Firefly SrTools Logo", + }, + ], + locale: "en_US", + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "Firefly SrTools", + description: "SrTools by Kain", + images: ["/ff-srtool.png"], + }, }; - export default async function RootLayout({ children, }: Readonly<{