robots.txt
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/robots-txt/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/robots-txt/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/robots-txt/)
Use the native HTML custom element.
robots.txtはドメインのルート(例:example.com/robots.txt)に置かれたプレーンテキストファイルで、準拠したウェブクローラーにサイトのどの部分にアクセスできるかを通知します。User-agent、Disallow、Allowなどのロボット排除プロトコルのディレクティブを使用します。robots.txtでセクションをブロックするとクロールバジェットを重要なページに節約できますが、ブロックされたページは[[backlinks|バックリンク]]があってもインデックスされず、過剰なブロックがよくあるSEOミスになります。このファイルにはクローラーが発見できるよう[[sitemap-domain|XMLサイトマップ]]の場所も宣言する必要があります。
使用例
Adding 'Disallow: /admin/' to robots.txt prevents Google from crawling internal admin pages, while 'Sitemap: https://example.com/sitemap.xml' advertises the sitemap location to all crawlers.