What Is Robots.txt?
Quick Definition
Robots.txt is a text file placed at the root of a website that tells search engine crawlers which pages or sections of the site they are allowed or not allowed to access.
The robots.txt file is one of the first things search engine bots check when visiting your website. Located at yoursite.com/robots.txt, it contains directives that tell crawlers which parts of your site they can access and which they should avoid. It uses a simple syntax with User-agent (which bot), Disallow (which paths to skip), and Allow (exceptions to disallow rules).
Common uses include blocking search engines from crawling admin areas, staging environments, duplicate content (like print versions of pages), internal search result pages, and private user account areas. You can also use it to point search engines to your sitemap file.
It's important to understand that robots.txt is a polite request, not a security measure. Well-behaved bots like Googlebot respect it, but malicious bots may ignore it entirely. Sensitive content should be protected with authentication, not robots.txt.
Misconfigured robots.txt files are one of the most common technical SEO mistakes. A single misplaced directive can accidentally block your entire site from being indexed, or prevent search engines from accessing CSS and JavaScript files they need to properly render your pages.
Why It Matters
Robots.txt directly controls what search engines can and cannot see on your website. A well-configured file helps search engines focus their limited crawl budget on your most important pages. A misconfigured one can make your entire website invisible to Google.
For large websites, robots.txt is essential for crawl budget management — preventing bots from wasting time on low-value URLs means they spend more time indexing the pages that matter.
Real-World Examples
A company's new developer accidentally added Disallow: / to robots.txt, blocking Google from their entire site and causing traffic to drop 90% before anyone noticed
An e-commerce site blocked their faceted navigation URLs via robots.txt, saving thousands of pages of crawl budget for their actual product pages
A multi-site WordPress installation used robots.txt to prevent staging site content from being indexed by search engines
A SaaS platform blocked /app/ and /account/ paths to prevent internal dashboard pages from appearing in search results
Related Terms
Technical SEO
Technical SEO refers to the process of optimizing your website's infrastructure so search engines can crawl, index, and render your pages efficiently.
Crawl Budget
Crawl budget is the number of pages a search engine bot will crawl on your website within a given timeframe, determined by your site's crawl rate limit and crawl demand.
Sitemap
A sitemap is a file that lists all the important pages on your website, helping search engines discover, crawl, and understand the structure of your site.
Indexing
Indexing is the process by which search engines store and organize the content of web pages in their database, making those pages eligible to appear in search results.
Need help with robots.txt?
Our team can help you put this into practice. Get a free consultation to discuss your project.