Executable distribution template

Sitemap coverage report

Inspect one sitemap or sitemap index and preserve its URL coverage, truncation, and index-shape evidence in a report. The workflow does not crawl or publish anything.

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-coverage-report.json2 nodes / current registry
  1. Get sitemap URLsweb_get_sitemap
    Starts immediately
  2. Render an HTML report artifactreport_render
    After sitemap
Template metadata

Set it up without surprises

The following notes are shipped beside the executable definition.

Customize

Inputs to change

  1. Node `sitemap`: replace the example sitemap URL with the site's XML sitemap.
  2. Node `report`: change the filename and title for the property or release review.
Runtime

Requirements

  • A public HTTPS sitemap URL that permits read access.
  • The result is bounded and may be truncated; it is an inventory signal, not proof that every page is indexed.
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
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 coverage 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.