Sitecore Community GraphQL Cookbook

Get Sitemap

GraphQL query to retrieve the sitemap.xml URL. This is being used the JSS SDK when fetching the sitemap.xml
Source: JSS SDK
    Delivery APIJSS SDK

JSON Variables


Query


JSON Response

1{
2  "data": {
3    "site": {
4      "siteInfo": {
5        "sitemap": [
6          "https://edge.sitecorecloud.io/<your-tenant>/media/.../sitemap.xml"
7        ]
8      }
9    }
10  }
11}