diff --git a/app/layout.tsx b/app/layout.tsx index f5e64b2..e0b125e 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -9,6 +9,11 @@ const inter = Inter({subsets: ["latin"]}); export const metadata: Metadata = { title: "eduMFA", description: "Up-to-date multifactor authentication for academic institutions", + openGraph: { + title: "eduMFA", + type: "website", + url: "https://edumfa.com", + } }; export default function RootLayout({children}: Readonly<{ children: React.ReactNode; }>) {