Robots.txt: Difference between revisions
From DWIKI
m →Links Tag: wikieditor |
Tag: wikieditor |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=Links= | =Links= | ||
*[https:// | ==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== | ||
| Line 11: | 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
- https://www.link-assistant.com/news/10-robots-txt-files-worth-to-have-a-look-at.html
- Good and bad bots
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: /
