# Monitor XML sitemaps for accidental URL removals and drops

**Use case:** 

Connect your production sitemap to an automated delta tracker. Instantly spot missing pages, indexing changes, and critical structural errors before they impact

## Input

```json
{
  "sitemapUrl": "https://httpstatus.io/sitemap.xml",
  "followRedirects": true,
  "timeoutMs": 10000
}
```

## Output

```json
{
  "baseline": {
    "label": "Baseline Step Run",
    "format": "boolean"
  },
  "changes.url": {
    "label": "Target URL",
    "format": "link"
  },
  "changes.type": {
    "label": "Issue Type",
    "format": "text"
  },
  "changes.severity": {
    "label": "Severity",
    "format": "text"
  },
  "changes.description": {
    "label": "Modification Details",
    "format": "text"
  },
  "unchangedCount": {
    "label": "Total Stable Node Count",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Sitemap Xml Monitor](https://apify.com/datawinder/sitemap-xml-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datawinder/sitemap-xml-monitor) to learn more, explore other use cases, and run it yourself.