Sitemaps
/api/2026-03/sitemaps/indexQuery Parameters
Query StringPassed as URL query string. Comma-separated values for arrays (e.g. ?contentTypes=regular,author).
| Parameter | Type | Description |
baseUrl* | string | Base url of the delivery host. |
contentTypes | string | A comma-separated list of contentTypes to include in the sitemap. |
entriesPerPage | string | Optional sitemap entry page size. Default 20000 |
Description
This endoint returns a sitemap index containing links to individual sitemap files. The Sitemap Guide explains how to setup sitemaps for a Livingdocs delivery.
Use Cases
- Provides a Sitemap Index for Deliveries (linked via robots.txt)
Responses
/api/2026-03/sitemaps/entriesQuery Parameters
Query StringPassed as URL query string. Comma-separated values for arrays (e.g. ?contentTypes=regular,author).
| Parameter | Type | Description |
baseUrl* | string | Base url of the delivery host. |
date* | string | Date for the specific month matching the schema from the sitemap index file. |
contentTypes | string | A comma-separated list of contentTypes to include in the sitemap. |
entriesPerPage | string | Optional sitemap entry page size. Default 20000 |
Use Cases
- Provides Sitemap Entries for Deliveries