From 16ef8a9ecb522427d37691d91e11d51b23868f2f Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Tue, 4 Mar 2025 22:23:40 +0700 Subject: [PATCH] feat: add robots.txt --- layouts/robots.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/robots.txt diff --git a/layouts/robots.txt b/layouts/robots.txt new file mode 100644 index 0000000..fef8ab0 --- /dev/null +++ b/layouts/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: https://tiennm99.github.io/sitemap.xml