diff --git a/apps/landing/public/og-image.svg b/apps/landing/public/og-image.svg new file mode 100644 index 00000000..60a577a0 --- /dev/null +++ b/apps/landing/public/og-image.svg @@ -0,0 +1,12 @@ + + + + + + + + + SnapOtter + Self-Hosted Image Processing + 50+ Tools · Local AI · 100% Offline · Open Source + diff --git a/apps/landing/src/app/layout.tsx b/apps/landing/src/app/layout.tsx index 8a2e4967..85af1c47 100644 --- a/apps/landing/src/app/layout.tsx +++ b/apps/landing/src/app/layout.tsx @@ -16,12 +16,21 @@ export const metadata: Metadata = { url: "https://snapotter.com", siteName: "SnapOtter", type: "website", + images: [ + { + url: "/og-image.svg", + width: 1200, + height: 630, + alt: "SnapOtter — Self-Hosted Image Processing", + }, + ], }, twitter: { card: "summary_large_image", title: "SnapOtter — Self-Hosted Image Processing", description: "50+ image processing tools with local AI. Runs 100% offline. No data leaves your network.", + images: ["/og-image.svg"], }, };