From 5f5ccf87324d7b719d0fda60a4c5a2a4786f239b Mon Sep 17 00:00:00 2001 From: Reza Rezvani Date: Fri, 6 Mar 2026 14:21:12 +0100 Subject: [PATCH] feat: add robots.txt with sitemap reference for Google crawling Co-Authored-By: Claude Opus 4.6 --- 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..4f27dd7 --- /dev/null +++ b/docs/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://alirezarezvani.github.io/claude-skills/sitemap.xml