Robots.txt & Sitemap Generator
Stateless — no uploads, no server storage. Share via URL.
How to use
- Select a preset (recommended) or configure manually.
- Click Generate to update outputs.
- Copy / Download in your browser only.
- Share the URL to share the exact settings.
Presets reload with parameters (stateless).
<?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.