๐บ๏ธ Sitemap Generator
Enter a list of URLs, one per line, to generate an XML sitemap (sitemap.xml) conforming to the sitemaps.org protocol. You can also set the change frequency and priority for each entry.
How to use
- Enter the URLs you want in the sitemap, one per line.
- Set the change frequency (changefreq) and priority.
- Copy the generated XML, save it as sitemap.xml, and upload it to your server.
FAQ
Are changefreq and priority required?
No, both are optional elements under the sitemap protocol. Search engines treat them only as hints โ the priority value doesn't guarantee crawl ranking.
Where does the lastmod date come from?
It's automatically set to the date you opened this tool. You may want to edit it after generating to match each page's actual last-modified date.
Is there a limit to how many URLs one sitemap.xml can hold?
Per the sitemap protocol spec, a single sitemap file can hold up to 50,000 URLs and must be no larger than 50MB uncompressed. Larger sites use a sitemap index file to split entries across multiple files.