diff --git a/app/layout.tsx b/app/layout.tsx index a29bffb..abf8d95 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,6 +6,7 @@ import type { Section } from "../components/SectionProvider"; import { Providers } from "./providers"; import "@/styles/tailwind.css"; +import logo from "@/images/branding/logo.webp"; import type { ReactNode } from "react"; export const metadata: Metadata = { @@ -13,6 +14,18 @@ export const metadata: Metadata = { template: "%s • Lysand API Reference", default: "Lysand API Reference", }, + keywords: ["federation", "api", "reference", "documentation", "lysand"], + metadataBase: new URL("https://dev.lysand.org"), + openGraph: { + type: "article", + images: { + url: logo.src, + alt: "Lysand logo", + height: logo.height, + width: logo.width, + type: "image/webp", + }, + }, }; export default async function RootLayout({