From 5d9dec0dacd1dc79a4f4e464730cc36b09f3b83a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:17:55 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1f13170..15f99f3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,7 +14,7 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Cerebral AI - Advanced AI Platform for Intelligent Automation", description: "Transform your business with cutting-edge AI technology. Real-time analytics, predictive insights, and seamless automation to drive growth and efficiency.", keywords: "AI platform, artificial intelligence, machine learning, automation, predictive analytics, enterprise AI", metadataBase: new URL("https://cerebral-ai.example.com"), + title: "Cerebral AI - Advanced AI Platform for Intelligent Automation", description: "Transform your business with cutting-edge AI technology. Real-time analytics, predictive insights, and seamless automation to drive growth and efficiency.", keywords: "AI platform, artificial intelligence, machine learning, automation, predictive analytics, enterprise AI, learning platform", metadataBase: new URL("https://cerebral-ai.example.com"), alternates: { canonical: "https://cerebral-ai.example.com" },