<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Ajout d&#x27;un robots.txt à Git]]></title><description><![CDATA[<p dir="auto">Creation d’un fichier /var/www/html/robots.txt</p>
<pre><code>User-agent: GPTBot
Disallow: /
User-agent: ChatGPT-User
Disallow: /
User-agent: Google-Extended
Disallow: /
User-agent: PerplexityBot
Disallow: /
User-agent: Amazonbot
Disallow: /
User-agent: ClaudeBot
Disallow: /
User-agent: Omgilibot
Disallow: /
User-Agent: FacebookBot
Disallow: /
User-Agent: Applebot
Disallow: /
User-agent: anthropic-ai
Disallow: /
User-agent: Bytespider
Disallow: /
User-agent: Claude-Web
Disallow: /
User-agent: Diffbot
Disallow: /
User-agent: ImagesiftBot
Disallow: /
User-agent: Omgilibot
Disallow: /
User-agent: Omgili
Disallow: /
User-agent: YouBot
Disallow: /
</code></pre>
<p dir="auto">Ajout dans ma conf apache2 :</p>
<pre><code>&lt;Location "/robots.txt"&gt;
 SetHandler None
 Require all granted
&lt;/Location&gt;
Alias /robots.txt /var/www/html/robots.txt
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/topic/239/ajout-d-un-robots.txt-à-git</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 12:53:03 GMT</lastBuildDate><atom:link href="https://lemmy.cyber-neurones.org/topic/239.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Nov 2025 17:15:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ajout d&#x27;un robots.txt à Git on Thu, 06 Nov 2025 17:17:32 GMT]]></title><description><![CDATA[<p dir="auto">Misère.</p>
<pre><code># grep "robots.txt" /var/log/apache2/access*.log | awk '{print $12}' | sort -n | uniq -c
      2 "-"
      3 "caveman-hunter/0.0.0
   2367 "CCBot"
      3 "facebookexternalhit/1.1
      2 "FediDB/0.5.0;
      4 "FediIndex/1.0
      1 "Go-http-client/1.1"
      1 "Mastodon/4.6.0-nightly.2025-11-06
      1 "Minoru's
     80 "Mozilla/5.0
      6 "Mozilla/5.0"
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/528</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/528</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Thu, 06 Nov 2025 17:17:32 GMT</pubDate></item></channel></rss>