From ef2b1b06bc3cef2890834deb93ab64f4d4e08686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20=C5=A0korpil?= Date: Tue, 22 Nov 2022 19:01:56 +0100 Subject: [PATCH] Optout wording --- application/src/pages/optout.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/src/pages/optout.tsx b/application/src/pages/optout.tsx index c3b637f..b676f89 100644 --- a/application/src/pages/optout.tsx +++ b/application/src/pages/optout.tsx @@ -35,13 +35,15 @@ const OptOut: React.FC> =
  • If you are a server maintainer, you can disable crawling of your instance using robots.txt. - Just expose a textfile on your instance's domain, on path https://<your instace's domain>/robots.txt

    + Just expose a textfile on your instance's domain, on path
    + https://<your instace's domain>/robots.txt with the following content:

    
                             User-agent: FediCrawl/1.0
    Disallow: /
  • +

    It can take up to 3 weeks for the change to be processed

    ) }