diff --git a/app/layout.tsx b/app/layout.tsx index 8f3a898..c72c32a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -11,6 +11,22 @@ export const metadata: Metadata = { title: "GE-Z", description: "GE-Z sources data from Assist.org and CVC.edu to find the perfect community college courses for you to take.", + openGraph: { + title: "GE-Z", + description: + "Find online, async, and articulatable courses from California Community Colleges.", + url: "https://ge-z.vercel.app", + siteName: "GE-Z", + images: [ + { + url: "/open-graph.png", + width: 1728, + height: 868, + }, + ], + locale: "en_US", + type: "website", + }, }; export default function RootLayout({ diff --git a/public/open-graph.png b/public/open-graph.png new file mode 100644 index 0000000..6c8d6bb Binary files /dev/null and b/public/open-graph.png differ