RevealTheme logo

robots.txt-inspecteur

Analyseert robots.txt-bestanden. Toont de regels gegroepeerd per user-agent en signaleert de problemen.

Hoe u deze tool gebruikt

  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.

Wat is de robots.txt-inspecteur?

robots.txt is een vrijwillig protocol om webcrawlers aan te geven waartoe ze toegang hebben. De belangrijkste zoekmachines respecteren het; kwaadwillende bots negeren het. Veelvoorkomende fouten zijn het blokkeren van kritieke bronnen, het verkeerd gebruiken van jokertekens en het vergeten van een Sitemap-richtlijn. Deze inspecteur analyseert elke robots.txt en groepeert de regels per user-agent.

Veelvoorkomende toepassingen

  • 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.

Veelgestelde vragen

Waar bevindt robots.txt zich?
Altijd in de root van het domein: voorbeeld.com/robots.txt. In submappen werkt het niet.
Wat is het verschil tussen Disallow en noindex?
Disallow verhindert het crawlen; noindex (in een metatag) verhindert de indexering. Ze zijn niet uitwisselbaar.

Gerelateerde tools