From e7f3aca07d1bd4060a02bb8c5ff91b77f798ba75 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 3 Feb 2026 05:33:26 +0700 Subject: _content: add robots.txt This is one of the most frequest error to the website that we observe. --- _content/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 _content/robots.txt diff --git a/_content/robots.txt b/_content/robots.txt new file mode 100644 index 0000000..c2a49f4 --- /dev/null +++ b/_content/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / -- cgit v1.3