Skip to content
GigAI Tools
Definition

What is robots.txt?

A plain-English definition, and the tools that work with it.

Definition

robots.txt is a plain-text file at a site's root that tells search-engine crawlers which URLs they may or may not crawl. It's used to keep crawlers out of admin, duplicate or low-value areas and to point them at the sitemap, but it controls crawling, not privacy.

  • It must live at the domain root (yoursite.com/robots.txt) to take effect.
  • 'Disallow: /' blocks your entire site from search engines, the most common and damaging mistake, so always validate.
  • robots.txt stops crawling, not access or indexing. Use noindex or authentication for genuinely private pages.

Frequently asked questions

Try Robots.txt Generator

Free, private and instant. Everything runs in your browser.