feat: add Seo tags(open graph & twitter)
This commit is contained in:
parent
cfc0ae6cf4
commit
92584a3ea6
@ -11,7 +11,22 @@ import "./globals.css"
|
|||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Sandbox",
|
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({
|
export default function RootLayout({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user