From 73988e6378df8e87207009909552e8d473d16791 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 22 Dec 2025 22:11:51 +0100 Subject: [PATCH] Add Open Graph and Twitter Card metadata for social sharing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add og-image.jpg (1200x630) for link previews - Add metadataBase, openGraph, and twitter metadata to layout.tsx 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- app/layout.tsx | 23 +++++++++++++++++++++++ public/og-image.jpg | Bin 0 -> 3123 bytes 2 files changed, 23 insertions(+) create mode 100644 public/og-image.jpg diff --git a/app/layout.tsx b/app/layout.tsx index 87858bd..62b2bff 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -18,6 +18,7 @@ const _permanentMarker = Permanent_Marker({ }) export const metadata: Metadata = { + metadataBase: new URL("https://jefflix.com"), title: "Jefflix - Seize the Streams of Production", description: "A revolutionary approach to media consumption. Free from subscriptions, owned by the people.", generator: "v0.app", @@ -38,6 +39,28 @@ export const metadata: Metadata = { ], apple: "/apple-icon.png", }, + openGraph: { + type: "website", + locale: "en_US", + url: "https://jefflix.com", + title: "Jefflix - Seize the Streams of Production", + description: "A revolutionary approach to media consumption. Free from subscriptions, owned by the people.", + siteName: "Jefflix", + images: [ + { + url: "/og-image.jpg", + width: 1200, + height: 630, + alt: "Jefflix - Seize the Streams of Production", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Jefflix - Seize the Streams of Production", + description: "A revolutionary approach to media consumption. Free from subscriptions, owned by the people.", + 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 0000000000000000000000000000000000000000..656e73767afa03f570ebe738d9eab75d8024cbf4 GIT binary patch literal 3123 zcmeIu%MHRX3LreF$&;=~9X7=p)zO-#axF2KpZr6>={jy}1| z8+@4eGmHUDDaZ>u*rukgw#0c?6TDw}3Ncb3in-4*b&04Q+OB6FIOcI0c`AFBD^h4q z?qbXUxnc9|kKa(aUUM0^j64zQU$!_OmoIu!0ToaI6;J^cPyrQC0TuYGfR)Dw-q#g6 literal 0 HcmV?d00001