From abf566b8b23d046f183940e7020cfab494b4c1a2 Mon Sep 17 00:00:00 2001 From: KONSTANTIN NEZOVSKII Date: Wed, 22 Jan 2025 12:27:42 +0800 Subject: [PATCH] Updated img --- app/layout.tsx | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 66dcbe9..891d809 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -8,7 +8,8 @@ import { ErrorBoundary } from '@/components/error-boundary' const inter = Inter({ subsets: ['latin'] }) export const metadata: Metadata = { - title: 'Bridge23', + metadataBase: new URL('https://www.bridge23.app'), + title: 'Bridge23 - Superior Team and Community Management', description: 'Automated planning and task execution for teams and communities. AI-powered meeting assistant that helps maintain clear, organized communication across all channels.', icons: { icon: [ @@ -21,23 +22,28 @@ export const metadata: Metadata = { description: 'Automated planning and task execution for teams and communities', url: 'https://www.bridge23.app', siteName: 'Bridge23', - images: [ - { - url: 'https://www.bridge23.app/bridge23/og-image.png', - width: 1200, - height: 630, - alt: 'Bridge23', - }, - ], + images: [{ + url: '/bridge23/og-image.png', + width: 1200, + height: 630, + alt: 'Bridge23 - AI-powered team and community management platform', + type: 'image/png', + }], locale: 'en_US', type: 'website', }, + other: { + 'og:image': 'https://www.bridge23.app/bridge23/og-image.png', + 'og:image:width': '1200', + 'og:image:height': '630', + 'og:image:type': 'image/png', + }, twitter: { card: 'summary_large_image', title: 'Bridge23 - Superior Team and Community Management', description: 'Automated planning and task execution for teams and communities', creator: '@bridge23ai', - images: ['https://www.bridge23.app/bridge23/x-image.png'], + images: ['/bridge23/og-image.png'], }, robots: { index: true,