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.
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
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" — 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.
