Skip to content

Commit 461bda1

Browse files
Merge pull request #111 from equestrian2296/staging
metadata
2 parents 9963c7b + 380e905 commit 461bda1

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

src/app/layout.tsx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,26 @@ const inter = Inter({
2626

2727
export const metadata = {
2828
title: "FFCS-inator",
29-
description: "",
29+
description:
30+
"Generate priority-based timetables in seconds with FFCS-inator. No hassle. No stress. No more clashes. The smartest way to plan your VIT FFCS.",
3031
icons: {
3132
icon: "/logo_ffcs.svg",
3233
},
34+
openGraph: {
35+
title: "FFCS-inator",
36+
description:
37+
"Generate priority-based timetables in seconds with FFCS-inator. No hassle. No stress. No more clashes. The smartest way to plan your VIT VIT FFCS.",
38+
site_name: "FFCS-inator",
39+
type: "website",
40+
images: [
41+
{
42+
url: "/og-image.png",
43+
alt: "FFCS-inator - Timetable Generator for VIT",
44+
width: 1200,
45+
height: 630,
46+
},
47+
],
48+
},
3349
};
3450

3551
export default function RootLayout({

0 commit comments

Comments
 (0)