Robots.txt & Sitemap Generator

Stateless — no uploads, no server storage. Share via URL.
Back to tools
How to use
  1. Select a preset (recommended) or configure manually.
  2. Click Generate to update outputs.
  3. Copy / Download in your browser only.
  4. Share the URL to share the exact settings.
Presets reload with parameters (stateless).
No protocol. Example: mofidtech.com
Reset
✅ No server storage. Output is generated from query parameters.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Example URLs - replace with your real URLs or use Django sitemap framework -->
  <url>
    <loc>https://example.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://example.com/tools/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://example.com/blog/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

</urlset>
Active: sitemap.xml
Tip: share this URL to share settings.