diff --git a/apps/landing/src/pages/_app.tsx b/apps/landing/src/pages/_app.tsx index bab3bd5ff..6eace7278 100644 --- a/apps/landing/src/pages/_app.tsx +++ b/apps/landing/src/pages/_app.tsx @@ -13,7 +13,7 @@ import { Inter } from "next/font/google"; import Head from "next/head"; import { useRouter } from "next/router"; import { appWithTranslation } from "next-i18next"; -import { DefaultSeo } from "next-seo"; +import { DefaultSeo, SoftwareAppJsonLd } from "next-seo"; import React from "react"; import * as nextI18nNextConfig from "../../next-i18next.config.js"; @@ -81,6 +81,20 @@ const MyApp: NextPage = ({ Component, pageProps }) => { cardType: "summary_large_image", }} /> +