1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

prevent search engine indexing for now

This commit is contained in:
Matthias Kretschmann 2018-11-16 10:38:25 +01:00
parent 3695e7f93f
commit 88dae0af26
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 4 additions and 1 deletions

1
external/dev-ocean vendored Submodule

@ -0,0 +1 @@
Subproject commit 6bbf269da9eaf75c0fd42bd2a71944af52db6f04

View File

@ -30,7 +30,9 @@ const Layout = ({ children, header }) => {
<Helmet
defaultTitle={siteMeta.siteTitle}
titleTemplate={`%s - ${siteMeta.siteTitle}`}
/>
>
<meta name="robots" content="noindex, nofollow" />
</Helmet>
{headerElement}
{children}
<Footer />