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

Path A — Make or Zapier (fastest)

  1. Create a scenario with a Custom webhook / Catch hook trigger. Copy the HTTPS URL.
  2. Add a WordPress (or Webflow / CMS) action: create or update a post from webhook fields title, html (or summary), and set canonical / body link to url or hubUrl.
  3. In Mabido: paste the webhook URL → enable “Send each new Mabido blog…” → Save.
  4. Click Send test. Expect event mabido.blog.mirror_test. Confirm the scenario received JSON.
  5. On the next real publish, expect event mabido.blog.published.

Path B — WordPress REST (Application Password)

  1. In WordPress: Users → Profile → Application Passwords → create one for a publishing user.
  2. Prefer a small bridge (Make/Zapier or a private Cloudflare Worker) that receives Mabido’s JSON and calls POST /wp-json/wp/v2/posts with title + content. Do not put WP passwords in public docs or client-side code.
  3. Map Mabido html → post content; store sourceUrl / hubUrl in content or custom field.
  4. 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