Robots.txt Generator
Build a spec-correct robots.txt with allow / disallow rules per user-agent and sitemap.
Build a spec-correct robots.txt with allow / disallow rules per user-agent and sitemap.
Robots.txt Generator builds a perfectly-formatted robots.txt file you can drop into the root of any website to tell search-engine crawlers what to index and what to skip. Pick a default policy (Allow all or Disallow all), add Disallow and Allow paths, declare one or more Sitemap URLs and — if you need finer control — append custom User-agent blocks for Googlebot, Bingbot or AhrefsBot. The tool emits the exact syntax of the Robots Exclusion Protocol so you avoid the typos that silently break crawl rules. Copy the output to your clipboard or download it as a .txt file ready for upload.
robots.txt.Upload the generated file to your domain root (/robots.txt) and test it in Google Search Console's robots.txt tester before going live.
Developers already have editors, linters and one-off scripts that do half of what these utilities do — but nobody wants to paste a JWT into a random cloud decoder, or send an AES-encrypted sample through someone else's server. toolsfy's dev utilities are deliberately tiny, zero-dependency and 100% client-side so they can become part of a muscle-memory workflow you actually trust with production data.
No. Everything runs inside this tab. Even large minification jobs stay local — you can run the tool with DevTools → Network tab open to confirm.
Yes. The same input always produces the same output, because the libraries are versioned (the exact CDN versions are pinned in common.js).
The tools rely on well-known open-source libraries (js-yaml, pdf-lib, clipboard API). Swap toolsfy for the npm packages of the same libraries once you are ready to automate.