From 92584a3ea66774841a15b699e97d0e7977b23961 Mon Sep 17 00:00:00 2001 From: Hamzat Victor Date: Wed, 8 Jan 2025 01:41:41 +0100 Subject: [PATCH] feat: add Seo tags(open graph & twitter) --- frontend/app/layout.tsx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx index 57f5c17..dd63c9e 100644 --- a/frontend/app/layout.tsx +++ b/frontend/app/layout.tsx @@ -11,7 +11,22 @@ import "./globals.css" export const metadata: Metadata = { title: "Sandbox", - description: "A collaborative, AI-powered cloud code editing environment", + description: + "an open-source cloud-based code editing environment with custom AI code generation, live preview, real-time collaboration, and AI chat", + openGraph: { + type: "website", + url: "https://sandbox.gitwit.dev", + title: "Sandbox", + description: + "an open-source cloud-based code editing environment with custom AI code generation, live preview, real-time collaboration, and AI chat", + }, + twitter: { + site: "https://sandbox.gitwit.dev", + title: "Sandbox by Gitwit", + description: + "an open-source cloud-based code editing environment with custom AI code generation, live preview, real-time collaboration, and AI chat", + creator: "@gitwitdev", + }, } export default function RootLayout({