HTML Sitemap Generator
Create a crawlable, human-friendly HTML sitemap page.
Generate an HTML sitemap for humans and internal linking. Free SEO sitemap generator for instant copy-paste output.
Calculator Inputs
About HTML Sitemap
Create a crawlable, human-friendly HTML sitemap page.
Generates a simple nested list you can drop onto any HTML page.
Where it is used
User navigation, internal linking, CSS-flexible footer links.
How to use the HTML Sitemap
- Page URLs (one per line) — enter the value (e.g. https://example.com/ https://example.com/about).
- Sitemap Title (optional) — enter the value (e.g. Sitemap).
- Calculate — press the Calculate button to see the result instantly above.
Formula
Wrap each URL in an <li> anchor list.
Examples
Example
urls:https://example.com/
https://example.com/about
Result: <h2>Sitemap</h2>
<ul>
<li><a href="https://example.com/">example.com</a></li>…
Frequently Asked Questions
- HTML vs XML sitemap?
- XML is for search engines; HTML sitemap helps humans and internal links.