From e7c5da05948d273204258e6a1f93178925b86ff9 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Fri, 11 Feb 2022 15:59:13 +0100 Subject: [PATCH] disable indexing portal website --- packages/website/src/components/seo.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/website/src/components/seo.js b/packages/website/src/components/seo.js index 82a50740..8b8ca6f8 100644 --- a/packages/website/src/components/seo.js +++ b/packages/website/src/components/seo.js @@ -78,6 +78,16 @@ function SEO({ description, lang, meta, title }) { name: `twitter:description`, content: pageDescription, }, + // do not index public portal pages until we switch to dedicated portal landing page + // otherwise skynetlabs.com and all its copies will be marked as duplicates by crawlers + { + name: "robots", + content: "noindex", + }, + { + name: "googlebot", + content: "noindex", + }, ].concat(meta)} >