Public integration detail

Open web

A transparent view of what this integration exposes now, what it costs, which plan it needs, and where a human approval is required.

Updated 1 August 2026 from the public registry.

Registry surface

Operations you can inspect

These rows are projected from the same registry used by the API, workflows, agent, and MCP surfaces. Private or disabled operations cannot appear here.

01
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
Safety
Read-only
Plan
Free
02
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
Safety
Read-only
Plan
Free
03
Open web

Fetch page text

Download a web page and return its title and readable text content (HTML stripped, capped). Use for reading landing pages, articles, or competitor copy.

web_fetch_page
Safety
Read-only
Plan
Free
04
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
Safety
Read-only
Plan
Free
05
Open web

Send webhook (POST)

POST a JSON payload to an external webhook URL (Zapier, Slack/Discord incoming webhooks, your own endpoint). This CHANGES an external system, so it always pauses for human approval before sending. Reports the delivery status without failing on non-2xx responses.

web_post_webhook
Safety
Human approval
Plan
Starter
06
Open web

Summarize SEO audits

Aggregate 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_summary
Safety
Read-only
Plan
Free
Composed workflows

Templates that use this integration

Explore the complete executable definition before connecting a workspace.

01
6 nodes Schedule ready

Approval-gated webhook alert after a confirmed HTTP response regression

Check one critical URL and, after two completed probes return unhealthy HTTP results, prepare an external webhook alert. The alert never sends automatically: MarkMate pauses until a human approves the exact destination and payload. DNS, TLS, connection, and timeout errors fail the workflow before the alert node and remain visible as failed-run history signals; this template does not convert those transport failures into webhook alerts.

  1. Check URL statusweb_check_url_status
    Starts immediately
  2. Check conditioncondition
    After first_probe
  3. Wait 15 secondswait
    After first_failed
  4. Check URL statusweb_check_url_status
    After pause
  5. Check conditioncondition
    After confirm_probe
  6. Send webhook (POST)web_post_webhook
    Approval After first_probe + confirm_probe + confirmed_failed
Plan
Starter manual / Growth scheduled
Connection
No provider connection
Approval
1 approval-gated write
02
4 nodes Schedule ready

Competitor page evidence dossier

Capture your page and a bounded competitor page set, reduce their observable term differences, and preserve the raw page evidence with a deterministic dossier.

  1. Fetch page textweb_fetch_page
    Starts immediately
  2. Fetch page textweb_fetch_page
    Loop Starts immediately
  3. Content gap vs competitorsseo_content_gap
    After own + competitors
  4. Render an HTML report artifactreport_render
    After own + competitors + gap
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
03
5 nodes Schedule ready

Content gap and technical triage

Compare one page with a bounded competitor sample, pair the deterministic term gap with a technical audit of your page, and save one evidence-led triage report.

  1. Fetch page textweb_fetch_page
    Starts immediately
  2. Fetch page textweb_fetch_page
    Loop Starts immediately
  3. Content gap vs competitorsseo_content_gap
    After own + competitors
  4. Audit page SEOweb_audit_page
    After own
  5. Render an HTML report artifactreport_render
    After gap + audit
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
04
2 nodes Schedule ready

Critical path health report

Probe a selected set of customer-path URLs and preserve HTTP health, redirect, and final-destination evidence for a release or campaign review.

  1. Check URL statusweb_check_url_status
    Loop Starts immediately
  2. Render an HTML report artifactreport_render
    After probes
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
05
3 nodes Schedule ready

Homepage technical readiness

Probe and audit one homepage, then preserve the observed HTTP and technical signals in a concise readiness report before a campaign or release.

  1. Check URL statusweb_check_url_status
    Starts immediately
  2. Audit page SEOweb_audit_page
    After probe
  3. Render an HTML report artifactreport_render
    After probe + audit
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
06
3 nodes

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.

  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
Plan
Free or higher
Connection
No provider connection
Approval
No approval steps
07
2 nodes Schedule ready

Landing page health scorecard

Audit one high-value landing page and save a compact, evidence-led scorecard covering technical SEO, calls to action, forms, page weight proxies, structured data, and social metadata. The workflow reads and reports; it never edits or publishes the page.

  1. Audit page SEOweb_audit_page
    Starts immediately
  2. Render an HTML report artifactreport_render
    After audit
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
08
3 nodes

Organization page schema review

Read an about or company page, generate an advisory Organization JSON-LD draft from explicit facts, and preserve source evidence and review warnings.

  1. Fetch page textweb_fetch_page
    Starts immediately
  2. Generate JSON-LD schemaseo_generate_jsonld
    After page
  3. Render an HTML report artifactreport_render
    After page + schema
Plan
Free or higher
Connection
No provider connection
Approval
No approval steps
09
3 nodes Schedule ready

Page audit and reading report

