From 4ecad3f0e44fbc2f3b43658c51ca8144b5fd2076 Mon Sep 17 00:00:00 2001 From: Richard Poelderl Date: Tue, 31 Jan 2023 14:08:59 -0300 Subject: [PATCH] fix(web): remove `noindex` & `nofollow` tags from the `App` and `Shell` components (#6816) Fixes https://github.com/calcom/cal.com/issues/6815 --- apps/web/components/apps/App.tsx | 6 +----- packages/features/shell/Shell.tsx | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/apps/web/components/apps/App.tsx b/apps/web/components/apps/App.tsx index 1af16c2ee54ff4..cca5dd5cdf7e78 100644 --- a/apps/web/components/apps/App.tsx +++ b/apps/web/components/apps/App.tsx @@ -210,7 +210,7 @@ const Component = ({ )} -
{body}
+
{body}

{t("pricing")}

{price === 0 ? ( @@ -336,10 +336,6 @@ export default function App(props: { title={props.name} description={props.description} app={{ slug: props.logo, name: props.name, description: props.description }} - nextSeoProps={{ - nofollow: true, - noindex: true, - }} /> {props.licenseRequired ? ( diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index ad5515942622aa..8d8244a3921ab6 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -134,10 +134,6 @@ const Layout = (props: LayoutProps) => { )}