Executable distribution template

Site root and sitemap discovery report

Check a site root and read its sitemap discovery response to create a compact endpoint report, keeping HTTP reachability, sitemap indexing, and crawl coverage as separate facts.

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.

site-root-sitemap-discovery-report.json3 nodes / current registry
  1. Check URL statusweb_check_url_status
    Starts immediately
  2. Get sitemap URLsweb_get_sitemap
    After root
  3. Render an HTML report artifactreport_render
    After root + sitemap
Template metadata

Set it up without surprises

The following notes are shipped beside the executable definition.

Customize

Inputs to change

  1. Nodes `root` and `sitemap`: set both to the site root or known sitemap URL.
  2. Node `report`: change the title and filename for the property.
  3. Inspect child sitemaps manually when `is_index` is true.
Runtime

Requirements

  • A public HTTPS site root or sitemap endpoint.
  • This read-only workflow does not crawl child sitemaps or certify indexing, robots policy, or URL coverage.
  • Sitemap responses are bounded by the web operation's safety limits.
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

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
02
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
03
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
Site root and sitemap discovery 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.