From 2316fe68e146d6756291e4f1160e4caf7aebdff1 Mon Sep 17 00:00:00 2001 From: Hieuhuy Pham Date: Wed, 22 Jan 2025 19:50:26 -0500 Subject: [PATCH] Added robots.txt probably will help the novelupdate bot situation --- public/robots.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..7971141 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /books/*/chapters/ +Allow: / \ No newline at end of file