Skip to content

Commit cc1119e

Browse files
authored
Attempt to prevent robots from indexing profile pages (#2964)
1 parent ce94ed2 commit cc1119e

File tree

1 file changed

+3
-0
lines changed
  • apps/web/src/app/profil/[profileSlug]

1 file changed

+3
-0
lines changed

apps/web/src/app/profil/[profileSlug]/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@ export async function generateMetadata({ params }: Pick<ProfilePageProps, "param
4545
title: name,
4646
description,
4747
},
48+
other: {
49+
robots: "noindex",
50+
},
4851
}
4952
}

0 commit comments

Comments
 (0)