diff --git a/frontends/main/src/app/certificate/[certificateType]/[uuid]/page.tsx b/frontends/main/src/app/certificate/[certificateType]/[uuid]/page.tsx index 8261e0d384..c0c53d21e5 100644 --- a/frontends/main/src/app/certificate/[certificateType]/[uuid]/page.tsx +++ b/frontends/main/src/app/certificate/[certificateType]/[uuid]/page.tsx @@ -52,6 +52,7 @@ export async function generateMetadata({ return standardizeMetadata({ title: `${userName}'s ${displayType}`, description: `${userName} has successfully completed: ${title}`, + robots: { index: false }, }) }) }