Build your robots.txt visually β add user agents, allow/disallow rules, sitemap URL, crawl delay. Then test any URL path to see if it's blocked. Download instantly.
# robots.txt will appear here as you build rulesβ¦
Disallow: /admin/Block all bots from the /admin/ folder and everything inside itAllow: /public/Explicitly allow access (useful after a broad Disallow)Disallow: *.pdf$Block all PDF files across the siteDisallow: /*?*Block all URLs with query parametersDisallow: /Block the entire site (use only on staging/dev environments)