Skip to main content
Sitemap

Sitemap

Layout for sitemaps.

View an example page that uses this layout (opens in a new tab)

This layout generates a page that outputs all the pages in the site in a nested list.

To use this layout, make sitemap the value for a page’s layout key:

---
eleventyExcludeFromCollections: true
layout: sitemap
permalink: /sitemap
---