Updated 28 July 2026 · ICP: US / Canada / Australia / Europe · EN-first · Optional tool
Blog mirror setup (about 10 minutes)
One-screen answer: After Mabido publishes a Growth SEO blog on mabido.com/news/…, it can optionally POST the same HTML to your HTTPS webhook (WordPress, Make, Zapier, or any CMS). Zero extra AI tokens. Your Mabido hub remains the GEO/AEO source of truth.
Optional — not mandatory. Global Business works fully without a mirror.
Configure in Business → Profile → Integrations.
Concepts (no secrets): repo
docs/BLOG_MIRROR_WEBHOOK.md.
Before you start
- Growth or Business+ plan (direct client or agency seat).
- An HTTPS endpoint that accepts JSON
POST(no localhost / private IPs). - Plan to keep a link back to the Mabido hub or
/newsURL (backlink + clearer provenance).
Path A — Make or Zapier (fastest)
- Create a scenario with a Custom webhook / Catch hook trigger. Copy the HTTPS URL.
- Add a WordPress (or Webflow / CMS) action: create or update a post from webhook fields
title,html(orsummary), and set canonical / body link tourlorhubUrl. - In Mabido: paste the webhook URL → enable “Send each new Mabido blog…” → Save.
- Click Send test. Expect event
mabido.blog.mirror_test. Confirm the scenario received JSON. - On the next real publish, expect event
mabido.blog.published.
Path B — WordPress REST (Application Password)
- In WordPress: Users → Profile → Application Passwords → create one for a publishing user.
- Prefer a small bridge (Make/Zapier or a private Cloudflare Worker) that receives Mabido’s JSON and calls
POST /wp-json/wp/v2/postswith title + content. Do not put WP passwords in public docs or client-side code. - Map Mabido
html→ post content; storesourceUrl/hubUrlin content or custom field. - Paste the bridge HTTPS URL into Mabido Integrations → Save → Send test.
Payload shape (no secrets)
{
"event": "mabido.blog.published",
"title": "…",
"slug": "…",
"url": "https://mabido.com/news/…",
"html": "<article>…</article>",
"summary": "…",
"sourceUrl": "https://mabido.com/news/…",
"hubUrl": "https://mabido.com/shop/{slug}",
"businessName": "…",
"publishedAt": "ISO-8601"
}
Headers: Content-Type: application/json, X-Mabido-Event, User-Agent: MABIDO-BlogMirror/1.0.
Limits: Mirror failure never blocks hub publish. Duplicate-content risk if you omit a clear source link.
This is not a WordPress plugin and not the agency
create-client API.
Related
Help for advertisers · Content autopilot · GEO index · /trust · llms.txt