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(메타 태그에 사용)는 인덱싱을 막습니다. 둘은 서로 바꿔 쓸 수 없습니다.

관련 도구