HTML Sitemap Generator
Turn URLs into a linked HTML sitemap list.
Rendered preview
- example.com
- About Us
- First Post
- Contact
HTML
<ul class="sitemap"> <li><a href="https://example.com/">example.com</a></li> <li><a href="https://example.com/about-us">About Us</a></li> <li><a href="https://example.com/blog/first-post">First Post</a></li> <li><a href="https://example.com/contact">Contact</a></li> </ul>
Free HTML sitemap generator. Paste your URLs and get a clean, linked <ul> HTML sitemap for visitors, with optional readable link text derived from each slug. Runs entirely in your browser.
How to use the HTML Sitemap Generator
- 01Paste your page URLs, one per line.
- 02Choose whether to use readable link text from each slug.
- 03Preview the rendered list.
- 04Copy the HTML into your sitemap page.
Frequently asked questions
How is an HTML sitemap different from an XML one?
An XML sitemap is for search engines; an HTML sitemap is a page for human visitors, listing links to help them navigate. Larger sites often have both.
Where should the readable link text come from?
This tool derives it from the last part of each URL slug and tidies it up. Review the results and adjust any that need clearer wording.