From 174e2c19ca238f9446579f559ce5fbce12c0bb26 Mon Sep 17 00:00:00 2001 From: Selim Date: Thu, 27 Aug 2026 12:50:36 +0300 Subject: [PATCH] Add robots.txt to allow all agents and specify sitemap --- docs/robots.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/robots.txt diff --git a/docs/robots.txt b/docs/robots.txt new file mode 100644 index 0000000..2b078b4 --- /dev/null +++ b/docs/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://mstfslm38.github.io/CodeSnip/sitemap.xml