Robots.txt Checklist
A practical robots.txt checklist covering crawl directives, sitemap integration, crawlability, indexing controls, Search Console validation, and technical SEO best practices.
robots.txt looks simple. A few lines of text, a couple of crawl rules, maybe a sitemap reference. Then one accidental Disallow directive ends up blocking half the website and nobody notices until traffic starts doing strange things.
This robots.txt checklist helps organize the tasks that actually matter for crawl control and technical SEO. It covers crawl directives, sitemap integration, indexing considerations, resource accessibility, testing, and ongoing maintenance.
The goal is not blocking everything that moves. The goal is helping search engines spend time on pages that matter while avoiding unnecessary crawl waste. Most robots.txt problems come from overcomplicating things rather than keeping them simple.
Use this checklist during technical SEO audits, website launches, migrations, redesigns, or routine maintenance to reduce crawlability mistakes and improve search engine access to important content.
robots.txt Setup
0/5-
Verify the robots.txt file exists at the root domain
-
Use proper robots.txt syntax
-
Check for formatting errors and invalid directives
-
Keep robots.txt accessible to search engines
-
Review robots.txt after major website changes
Crawl Control Review
0/5-
Verify important pages are not blocked accidentally
-
Block low-value pages that do not need crawling
-
Review Disallow rules carefully
-
Use Allow directives where necessary
-
Avoid overly aggressive crawl restrictions
SEO & Indexing Checks
0/5-
Confirm indexable pages remain crawlable
-
Avoid using robots.txt to replace noindex directives
-
Review crawlability of important landing pages
-
Check category and product pages for accidental blocking
-
Verify search engines can access key content resources
XML Sitemap Integration
0/5-
Add XML sitemap location to robots.txt
-
Verify sitemap URL is accessible
-
Update sitemap references after migrations
-
Check for outdated sitemap URLs
-
Ensure robots.txt points to the correct sitemap
Technical Resource Access
0/5-
Allow search engines to access CSS files
-
Allow search engines to access JavaScript files
-
Verify images are crawlable where needed
-
Review media file restrictions carefully
-
Avoid blocking assets needed for rendering pages
Platform-Specific Checks
0/5-
Review WordPress default robots.txt configuration
-
Check Shopify robots.txt customizations
-
Review Wix or Squarespace robots.txt settings
-
Verify ecommerce filter URLs are handled correctly
-
Audit robots.txt after plugin or CMS updates
Testing & Validation
0/5-
Test robots.txt rules before publishing changes
-
Validate blocked and allowed URL patterns
-
Check for unintended crawl restrictions
-
Review Search Console crawl reports
-
Verify changes on staging before production deployment
Monitoring & Maintenance
0/5-
Review robots.txt regularly
-
Audit robots.txt after redesigns or migrations
-
Monitor indexing issues caused by crawl restrictions
-
Document major robots.txt changes
-
Remove outdated directives periodically