Kalcify
Tools
BlogAboutContact
Kalcify

The World's Smartest Free Online Tools. 30+ free calculators & tools — no signup required.

💰 Finance

  • Loan EMI Calculator
  • Global Wealth Calculator
  • Investment Calculator
  • Salary Calculator
  • Sales Tax Calculator
  • Deposit Calculator
  • Compound Interest Calculator
  • Margin & Markup Calculator
  • ROI Calculator

📚 Education

  • Grade Calculator
  • Percentage Calculator
  • Countdown Timer
  • Online Graph Generator

Quick Links

  • Blog
  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service
  • Disclaimer

© 2026 Kalcify. All rights reserved.

Made with ❤️ for the Web 🌍

  1. Home
  2. Tools
  3. robots.txt Tester

robots.txt Tester

Fetch any site's robots.txt or paste your own, then test whether a URL is allowed or blocked for Googlebot and other crawlers. Uses Google's real matching algorithm.

100% Free No Signup Instant Results

robots.txt

2 groups

Blocked

for all crawlers

Path: /admin/settings

Applied group: *

Matched rule: Disallow: /admin/

Sitemaps declared

https://example.com/sitemap.xml

Test robots.txt Rules Accurately

A single wrong line in robots.txt can accidentally block your entire site from search engines — or fail to block the pages you meant to hide. This tester removes the guesswork. Fetch any site's live robots.txt or paste your own draft, then enter a URL and a crawler to see instantly whether it is allowed or blocked, and exactly which rule made the decision. Crucially, it implements the real matching logic search engines use: the most specific user-agent group applies, the longest matching path wins, Allow breaks ties, and wildcards (*) and end-anchors ($) are fully supported. That means the verdict here matches what Googlebot would actually do — not a naive prefix check that gets edge cases wrong.

Debug Crawl Issues Before They Cost You

robots.txt problems are silent and expensive: pages quietly vanish from search, or private areas stay crawlable. This tool helps you catch both. Test important URLs against your rules, check how different crawlers — including AI bots like GPTBot and CCBot — are treated, and verify Allow exceptions inside a Disallowed folder work as intended. Because the editor is live, you can draft and refine rules with confidence before pushing them to production. The fetch runs through a secure server endpoint (browsers cannot read another domain's robots.txt directly), and it also surfaces any sitemap declarations found in the file. Whether you are launching a site, running an SEO audit, or debugging a sudden traffic drop, it is the fastest way to know exactly what your robots.txt really does.

How to use this robots.txt Tester?

1

Load robots.txt

Fetch a live site's robots.txt, or paste your own draft into the editor.

2

Enter a URL

Type the path you want to test.

3

Pick a Crawler

Choose Googlebot, Bingbot, an AI bot, or all crawlers.

4

See the Verdict

Instantly see if it is allowed or blocked, and which rule decided it.

Frequently Asked Questions

robots.txt is a file at the root of a website (example.com/robots.txt) that tells search engine crawlers which parts of the site they may or may not access. It uses simple Allow and Disallow rules grouped by User-agent, and is the first thing most crawlers check before indexing a site.
It implements Google's matching algorithm: it finds the most specific User-agent group that applies, then within that group the rule with the longest matching path wins. If an Allow and a Disallow match with equal length, Allow wins. It also supports the * wildcard and the $ end-of-URL anchor.
Yes. Choose a user-agent like Googlebot, Bingbot, or an AI crawler such as GPTBot, and the tester applies the rules that specific bot would follow — which can differ from the rules for the default * group. This is essential when a site has bot-specific rules.
No — and this is a common misconception. robots.txt only stops crawling, not indexing. A blocked URL can still appear in search results (without a description) if other pages link to it. To keep a page out of the index, use a noindex meta tag instead, and do not block it in robots.txt.
Yes. You can either fetch a live site's robots.txt or paste your own draft directly into the editor. The test updates live as you edit, so you can safely experiment with rules before deploying them.

Related Tools

Sitemap Visualizer

Visualize an XML sitemap as a tree

Use Free

Canonical Tag Checker

Verify a page's canonical tag

Use Free

hreflang Checker

Validate hreflang tags for i18n SEO

Use Free