disable indexing portal website

This commit is contained in:
Karol Wypchlo 2022-02-11 15:59:13 +01:00
parent 649c574aea
commit e7c5da0594
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 10 additions and 0 deletions

View File

@ -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)}
>
<script type="text/javascript">{matomoTagManagerScript}</script>