Fetch a site's robots.txt and see what crawlers are allowed to reach.
Demo tool — results are sample data, not a live lookup.
robots.txt is a small file at the root of your site that tells search-engine crawlers which paths they may and may not request. Get it wrong and you can accidentally block Google from your whole site — or leave admin paths crawlable that you'd rather keep quiet.
This tool fetches robots.txt and shows the rules it contains, so you can confirm important pages are crawlable, sensitive paths are disallowed, and your sitemap is linked.
It stops crawling, not indexing. To keep a page out of results, use a noindex meta tag instead — a disallowed page can still be indexed from links.
Typically it disallows /wp-admin/ but allows /wp-admin/admin-ajax.php, and links to the sitemap. It should not block CSS or JS.
Always at the domain root — for example https://example.com/robots.txt. WordPress generates a virtual one if no physical file exists.
Performance, security, and the WordPress tooling you need — fully managed, so these checks stay green.