diff --git a/public/img/og.png b/public/img/og.png new file mode 100644 index 0000000..2e93c52 Binary files /dev/null and b/public/img/og.png differ diff --git a/theme.config.jsx b/theme.config.jsx index fd6b88c..2939aab 100644 --- a/theme.config.jsx +++ b/theme.config.jsx @@ -27,6 +27,29 @@ export default { useNextSeoProps() { return { titleTemplate: "%s – LearnHouse Docs", + canonical: "https://docs.learnhouse.app", + description: "The next-gen open source learning software", + openGraph: { + type: "website", + locale: "en_US", + url: "https://docs.learnhouse.app", + site_name: "LearnHouse Docs", + images: [ + { + url: "https://docs.learnhouse.app/og.png", + alt: "LearnHouse Docs", + + }, + ], + }, + twitter: { + handle: "@getlearnhouse", + site: "@getlearnhouse", + cardType: "summary_large_image", + + }, + + }; }, };