Integrations overview
Connect RankPine to your CMS or website builder. Explore native integrations, secure webhook publishing, RSS feeds, and Search Console setup guides.
RankPine has three kinds of integrations:
- Publishing integrations decide where finished articles go. Connect one or more and your articles publish straight into your CMS — or fan out through Zapier, Make, and n8n.
- The RSS feed is a syndication output: a private link other tools can pull your published articles from.
- Google Search Console is an input. It feeds your real search data in so RankPine can prioritise the keywords you're closest to ranking for.
Publishing integrations
Odoo Blog
Detect Odoo 17, 18, or 19 and publish through the matching external API.
Strapi 5
Pair the official Marketplace plugin, or connect with a scoped API token.
Framer
Map a writable CMS collection and publish the Framer project automatically.
Wix Blog
Publish native Wix Blog posts with a site-scoped API key.
GoHighLevel
Authorize one sub-account and publish to its native HighLevel Blog.
WordPress
Pair the official plugin securely, with application passwords as a fallback.
Shopify
Install the official Shopify App Store app and publish native blog articles.
Ghost
Publish to a Ghost blog using a custom integration Admin API key.
Webflow
Create items in a Webflow CMS collection.
Notion
Add each article as a page in a Notion database.
DEV (dev.to)
Cross-post to your DEV profile with a personal API key.
Hashnode
Publish to your Hashnode blog with a personal access token.
Webhook / REST
POST each article as JSON to any endpoint you control.
Zapier, Make & n8n
Paste a catch-hook URL to fan articles out to thousands of apps.
Website builders via webhook
These are guided setup paths around the same secure Webhook / REST connection. They do not create six new native integrations: your builder adds the receiver to its existing server and RankPine sends the same signed payload to it.
Lovable via webhook
Add a signed Lovable Cloud or Supabase Edge Function.
Bolt.new via webhook
Add a Bolt server function with a database-backed article upsert.
Replit via webhook
Add a route to a published Replit App with persistent storage.
Rocket.new via webhook
Add a server API route with separate staging and production secrets.
Base44 via webhook
Use a Base44 backend function and Article entity upsert.
Vercel v0 via webhook
Deploy a Next.js Route Handler as a Vercel Function.
Sitemap behavior belongs to your receiver
RankPine delivers the article and records the URL your endpoint returns. Your receiver template or application must update, rebuild, or invalidate its own sitemap or documented equivalent.
Syndication
Search data
How connecting works
Most publishing integrations follow the same pattern. You'll find them under Integrations in your RankPine dashboard. Shopify is the exception: install and manage its embedded RankPine app inside Shopify Admin.

Choose an integration and enter its details
Click Connect on the one you want and follow its authorization or credential flow. Each guide below lists exactly which fields are needed and where to find them in the other tool.
RankPine tests the connection
RankPine makes a live test call to confirm the credentials work and the target exists. OAuth integrations may first save the encrypted grant in a disabled state while you choose a target; they cannot publish until setup is complete.
Future articles publish there
Once connected, finished articles publish to that destination based on your autopilot and schedule settings. You can re-test a connection anytime with the Test button.
Using Shopify?
Install RankPine – SEO on autopilot from the Shopify App Store, then follow the Shopify guide. The embedded app creates its connection automatically, so you do not need to paste a Shopify API key into RankPine.
You can connect more than one
Connect several destinations and each finished article is sent to all of them — handy if you syndicate the same post to, say, WordPress and a webhook.
A few things that apply to every integration
- Your credentials are encrypted at rest and never shown back to you after you save them. Reconnecting always asks for them fresh.
- Images are hosted by RankPine on a CDN, so they keep working no matter
where you publish. Webhooks receive the purpose-built cover as
featuredImageand body images separately inimages. - Markdown is the source of truth. RankPine converts to whatever format the destination needs (HTML for WordPress, Ghost, and Framer, Ricos Rich Content for Wix Blog, native blocks for Notion, and so on).
- Connection status is shown on each card — Connected or Error. If a publish ever fails, the card flips to Error and you can re-test.
Not sure which to pick?
If your blog runs on Shopify, install the official Shopify App Store app and follow the Shopify guide. For Framer, Wix, WordPress, Ghost, or Webflow, use that native connection. Everyone else — or anyone who wants articles to flow into a custom system, a static-site build, or a tool we don't natively support — including Lovable, Bolt.new, Replit, Rocket.new, Base44, and Vercel v0 — should use the webhook or one of the guided pages above.