From b3e7eefbd65453c6bb7f5a674920b33859a8c291 Mon Sep 17 00:00:00 2001 From: Michael Black Date: Tue, 11 Aug 2026 09:21:29 -0500 Subject: [PATCH] Disallow robots crawling compose intent paths --- bskyweb/static/robots.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bskyweb/static/robots.txt b/bskyweb/static/robots.txt index 95950a64d9..22ef7f5e1f 100644 --- a/bskyweb/static/robots.txt +++ b/bskyweb/static/robots.txt @@ -6,6 +6,7 @@ # codes are used for rate-limiting. Up to a handful concurrent requests should # be ok. User-Agent: * +Disallow: /intent/compose Allow: / Sitemap: https://bsky.app/sitemap/users.xml.gz