Combine a technical page audit with a bounded text snapshot and preserve both evidence streams in one reviewable report.

  1. Audit page SEOweb_audit_page
    Starts immediately
  2. Fetch page textweb_fetch_page
    Starts immediately
  3. Render an HTML report artifactreport_render
    After audit + page
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
10
3 nodes

Page audit and schema review

Audit a page's measurable HTML signals, generate a separate reviewed schema draft, and store both outputs in one report. The draft never assumes the page is ready to publish structured data.

  1. Audit page SEOweb_audit_page
    Starts immediately
  2. Generate JSON-LD schemaseo_generate_jsonld
    After audit
  3. Render an HTML report artifactreport_render
    After audit + schema
Plan
Free or higher
Connection
No provider connection
Approval
No approval steps
11
4 nodes Schedule ready

Page launch evidence report

Check a launch URL's HTTP response, technical page signals, and bounded readable copy, then preserve the evidence in one report before a campaign goes live.

  1. Check URL statusweb_check_url_status
    Starts immediately
  2. Audit page SEOweb_audit_page
    After probe
  3. Fetch page textweb_fetch_page
    After probe
  4. Render an HTML report artifactreport_render
    After probe + audit + page
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
12
3 nodes

Page reading and schema review

Read a bounded page snapshot, generate an advisory FAQ schema draft from supplied facts, and preserve both the source evidence and draft warnings in a report.

  1. Fetch page textweb_fetch_page
    Starts immediately
  2. Generate JSON-LD schemaseo_generate_jsonld
    After page
  3. Render an HTML report artifactreport_render
    After page + schema
Plan
Free or higher
Connection
No provider connection
Approval
No approval steps
13
2 nodes

Page reading report

Read one public page, preserve its title and bounded text evidence, and store a searchable report artifact for review. It is useful for a campaign brief or competitor teardown without adding unverified interpretation.

  1. Fetch page textweb_fetch_page
    Starts immediately
  2. Render an HTML report artifactreport_render
    After page
Plan
Free or higher
Connection
No provider connection
Approval
No approval steps
14
3 nodes

Pricing page product schema review

Read a pricing page, generate an advisory Product JSON-LD draft from explicit example facts, and save the page evidence plus schema warnings for human review.

  1. Fetch page textweb_fetch_page
    Starts immediately
  2. Generate JSON-LD schemaseo_generate_jsonld
    After page
  3. Render an HTML report artifactreport_render
    After page + schema
Plan
Free or higher
Connection
No provider connection
Approval
No approval steps
15
3 nodes Schedule ready

Redirect and content review

Probe one important URL, follow its final destination, read the resulting page, and save the observed redirect and content evidence for review.

  1. Check URL statusweb_check_url_status
    Starts immediately
  2. Fetch page textweb_fetch_page
    After probe
  3. Render an HTML report artifactreport_render
    After probe + content
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
16
2 nodes Schedule ready

Redirect chain evidence report

Probe a bounded set of selected URLs, preserve the final destinations and redirect flags, and write a concise chain-evidence report for technical review.

  1. Check URL statusweb_check_url_status
    Loop Starts immediately
  2. Render an HTML report artifactreport_render
    After probes
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
17
3 nodes Schedule ready

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.

  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
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
18
7 nodes Schedule ready

Site-health autopilot — alert webhook when the score drops

An autopilot rule: audit a fixed sample of pages from your sitemap on a schedule, and when the sample's average SEO score drops below your threshold, send an alert webhook (Slack/Discord/Zapier) — after you approve it. A guard step stops the run if the URL is a sitemap index, so point the workflow at a child sitemap that lists page URLs directly. The alert step is a write, so it always pauses in the approval inbox; if the score is healthy, the run ends quietly.

  1. Get sitemap URLsweb_get_sitemap
    Starts immediately
  2. Check conditioncondition
    After sitemap
  3. Take first/last N of a listutil_take
    After sitemap + urlset_guard
  4. Audit page SEOweb_audit_page
    Loop After cap
  5. Summarize SEO auditsweb_audit_summary
    After audit
  6. Check conditioncondition
    After summary
  7. Send webhook (POST)web_post_webhook
    Approval After healthy + summary
Plan
Starter manual / Growth scheduled
Connection
No provider connection
Approval
1 approval-gated write
19
5 nodes Schedule ready

Sitemap availability sample

Take a bounded sample from a direct URL-set sitemap, probe each URL, and preserve status, redirect, and failure evidence in a report.

  1. Get sitemap URLsweb_get_sitemap
    Starts immediately
  2. Check conditioncondition
    After sitemap
  3. Take first/last N of a listutil_take
    After sitemap + urlset_guard
  4. Check URL statusweb_check_url_status
    Loop After sample
  5. Render an HTML report artifactreport_render
    After sitemap + sample + probes
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
20
5 nodes Schedule ready

