XML Sitemap Generator
XML Sitemap Generator lets you generate sitemap XML for unique absolute HTTP page URLs. Enter your own values or load the worked example.
- Copy or download the computed result
- Adjust page urls, one per line
- See the processing method and limits
Method and calculation
Generate sitemap XML for unique absolute HTTP page URLs.
Inputs and settings
XML Sitemap Generator accepts Page URLs, one per line.
Worked example
XML Sitemap Generator example — Page URLs, one per line: "https://example.com/\nhttps://example.com/about". Computed output: <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url><loc>https://example.com/</loc></url> <url><loc>https://example.com/about</loc></url> </urlset>
Output and limitations
XML Sitemap Generator: Accepts up to the text-input limit; review canonical URLs before publishing.
Technical references: JavaScript Unicode normalization
XML Sitemap Generator FAQs
XML Sitemap Generator applies the following rule to your input: Generate sitemap XML for unique absolute HTTP page URLs. The worked example on this page uses the same processor as the result button.
XML Sitemap Generator has these boundaries: Accepts up to the text-input limit; review canonical URLs before publishing. Start by checking the page urls, one per line field against the units or format shown.
XML Sitemap Generator provides this sample: <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url><loc>https://example.com/</loc></url> <url><loc>https://example.com/about</loc></url> </urlset>. Use the sample button to reproduce it, then replace the inputs with your own values.