From 88d5179a29e351429aed83e85dd22cdb24d47df3 Mon Sep 17 00:00:00 2001 From: Corrie Sloot <35015915+corrie-sloot@users.noreply.github.com> Date: Wed, 27 Apr 2022 02:55:51 -0400 Subject: [PATCH] SEO fix (#1359) --- src/components/@shared/Page/Seo.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/@shared/Page/Seo.tsx b/src/components/@shared/Page/Seo.tsx index 771e36683..316893d9c 100644 --- a/src/components/@shared/Page/Seo.tsx +++ b/src/components/@shared/Page/Seo.tsx @@ -28,9 +28,10 @@ export default function Seo({ {pageTitle} - {isBrowser && window?.location?.hostname !== 'oceanprotocol.com' && ( - - )} + {isBrowser && + window?.location?.hostname !== 'market.oceanprotocol.com' && ( + + )} @@ -58,7 +59,10 @@ export default function Seo({ /> - + {isBrowser && + window?.location?.hostname === 'market.oceanprotocol.com' && ( + + )} )