seo_sitemap
Model for sitemap generation metadata, including available urlsets and paged urlset export values.
Available Model API Paths
| Method | Path pattern | Description |
|---|---|---|
get | /urlsets/... | Return sitemap source groups from seo_sitemap:urlsets/1, used to build sitemap index entries per source/language set. |
get | /urlset/+source/+offset/+limit/... | Return sitemap URL entries for source +source using offset/limit paging (offset defaults to 1, limit defaults to and is capped at ?URLSET_SIZE). |
/+name marks a variable path segment. A trailing /... means extra path segments are accepted for further lookups.