Crawling is not indexing
A Disallow rule limits crawling; it does not reliably remove a URL from search results. Use a noindex directive on an accessible page when removal is intended.
Create clear crawler instructions with multiple bot groups, validated paths, sitemap URLs and SEO safety checks.
A Disallow rule limits crawling; it does not reliably remove a URL from search results. Use a noindex directive on an accessible page when removal is intended.
Robots.txt is public and voluntary. Never use it to protect admin pages, private files or secrets; secure those resources on the server.
Sitemap directives should use complete HTTPS URLs. Multiple sitemap indexes or language-specific sitemaps are supported.
Upload the downloaded file to your website root so it is available at https://example.com/robots.txt. Rules are grouped by user agent and matching behavior can vary by crawler.
A single Disallow: / can stop compliant crawlers from accessing the entire site.
Rule paths normally begin with /. The * wildcard and terminal $ are understood by major search crawlers.
Search engines often need page assets to render and evaluate layouts correctly.
Open the public robots.txt URL, verify HTTP 200 and test important URLs in your search-engine webmaster tools.