From 598364b2bce0da6b50e6e98f8a2d119d7310dcb8 Mon Sep 17 00:00:00 2001 From: Manan Gandhi Date: Wed, 4 Dec 2024 20:35:35 +0530 Subject: [PATCH] [Frontend] Create robots.txt --- frontend/public/robots.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 frontend/public/robots.txt diff --git a/frontend/public/robots.txt b/frontend/public/robots.txt new file mode 100644 index 0000000..5aeb3e2 --- /dev/null +++ b/frontend/public/robots.txt @@ -0,0 +1,10 @@ +User-Agent: * +Allow: / +Allow: /leaderboard +Allow: /user/* +Allow: /login +Allow: /register +Allow: /forgot-password + +Disallow: /problems +Disallow: /problems/*