Robots.txt: Difference between revisions

From DWIKI
Tony (talk | contribs)
Tag: wikieditor
Tony (talk | contribs)
Tag: wikieditor
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Links=
=Links=
==bad bots==
*[https://www.humansecurity.com/learn/blog/crawlers-list-known-bots-guide/ List of tool/bots you might want to block]
*[https://idiallo.com/blog/zipbomb-protection zipbomb protection]
==Documentation==
==Documentation==
*[https://yoast.com/ultimate-guide-robots-txt/ The ultimate guide to robots.txt]
*[https://yoast.com/ultimate-guide-robots-txt/ The ultimate guide to robots.txt]
Line 9: Line 13:


=Examples=
=Examples=
<nowiki>
User-agent: PetalBot
Disallow: /
User-agent: AhrefsBot
Disallow: /
User-agent: Dotbot
Disallow: /
User-agent: Amazonbot
Disallow: /
User-agent: GPTBot
Disallow: /
User-agent: SemrushBot
Disallow: /
User-agent: Applebot
Disallow: /
User-Agent: Thinkbot
Disallow: /
</nowiki>

Latest revision as of 13:35, 10 November 2025

Links

bad bots

Documentation

Examples

Examples

User-agent: PetalBot
Disallow: /

User-agent: AhrefsBot
Disallow: /

User-agent: Dotbot
Disallow: /


User-agent: Amazonbot
Disallow: /

User-agent: GPTBot
Disallow: /

User-agent: SemrushBot
Disallow: /

User-agent: Applebot
Disallow: /

User-Agent: Thinkbot
Disallow: /