SEO Connector for Ghost.blog
When Ghost.blog publishes an article to your WordPress site, the connector writes the AI-generated SEO title, meta description, focus keyword, and Open Graph image into whichever SEO plugin you use. No manual copy-paste required.
Get the plugin on WordPress.orgThis plugin is optional. You do not need it to connect WordPress to Ghost.blog or to publish articles. Sites connect from the Ghost.blog dashboard using a standard WordPress Application Password. Nothing is installed on your site to make that work. Add this connector afterwards only if you want SEO metadata written straight into Yoast, Rank Math, or AIOSEO on every publish.
Supported SEO plugins
When more than one is active, the connector resolves a single adapter in priority order (Yoast SEO, then Rank Math, then AIOSEO).
Installation (optional)
Only if you want the SEO metadata push. Connect your site first. These steps assume Ghost.blog is already publishing to it.
1. Install from WordPress.org
In WordPress admin, go to Plugins → Add New and search for "SEO Connector for Ghost.blog", or get it at wordpress.org/plugins/ghost-blog-connector.
2. Activate
Click Install, then Activate "SEO Connector for Ghost.blog".
3. Re-detect
Back in Ghost.blog, click "Re-detect" and your SEO plugin should now show as connected.
REST endpoints
/wp-json/ghost-blog/v1/infoReports the connector version and which SEO plugin is active.
/wp-json/ghost-blog/v1/seo-metaWrites the SEO title, meta description, focus keyword, and OG image to a post.
Private by design
Both endpoints require a logged-in user with the edit_posts capability, authenticated with the same WordPress application-password credentials you already configured in Ghost.blog. The plugin never phones home. No data leaves your site except in response to these authenticated requests.
