From c7471b404c254ef0edb79f15b298f20fe8a4ddec 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 1af16c2ee5..cca5dd5cdf 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 ad55159426..8d8244a392 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -134,10 +134,6 @@ const Layout = (props: LayoutProps) => { )}