From b5a7b5d0c8eab153239db4b819f95cfc4b538d33 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 5 Sep 2023 08:01:57 -0700 Subject: [PATCH] chore: update legacy web app seo metadata Signed-off-by: James --- web-client/app/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web-client/app/layout.tsx b/web-client/app/layout.tsx index 4d7031174..554f4abb6 100644 --- a/web-client/app/layout.tsx +++ b/web-client/app/layout.tsx @@ -8,10 +8,12 @@ import SessionProviderWrapper from "@/_components/SessionProviderWrapper"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Free AI Image Generator and Interact with Ai Chat - Jan.ai", + title: "Jan", description: - "Create unique ai images or chat with open source AI models trained on various models. Run Open Source Ai Models on our GPUs, and make them accessible in one user-friendly app.", - metadataBase: new URL(process.env.NEXT_PUBLIC_WEB_URL || "https://cloud.jan.ai"), + "Self-hosted, local, AI Inference Platform that scales from personal use to production deployments for a team.", + metadataBase: new URL( + process.env.NEXT_PUBLIC_WEB_URL ?? "https://cloud.jan.ai" + ), openGraph: { images: "/images/preview.jpg", },