aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2025-01-30 22:14:07 -0500
committerPaul Duncan <pabs@pablotron.org>2025-01-30 22:14:07 -0500
commit2b7bef795c4df94630b47b429a4629d9a1089441 (patch)
tree1a9017a2676a3d0d6411f7ba34762b57138fd5d7
parent4607df6cd65a4f21bdd559ec4c7f1470a84f3309 (diff)
downloadpablotron.org-2b7bef795c4df94630b47b429a4629d9a1089441.tar.xz
pablotron.org-2b7bef795c4df94630b47b429a4629d9a1089441.zip
README.md: add brief robots.txt documentation
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5e4b156..d6a5acd 100644
--- a/README.md
+++ b/README.md
@@ -159,6 +159,11 @@ carousel:
height: 655
```
+## Robots.txt
+
+The contents of `static/robots.txt` are from [this site][robotstxt-ai]
+and used to prevent the entire site from being indexed by LLM crawlers.
+
## Deploy Site
To clone site repo:
@@ -248,3 +253,5 @@ The [Bulma][] [SASS][] is:
"Progressive enhancement picture and figure shortcodes for Hugo."
[pngquant]: https://pngquant.org/
"Lossy compression of PNG images."
+[robotstxt-ai]: https://robotstxt.com/ai
+ "AI / LLM User-Agents: Blocking Guide"