Description
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.
Installation
- Install and activate the plugin from the WordPress Plugins screen or from the WordPress.org plugin directory.
- Create a Voicecite account at https://voicecite.com
- In the Voicecite dashboard, connect your WordPress site using an Application Password
- Voicecite will verify the plugin via the
/wp-json/voicecite/v1/statusendpoint
FAQ
-
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.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Voicecite SEO Bridge” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Voicecite SEO Bridge” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Renamed plugin constants and functions to use a unique vcsbridge_ prefix (WordPress.org compliance)
1.0.0
- Initial release
