Sitemap, robots.txt & RSS Change Monitor
Pricing
$0.60 / 1,000 checked targets
Sitemap, robots.txt & RSS Change Monitor
Monitor public robots.txt, sitemap XML, and RSS/Atom source changes for SEO and content intelligence without browser automation.
Sitemap, robots.txt & RSS Change Monitor
Pricing
$0.60 / 1,000 checked targets
Monitor public robots.txt, sitemap XML, and RSS/Atom source changes for SEO and content intelligence without browser automation.
Normalized target
normalizedTarget
Required
Normalized public HTTPS target URL that was checked in this dataset row.
Checked at
checkedAt
Required
ISO 8601 UTC timestamp when the target was checked.
Status
status
Required
Overall check status. ok means all enabled source checks completed; partial means at least one source returned a warning; error means the target could not be checked.
Changed
changed
Required
Whether the normalized snapshot differs from the previously stored baseline for this target and baseline key.
Change types
changeTypes
Required
Source groups that changed compared with the previous baseline. The first baseline run normally reports all observed groups as changed.
[ "robots", "sitemaps"]Snapshot hash
snapshotHash
Required
Stable SHA-256 hash of the normalized source snapshot used for future comparisons.
Previous snapshot hash
previousSnapshotHash
Optional
Previous stored snapshot hash for this target, if a baseline already existed.
Robots.txt result
robots
Optional
Fetch metadata and extracted information for the target's robots.txt file, including status and sitemap hints when available.
{ "url": "https://example.com/robots.txt", "status": 404, "ok": false}Sitemap results
sitemaps
Optional
Discovered and fetched sitemap XML sources for the target, limited by the run input.
{ "discovered": [ "https://example.com/sitemap.xml" ], "fetched": []}RSS/Atom feed results
feeds
Optional
Discovered and fetched RSS or Atom feed sources for the target, limited by the run input.
{ "discovered": [], "fetched": []}Warnings
warnings
Optional
Non-fatal warnings collected while checking the target.
[ { "code": "robots_http_404", "message": "robots.txt returned HTTP 404", "url": "https://example.com/robots.txt" }]