Voicecite SEO Bridge

外掛說明

Voicecite SEO Bridge is the official WordPress companion for Voicecite, an AI-powered content platform for SEO blog publishing.

This plugin:

  • Registers SEO meta fields (title, description, keywords, schema, FAQ data) for REST API access
  • Outputs meta tags and JSON-LD schema on the frontend when no SEO plugin handles them
  • Detects Rank Math and Yoast SEO and defers to their meta handling when present
  • Exposes a status endpoint so Voicecite can verify the plugin is installed and detect your SEO setup

A Voicecite account is required to publish content from Voicecite to your site. The plugin can output stored SEO meta on its own when Voicecite (or another authorised client) writes meta via the WordPress REST API.

External services

This plugin is designed to work with the Voicecite service at https://voicecite.com.

When you connect your WordPress site in the Voicecite dashboard, Voicecite calls your site’s REST API (including the status endpoint) using credentials you provide. No data is sent to Voicecite automatically by the plugin itself.

Privacy

This plugin stores SEO meta (title, description, keywords, schema, FAQ data) as post meta on your WordPress site.

The public /wp-json/voicecite/v1/status REST endpoint returns technical information about your site setup (plugin version, WordPress version, PHP version, SEO plugin detection). It does not return user account information.

The plugin does not contact external servers on its own. Voicecite may call your site’s REST API when you connect your site in the Voicecite dashboard.

安裝方式

  1. Install and activate the plugin from the WordPress Plugins screen or from the WordPress.org plugin directory.
  2. Create a Voicecite account at https://voicecite.com
  3. In the Voicecite dashboard, connect your WordPress site using an Application Password
  4. Voicecite will verify the plugin via the /wp-json/voicecite/v1/status endpoint

常見問題集

Does this plugin work without a Voicecite account?

The plugin registers meta fields and can output SEO meta on the frontend. Publishing from Voicecite and automated integration require a Voicecite account at https://voicecite.com.

Does this work with Rank Math or Yoast SEO?

Yes. When Rank Math or Yoast is active, the plugin detects it and defers title/description output to that plugin. Schema from Voicecite may still be output where appropriate.

What data does the public status endpoint expose?

GET /wp-json/voicecite/v1/status returns plugin version, WordPress version, PHP version, detected SEO plugin mode, and site URL. It does not expose personal user data. This endpoint allows Voicecite to confirm the plugin is active during site connection.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Voicecite SEO Bridge〉的開發相關工作。

參與者

將〈Voicecite SEO Bridge〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.1

  • Renamed plugin constants and functions to use a unique vcsbridge_ prefix (WordPress.org compliance)

1.0.0

  • Initial release