Join Telegram — Explore & Share
Tools

Robots.txt generator

Generate robots.txt file for your website. You can copy the generated robots.txt file and paste it in the root directory of your website.

Example: Allow: / or Disallow: /private

robots.txt
User-agent: *
Allow: /
Disallow: /admin

Sitemap: https://example.com/sitemap.xml

FAQ

What is robots.txt?
It is a plain text file at the site root that tells crawlers which paths they may or may not fetch.