Executable distribution template

Sitemap redirect health report

Sample URLs from a child sitemap, probe their final HTTP destinations, and store a bounded redirect and availability report. This is useful during releases and migrations without pretending to measure every redirect hop.

Updated 1 August 2026 from the executable catalog.

definition.nodes

The executable path

Node labels and costs come from the registry. Dependency captions come from each node's dependsOn field, including parallel starts and approval gates.

sitemap-redirect-health-report.json4 nodes / current registry
  1. Get sitemap URLsweb_get_sitemap
    Starts immediately
  2. Take first/last N of a listutil_take
    After sitemap
  3. Check URL statusweb_check_url_status
    Loop After sample
  4. Render an HTML report artifactreport_render
    After sitemap + sample + probe
Template metadata

Set it up without surprises

The following notes are shipped beside the executable definition.

Customize

Inputs to change

  1. Node `sitemap`: use a child sitemap that lists page URLs directly; sitemap indexes should be split first.
  2. Node `sample`: choose the bounded number of URLs to probe.
  3. Node `report`: adapt the artifact title for the release or migration.
Runtime

Requirements

  • A public sitemap and public URLs reachable by MarkMate's protected status reader.
  • The status operation records the final destination only; suspected multi-hop chains need separate verification.
Generally available operations

Operation manifest

Every operation below is present in this template's JSON and has no private rollout gate in the registry.

01
Open web

Get sitemap URLs

Fetch a sitemap.xml (or a site root, trying /sitemap.xml) and list the URLs it contains. Reports whether it is a sitemap INDEX whose entries are child sitemaps.

web_get_sitemap
Cost
1 credits
Plan
Free
Approval
Not required
02
Workflow utilities

Take first/last N of a list

Return the first (or last) N items of a list. Use to cap an upstream list before an expensive per-item operation.

util_take
Cost
0 credits
Plan
Free
Approval
Not required
03
Open web

Check URL status

Fetch a URL and report its HTTP status, whether it redirected, and the final URL. Useful for monitoring site and landing-page health.

web_check_url_status
Cost
1 credits
Plan
Free
Approval
Not required
04
Report artifacts

Render an HTML report artifact

Compose text, KPI metrics, inline charts, and tables (typically templated from upstream operation outputs) into a branded, self-contained HTML report stored as a workspace file. Supports white-label brand name/colour/logo. Returns the file id and download path; prints cleanly to PDF.

report_render
Cost
2 credits
Plan
Free
Approval
Not required
Sitemap redirect health report

The wiring is visible. The final decision stays yours.

Start free to build workflows manually. This template's requirement panel shows what must be unlocked before execution.