XML sitemap generator
Enter a URL and we crawl the site, following links from page to page, then build a valid sitemap.xml you can copy or download. Handy when a site has no sitemap and you want one to submit to Google Search Console or Bing.
How it works
- We fetch your start page, read every same-site
<a href>link, then keep crawling those pages, following links outward until there are none left. - Only pages that respond with a 200 status and real HTML are added. Off-site links, files (images, PDFs, CSS, JS), and
mailto:ortel:links are skipped. - To stay fast and polite, the crawl is bounded: up to 100 pages, with a time budget of around 22 seconds. If a site is bigger, we return what we reached and tell you it was partial.
- The result is a standard
sitemap.xmlin the sitemaps.org 0.9 format. Copy it or download the file, then submit it in Google Search Console or drop it at/sitemap.xmlon your server.
Note: this crawler reads the HTML your server sends. Pages that only render their links with JavaScript in the browser may not be discovered.