RevealTheme logo

robots.txtインスペクター

robots.txtファイルを解析します。ルールをuser-agentごとにグループ化して表示し、問題点を指摘します。

このツールの使い方

  1. 1

    Enter a site URL, for example https://example.com. If you leave off the path, the tool appends /robots.txt automatically.

  2. 2

    Click Analyze. The server fetches that site's live robots.txt and returns it.

  3. 3

    Read the raw file at the top, then scroll the parsed cards below to see Allow, Disallow, and Sitemap entries grouped by User-agent.

  4. 4

    Adjust the URL and analyze again to compare another host or a different environment.

robots.txtインスペクターとは何ですか?

robots.txtは、ウェブクローラーに対して何にアクセスしてよいかを指示する任意の協定です。主要な検索エンジンはこれを尊重しますが、悪意のあるボットは無視します。よくある誤りとしては、重要なリソースをブロックしてしまうこと、ワイルドカードを誤って使うこと、Sitemapディレクティブを含め忘れることなどがあります。このインスペクターは、あらゆるrobots.txtを解析し、ルールをuser-agentごとにグループ化します。

よくある活用例

  • Confirm a production site is not accidentally serving Disallow: / that blocks every crawler before a launch.

  • Audit a competitor's robots.txt to see which sections they keep out of search engines.

  • Check that your Sitemap directive is present and points at the correct sitemap URL.

  • Compare the robots.txt on a staging host against production to catch a stray block before deploy.

  • Verify that a specific bot, such as GPTBot or Bingbot, has its own group with the rules you expect.

  • Quickly inspect any third-party domain's crawl rules when debugging why a page is missing from search results.

よくある質問

robots.txtはどこに置かれますか?
常にドメインのルートに置きます(example.com/robots.txt)。サブディレクトリでは機能しません。
Disallowとnoindexの違いは何ですか?
Disallowはクロールを防ぎ、noindex(メタタグ内)はインデックス登録を防ぎます。これらは互換性がありません。

関連ツール