Inputs to change
- Node `sitemap`: use a child sitemap containing page URLs directly.
- Node `sample`: cap the page audit count to fit the credit budget.
- Node `report`: adjust the report title, subtitle, and filename.
Sample a URL-set sitemap, run bounded on-page technical audits, aggregate findings, and render a site audit artifact with explicit sample limits and no synthetic full-site score.
Updated 1 August 2026 from the executable catalog.
Node labels and costs come from the registry. Dependency captions come from each node's dependsOn field, including parallel starts and approval gates.
web_get_sitemapconditionutil_takeweb_audit_pageweb_audit_summaryreport_renderThe following notes are shipped beside the executable definition.
Every operation below is present in this template's JSON and has no private rollout gate in the registry.
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_sitemapReturn the first (or last) N items of a list. Use to cap an upstream list before an expensive per-item operation.
util_takeRun an on-page audit of a URL covering technical SEO (title, meta description, canonical, indexability, H1s, viewport, language, alt coverage, content length, Open Graph), CRO (call-to-action presence, form friction, script/page weight), and AI visibility (JSON-LD structured data, section-heading structure). Returns a 0–100 score with graded findings. Compose with web_get_sitemap + a loop to audit a whole site.
web_audit_pageAggregate web_audit_page results into a site-level SEO report: site score, worst pages ranked, and the most common issues across pages (with an example URL each). Template a loop's results in as `audits`, then feed this output to ai_analyze_data for a prioritized, human-readable action plan.
web_audit_summaryCompose 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_renderStart free to build workflows manually. This template's requirement panel shows what must be unlocked before execution.