diff --git a/Makefile b/Makefile
index 011c6dbf5c..9c74f7ebe0 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,7 @@ export_html:
sed -i 's|Furo|hecat, sphinx and furo. Content under CC-BY-SA 3.0 license. Source code, raw data.|' .venv/lib/python*/site-packages/furo/theme/furo/page.html
source .venv/bin/activate && sphinx-build -b html -c .hecat/ html/md/ html/html/
rm -rf html/html/.buildinfo html/html/objects.inv html/html/.doctrees awesome-selfhosted-html-preview/*
+ echo "# please do not scrape this site aggressively. Source code is available at https://github.com/awesome-selfhosted/awesome-selfhosted-html. Raw data is available at https://github.com/awesome-selfhosted/awesome-selfhosted-data" >| html/html/robots.txt
.PHONY: push_markdown # commit and push changes to the markdown repository
push_markdown: