Configure crawler access rules and generate your robots.txt file
One per line — Bingbot: allowed or SomeBot: refused
# Click "Generate robots.txt"
# to build your fileWhat is robots.txt
A robots.txt file instructs web crawlers which parts of your site they may access. It lives at the root of your domain and is the first place any crawler checks before indexing.
How to use
robots.txt at site rootExample
User-agent: * Disallow: User-agent: Googlebot Disallow: /private/ Sitemap: https://example.com/sitemap.xml
Tip: upload the generated file to your server's web root.
Allow all crawlers
Disallow:Block all crawlers
Disallow: /Block a path
Disallow: /admin/Add crawl delay
Crawl-delay: 5