From 1fc8df518fb12ade2176645d0b0202eadb3f19e0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 10 Sep 2019 11:27:41 +0200 Subject: [PATCH] hotfix for search indexing * allow all indexing for now * SSR build will always have the meta robots tag because it is never build on actual hostname --- src/components/Seo.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Seo.jsx b/src/components/Seo.jsx index 8d8c5617..8f4101b0 100644 --- a/src/components/Seo.jsx +++ b/src/components/Seo.jsx @@ -107,9 +107,9 @@ const MetaTags = ({ {/* Prevent search engine indexing except for live */} - {location.hostname !== 'docs.oceanprotocol.com' && ( + {/* {location.hostname !== 'docs.oceanprotocol.com' && ( - )} + )} */} )