Porównaj commity

...

3 Commity

Autor SHA1 Wiadomość Data
Štěpán Škorpil c5498c1e2a Optout wording 2022-11-23 23:18:56 +01:00
Štěpán Škorpil 0521233ede Optout wording 2022-11-23 22:28:50 +01:00
Štěpán Škorpil ef2b1b06bc Optout wording 2022-11-22 19:01:56 +01:00
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -30,18 +30,20 @@ const OptOut: React.FC<InferGetServerSidePropsType<typeof getServerSideProps>> =
Head to <em>Preferences</em><em>Preferences</em> and uncheck the option labeled as <em>Suggest account to others</em>
</li>
<li>
You can add <strong>#noindex</strong> tag to your profile description
You can add <strong>#nobot</strong> tag to your profile description
</li>
<li>
If you are a server maintainer, you can disable crawling of your instance using <em>robots.txt</em>.
Just expose a textfile on your instance&apos;s domain, on path <em>https://&lt;your instace&apos;s domain&gt;/robots.txt</em><br/><br/>
Just expose a textfile on your instance&apos;s domain, on path <br/>
<em>https://&lt;your instace&apos;s domain&gt;/robots.txt</em> with the following content:<br/><br/>
<pre><code>
User-agent: FediCrawl/1.0<br/>
Disallow: /
</code></pre>
</li>
</ul>
<p>It can take up to 3 weeks for the change to be processed and to records be deleted from the index.</p>
</Layout>
)
}