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' && (
- )}
+ )} */}
)