diff --git a/app/layout.tsx b/app/layout.tsx index b2583a0..60bcb51 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -24,6 +24,30 @@ export const metadata: Metadata = { icons: { icon: "data:image/svg+xml,🎺", }, + openGraph: { + title: "Alert Bay Trumpeter - Jerry Higginson", + description: + "The official website of Jerry Higginson, the Alert Bay Trumpeter, entertaining cruise ship passengers since 1996", + url: "https://alertbaytrumpeter.com", + siteName: "Alert Bay Trumpeter", + images: [ + { + url: "/og-image.jpg", + width: 1200, + height: 630, + alt: "Jerry Higginson - Alert Bay Trumpeter", + }, + ], + locale: "en_US", + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "Alert Bay Trumpeter - Jerry Higginson", + description: + "The official website of Jerry Higginson, the Alert Bay Trumpeter, entertaining cruise ship passengers since 1996", + images: ["/og-image.jpg"], + }, } export default function RootLayout({ diff --git a/public/og-image.jpg b/public/og-image.jpg new file mode 100644 index 0000000..1a7c921 Binary files /dev/null and b/public/og-image.jpg differ