外掛標籤
開發者團隊
② 後台搜尋「SEO Connector for Ghost.blog」→ 直接安裝(推薦)
原文外掛簡介
When ghost.blog publishes an article to your WordPress site, this connector
writes the AI-generated SEO title, meta description, focus keyword, and Open
Graph image into whichever SEO plugin you use:
Yoast SEO
Rank Math
All in One SEO (AIOSEO)
The plugin exposes two authenticated REST endpoints under /wp-json/ghost-blog/v1/:
GET /info — reports the connector version and which SEO plugin is active.
POST /seo-meta — writes SEO fields to a post.
Both endpoints require a logged-in user with the edit_posts capability, using
the same application-password credentials you already configured in ghost.blog.
No data is sent anywhere except in response to these authenticated requests.
