summaryrefslogtreecommitdiffstats
path: root/src/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/index.tsx')
-rw-r--r--src/pages/index.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 55bc14c..374e56f 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -152,7 +152,6 @@ const Home: NextPageWithLayout<HomePageProps> = ({
const webpageSchema: WebPage = {
'@id': `${settings.url}/#home`,
'@type': 'WebPage',
- breadcrumb: { '@id': `${settings.url}/#breadcrumb` },
name: pageTitle,
description: pageDescription,
author: { '@id': `${settings.url}/#branding` },