Generate an XML sitemap
for any website.
The file Google and Bing use to find every page on your site. We crawl your domain, write a spec-compliant sitemap.xml, and hand it back ready to upload — no install, no setup.
500 URLs as a guest. 2,000 with a free account. No credit card.
The map search engines use to crawl your site.
A sitemap.xml file lists every URL on your domain in a format Google, Bing, and every other crawler reads first. Without one, search engines find pages through internal links only — slow and incomplete.
The file lives at the root (yoursite.com/sitemap.xml) and gets declared in robots.txt and Google Search Console. We generate both.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="...sitemap/0.9">
<url>
<loc>https://acme.com/</loc>
<lastmod>2026-06-09</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>https://acme.com/pricing</loc>
<lastmod>2026-05-22</lastmod>
</url>
<!-- 847 more URLs -->
</urlset>
How the generator works.
Three steps. Most sites complete in under a minute.
Paste your URL
Drop in any domain. We crawl the same way Google does — internal link traversal, robots.txt-aware, JS rendering for React, Next.js, and other SPAs.
We crawl your site
We discover every reachable page by following internal links. Watch the URL count climb live. Robots.txt, noindex, and canonical tags all honoured.
Download and upload
Get a clean XML file ready to upload to your domain root. Submit it to Google Search Console and Bing Webmaster Tools — that's it.
Three files. One crawl.
XML sitemap for Google. llms.txt for ChatGPT and Claude. Per-page markdown for everything else.
Free. No signup for the basics.