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

Merge pull request #25 from oceanprotocol/feature/stop-indexing

prevent search engine indexing for now
This commit is contained in:
Matthias Kretschmann 2018-11-16 11:10:01 +01:00 committed by GitHub
commit 6bca132e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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