Skip to content

Commit

Permalink
feat: add openGraph tags
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Dec 28, 2023
1 parent 337f7df commit b1747a5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
Binary file added public/open-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b1747a5

Please sign in to comment.