| 开发者 | devf36c6ea5cc31 |
|---|---|
| 更新时间 | 2026年6月26日 13:15 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/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.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.
Yes. The connector writes into Yoast SEO, Rank Math, or All in One SEO. If none
of these is active, the GET /info endpoint will report that no supported SEO
plugin was detected and SEO metadata will not be written.
No. The plugin only responds to authenticated REST requests from ghost.blog. It does not phone home or transmit any data on its own.
Requests use the WordPress application-password credentials you configure in the
ghost.blog WordPress integration. Every endpoint requires a user with the
edit_posts capability.
The connector resolves a single adapter in priority order (Yoast SEO, then Rank Math, then All in One SEO) and writes to the first supported plugin it detects.