robots.txt Checker
Analyze robots.txt files to verify crawler directives, sitemap references, and identify potential SEO issues.
About robots.txt
The robots.txt file tells search engine crawlers which pages or files they can or cannot request from your site.
- User-agent - Specifies which crawler the rules apply to
- Disallow - Paths the crawler should not access
- Allow - Paths the crawler can access (overrides Disallow)
- Sitemap - Location of XML sitemaps
How to Use robots.txt Checker
- Enter the website domain (e.g., example.com)
- Click "Check robots.txt" to fetch the file
- View all rules for different user agents
- Check allowed and disallowed paths
- Identify sitemap references and crawl-delay settings
About robots.txt Checker
The robots.txt file guides search engine crawlers through your website, indicating which areas to index and which to skip. Misconfiguration can inadvertently block important content or waste crawl budget on irrelevant pages. Our checker analyzes robots.txt files for proper syntax and potential issues.
What We Analyze
- Syntax Validation: Proper formatting of User-agent, Disallow, Allow, and Sitemap directives
- Crawler Rules: What's blocked and allowed for different bots (Googlebot, Bingbot, etc.)
- Sitemap References: Whether sitemaps are properly declared and accessible
- Crawl-delay Directives: Rate limiting instructions for crawlers
- Potential Conflicts: Overlapping rules that might cause unexpected behavior
Common Mistakes We Detect
Accidentally blocking CSS or JavaScript files prevents search engines from rendering pages properly. Blocking entire directories like /images/ hides visual content from image search. Using "Disallow: /" blocks the entire site—sometimes left from development and forgotten. Malformed paths (missing leading slashes) may not work as intended.
SEO Impact
Google respects robots.txt but may still index blocked pages if external links point to them—the content just won't be crawled. For truly private content, authentication is required rather than robots.txt alone. Our tool helps ensure your robots.txt achieves its intended purpose without unintended consequences.