From 1d0e5cf18d14e0921609c500c648bb7e53f59287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Szyma=C5=84ski?= Date: Tue, 7 Apr 2026 16:22:53 +0200 Subject: [PATCH] fix: allow bots to access /s/ urls (#27579) #27548 Add Allow directive for custom share links social media preview --- web/static/robots.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/web/static/robots.txt b/web/static/robots.txt index 9be576a0f5..6ffa7087cd 100644 --- a/web/static/robots.txt +++ b/web/static/robots.txt @@ -1,6 +1,7 @@ # Allow social media access og Tags User-agent: * Allow: /share/ +Allow: /s/ Allow: /api/assets/ # https://www.robotstxt.org/robotstxt.html