Sitemap content sample

Read the titles and bounded text snapshots for a sample of sitemap URLs, then save the evidence for editorial and technical review.

  1. Get sitemap URLsweb_get_sitemap
    Starts immediately
  2. Check conditioncondition
    After sitemap
  3. Take first/last N of a listutil_take
    After sitemap + urlset_guard
  4. Fetch page textweb_fetch_page
    Loop After sample
  5. Render an HTML report artifactreport_render
    After sitemap + sample + pages
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
21
2 nodes Schedule ready

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.

  1. Get sitemap URLsweb_get_sitemap
    Starts immediately
  2. Render an HTML report artifactreport_render
    After sitemap
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
22
4 nodes Schedule ready

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.

  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
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
23
5 nodes Schedule ready

Sitemap redirect SEO report

Sample direct sitemap URLs, inspect their final destinations, and save redirect evidence alongside the sample scope for technical SEO review.

  1. Get sitemap URLsweb_get_sitemap
    Starts immediately
  2. Check conditioncondition
    After sitemap
  3. Take first/last N of a listutil_take
    After sitemap + urlset_guard
  4. Check URL statusweb_check_url_status
    Loop After sample
  5. Render an HTML report artifactreport_render
    After sitemap + sample + redirects
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
24
6 nodes Schedule ready

Sitemap SEO scorecard

Audit a bounded sample of sitemap pages, aggregate technical checks into a scorecard, and save a reviewable report without generating a causal or ranking claim.

  1. Get sitemap URLsweb_get_sitemap
    Starts immediately
  2. Check conditioncondition
    After sitemap
  3. Take first/last N of a listutil_take
    After sitemap + urlset_guard
  4. Audit page SEOweb_audit_page
    Loop After sample
  5. Summarize SEO auditsweb_audit_summary
    After audits
  6. Render an HTML report artifactreport_render
    After sitemap + sample + summary
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
25
6 nodes Schedule ready

Sitemap status and content report

Take one bounded sitemap sample, inspect both URL status and page content, and preserve the two evidence streams together for release review.

  1. Get sitemap URLsweb_get_sitemap
    Starts immediately
  2. Check conditioncondition
    After sitemap
  3. Take first/last N of a listutil_take
    After sitemap + urlset_guard
  4. Check URL statusweb_check_url_status
    Loop After sample
  5. Fetch page textweb_fetch_page
    Loop After sample
  6. Render an HTML report artifactreport_render
    After sitemap + sample + statuses + pages
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
26
6 nodes Schedule ready

Sitemap technical audit summary

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.

  1. Get sitemap URLsweb_get_sitemap
    Starts immediately
  2. Check conditioncondition
    After sitemap
  3. Take first/last N of a listutil_take
    After sitemap + urlset_guard
  4. Audit page SEOweb_audit_page
    Loop After sample
  5. Summarize SEO auditsweb_audit_summary
    After audits
  6. Render an HTML report artifactreport_render
    After sitemap + urlset_guard + sample + audits + summary
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
27
6 nodes Schedule ready

Sitemap technical triage

Audit a bounded sitemap sample, aggregate technical findings, and save a repeatable triage report with sample limits and the measured scorecard.

  1. Get sitemap URLsweb_get_sitemap
    Starts immediately
  2. Check conditioncondition
    After sitemap
  3. Take first/last N of a listutil_take
    After sitemap + urlset_guard
  4. Audit page SEOweb_audit_page
    Loop After sample
  5. Summarize SEO auditsweb_audit_summary
    After audits
  6. Render an HTML report artifactreport_render
    After sitemap + sample + audits + summary
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
28
5 nodes Schedule ready

Sitemap URL status summary

Read a URL-set sitemap, guard against sitemap indexes, check a bounded set of listed URLs, and render direct HTTP status and redirect evidence without claiming full-site uptime.

  1. Get sitemap URLsweb_get_sitemap
    Starts immediately
  2. Check conditioncondition
    After sitemap
  3. Take first/last N of a listutil_take
    After sitemap + urlset_guard
  4. Check URL statusweb_check_url_status
    Loop After sample
  5. Render an HTML report artifactreport_render
    After sitemap + urlset_guard + sample + statuses
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
29
3 nodes Schedule ready

Web audit executive summary

Run one bounded page audit, reduce the technical findings into an evidence summary, and save an executive-friendly report with explicit sample limits.

  1. Audit page SEOweb_audit_page
    Starts immediately
  2. Summarize SEO auditsweb_audit_summary
    After audit
  3. Render an HTML report artifactreport_render
    After audit + summary
Plan
Free manual / Growth scheduled
Connection
No provider connection
Approval
No approval steps
Public truth over marketing fog

The catalog only shows what can actually run.

Compare the operating model or open a workspace and start with a visible requirement check.