1001Ferramentas
🗺️SEO

Sitemap XML Generator

Generate a sitemap.xml from a URL list with lastmod, changefreq and priority. Useful for static sites. Everything in your browser.

URLs (uma por linha)

A sitemap for sites without a CMS

Static sites, hand-written HTML landing pages, projects on GitHub Pages: none of them generate a sitemap on their own, and Search Console asks for one. Instead of writing XML by hand and botching an escape, paste your URL list here, one per line, pick changefreq, priority and whether to include lastmod, and copy the assembled sitemap.xml. Escaping of characters like the ampersand, a classic way to invalidate a handmade sitemap, comes out correct.

Two fields in this format matter less than they look: Google has publicly stated that it ignores changefreq and priority. What it does consider is lastmod, and only when the date is trustworthy. Watch out here: the tool fills lastmod for every URL with today's date. If the content did not actually change today, that becomes false information for the crawler; in that case untick the option or edit the dates in the XML before publishing the file.

Save the output as sitemap.xml at the site root, add a Sitemap line with the full URL to your robots.txt, and submit it in Search Console. The protocol caps each file at 50,000 URLs and 50 MB uncompressed; beyond that, split into multiple files and point to them from a sitemapindex. If you publish often, generating the sitemap at build time beats pasting URLs here after every post. Everything runs in the browser; nothing is uploaded anywhere.

Frequently asked questions

Does Google use changefreq and priority?
No. Google has said it ignores both fields. lastmod is taken into account, but only when it reflects the page's real modification date.
How many URLs fit in one sitemap?
The protocol limits each file to 50,000 URLs and 50 MB uncompressed. Past that, split into several files and list them all in a sitemapindex.
Where does the file go once generated?
At the site root, as sitemap.xml. Then reference it in robots.txt with a Sitemap line and submit the URL in Google Search Console and Bing Webmaster Tools.

Related Tools