From 354d58badf632942fc7895197d7ee50cc156b9c3 Mon Sep 17 00:00:00 2001 From: Michael Black Date: Tue, 11 Aug 2026 14:30:59 -0500 Subject: [PATCH] Disallow robots crawling compose intent paths (#11443) --- 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