Executable distribution template

Keyword cluster and SEO evidence report

Combine deterministic keyword clustering with a small on-page audit sample and save one report that separates topic structure from measured page signals. No ranking or demand data is invented.

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.

keyword-cluster-and-seo-report.json3 nodes / current registry
  1. Cluster keywords into topicsseo_cluster_keywords
    Starts immediately
  2. Audit page SEOweb_audit_page
    Loop Starts immediately
  3. Render an HTML report artifactreport_render
    After cluster + audit
Template metadata

Set it up without surprises

The following notes are shipped beside the executable definition.

Customize

Inputs to change

  1. Node `cluster`: replace the example keyword set with reviewed research terms.
  2. Node `audit`: replace the sample page URLs with pages representing the target topic group.
  3. Keep the two evidence streams separate when interpreting the report.
Runtime

Requirements

  • Public pages and a supplied keyword list.
  • The report combines deterministic reducers; it does not call a live rank or keyword provider.
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
SEO toolkit

Cluster keywords into topics

Group a keyword list into topic clusters by token similarity — deterministic, no external API. Template in GSC query rows or any keyword list; singletons come back as `unclustered`. Feed the clusters to ai_analyze_data or ai_structure for intent labeling or a content plan.

seo_cluster_keywords
Cost
0 credits
Plan
Free
Approval
Not required
02
Open web

Audit page SEO

Run 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_page
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
Keyword cluster and SEO evidence 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.