From 863b7fa08bd9740bb56a779109f728be91e5778e Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 7 Jan 2023 13:45:31 +0400 Subject: [PATCH] Make signup page no-index --- src/pages/signup.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/signup.astro b/src/pages/signup.astro index 30e0645b1..91570b59f 100644 --- a/src/pages/signup.astro +++ b/src/pages/signup.astro @@ -8,6 +8,7 @@ import BaseLayout from '../layouts/BaseLayout.astro'; title='Signup - roadmap.sh' description='Register yourself to receive occasional emails about new roadmaps, updates, guides and videos' permalink={'/signup/'} + noIndex={true} >