Skip to content

Commit

Permalink
Updated img
Browse files Browse the repository at this point in the history
  • Loading branch information
nezovskii committed Jan 22, 2025
1 parent 7544188 commit abf566b
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -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,
Expand Down

0 comments on commit abf566b

Please sign in to comment.