diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 903b577..127bbd3 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -4,7 +4,7 @@ import { createTheme, MantineProvider } from "@mantine/core"; import "@mantine/core/styles.css"; import "@mantine/code-highlight/styles.css"; import { ThemeProvider } from "styled-components"; -import { NextSeo } from "next-seo"; +import { NextSeo, SoftwareAppJsonLd } from "next-seo"; import { GoogleAnalytics } from "nextjs-google-analytics"; import { Toaster } from "react-hot-toast"; import GlobalStyle from "src/constants/globalStyle"; @@ -56,6 +56,16 @@ function JsonCrack({ Component, pageProps }: AppProps) { return ( <> + ) return ( -