Description
SEOvault AI Connector links your WordPress site to the SEOvault AI web app. It provides a secure REST API bridge plus publishing helpers so the web app can read, update, and publish content more reliably.
With version 1.1.0, SEOvault AI Connector adds support for AEO, GEO, AIO, and AI search visibility workflows. From the SEOvault AI web app, you can analyze and improve the technical signals that help AI answer engines, search crawlers, and discovery systems understand your content.
What it does:
* Generates a unique site key for secure authentication
* Connects WordPress securely to the SEOvault AI web app
* Provides REST API endpoints for the web app to list and edit posts
* Lets SEOvault AI read, update, and publish-ready WordPress content
* Supports plugin-level default author/category publishing fallbacks
* Supports SEO metadata compatibility for Yoast, Rank Math, and AIOSEO
* Supports featured image sideloading and IndexNow setup/status endpoints
* Supports connection for the manual and auto internal linking
* Supports SEO metadata for Yoast, Rank Math, and AIOSEO
* Adds AI Visibility Signals for SEO, AEO, GEO, and AIO workflows
* Checks schema readiness for posts and pages
* Outputs SEOVault AI JSON-LD schema when applied from the web app
* Checks llms.txt and llms-full.txt availability
* Publishes SEOvault-generated llms.txt and llms-full.txt content
* Checks robots.txt and AI crawler access
* Supports managed robots.txt policy updates for AI crawlers
* Preserves existing robots.txt rules outside the SEOvault-managed block
* That’s it. No front-end scripts, no cron jobs, no database tables.
What it does NOT do:
* No SEO analysis (that’s the web app’s job)
* No page speed impact (zero front-end output)
* Does not replace the SEOvault AI web app
* Does not replace your existing SEO plugin
* Does not run heavy analysis inside WordPress
* Does not add front-end JavaScript
* Does not create custom database tables
* No scheduled tasks
* No tracking or analytics
Captures d’écran
Installation
-
- Install the plugin from the WordPress.org plugin directory, or upload the plugin files to
/wp-content/plugins/seovault-ai-connector/.
- Install the plugin from the WordPress.org plugin directory, or upload the plugin files to
- Activate the plugin
- Go to Settings SEOvault AI
- Copy the Site Key
- Paste it into the SEOvault AI web app when adding your site
FAQ
-
Do I need a SEOvault AI account?
-
Yes. This plugin works as a connector to the SEOvault AI web app. You’ll need an account at https://app.seovaultai.com to connect your site and manage content.
-
What is the Site Key and is it secure?
-
The Site Key is a unique identifier generated for your WordPress site. It is used to securely authenticate your site with the SEOvault AI web app. It is stored locally in your WordPress installation and not exposed publicly.
-
Does this plugin affect my website speed?
-
No. The plugin does not load any scripts on the front end and has zero impact on page speed.
-
Does this plugin create content automatically?
-
No. Content creation and automation are handled by the SEOvault AI web app. This plugin only provides a secure connection and publishing interface.
-
Which SEO plugins are supported?
-
The plugin is compatible with Yoast SEO, Rank Math, and All in One SEO for setting SEO metadata.
-
Does it work with any theme or page builder?
-
Yes. The plugin uses standard WordPress APIs, so it works with any theme or page builder.
-
Can I control how content is published?
-
Yes. The plugin supports default author and category settings for content published via the web app.
-
Does the plugin store data or create database tables?
-
No. The plugin does not create custom database tables and keeps its footprint minimal.
-
What happens if I deactivate the plugin?
-
The connection to SEOvault AI will stop, but your existing content will remain unchanged.
-
Is this plugin safe to use on production sites?
-
Yes. The plugin is designed to be lightweight and secure, acting only as an authentication bridge and API connector.
-
What are AI Visibility Signals?
-
AI Visibility Signals are checks and optimization workflows for modern search visibility. They help SEOvault AI evaluate and improve technical signals such as schema, llms.txt, robots.txt crawler access, and AI-readable content structure.
-
Does this support AEO, GEO, and AIO workflows?
-
Yes. Version 1.1.0 adds connector support for AEO, GEO, AIO, and AI search visibility workflows through the SEOvault AI web app.
-
Can the plugin publish llms.txt?
-
Yes. The connector can publish and serve SEOvault-generated llms.txt and llms-full.txt content for your WordPress site.
-
Can the plugin update robots.txt for AI crawlers?
-
Yes. The connector supports managed robots.txt policy updates from the SEOvault AI web app. It uses a SEOvault-managed block so existing unrelated rules can be preserved.
-
Does this replace Yoast, Rank Math, or AIOSEO?
-
No. SEOvault AI Connector works alongside popular SEO plugins including Yoast SEO, Rank Math, and All in One SEO.
-
Can the plugin add schema to my posts?
-
Yes. When applied from the SEOvault AI web app, the connector can output SEOVault AI JSON-LD schema for target posts and pages. Schema is stored separately and the post body is not modified.
-
Does this plugin affect website speed?
-
No. The connector does not load front-end JavaScript and is designed to stay lightweight.
-
Does it guarantee AI citations or rankings?
-
No tool can honestly guarantee AI citations or rankings. SEOvault AI Connector helps you improve the technical signals and content readiness needed for SEO, AEO, GEO, AIO, and AI search visibility.
Avis
Il n’y a aucun avis sur cette extension.
Contributeurs & développeurs
« SEOvault AI Connector » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
ContributeursTraduisez « SEOvault AI Connector » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.
Historique des changements
1.1.0
- Added AI Visibility Signals support for SEOvault AI.
- Added connector support for AEO, GEO, AIO, and AI search visibility workflows.
- Added schema readiness checks for WordPress posts and pages.
- Added SEOVault AI JSON-LD schema output support for target posts and pages.
- Added llms.txt and llms-full.txt status checks.
- Added support for publishing SEOvault-generated llms.txt and llms-full.txt content.
- Added robots.txt status checks for sitemap detection and AI crawler access.
- Added managed robots.txt policy support for AI crawlers.
- Added support for preserving existing robots.txt rules outside the SEOvault-managed block.
- Improved WordPress connector support for modern search and AI visibility workflows.
1.0.1
- Removed directory-only assets from the plugin package.
- Removed plugin asset references from readme.txt.
- Cleaned deployment package exclusions.
1.0.0
- Initial release
- Site key authentication
- REST API: verify, posts, pages, media
- Minimal admin settings page
- Added internal-links plugin sync contract endpoints:
GET /wp-json/seovaultai/v1/internal-links/manifestGET /wp-json/seovaultai/v1/internal-links/sync
- Added normalized site-memory record payloads for the web app local index.
- Added cursor-based sync paging and
since/limit/types/includeBodyPhrasessupport. - Added compatibility bypass for sites that restrict unauthenticated REST access.
- Added default category setting for plugin-managed publishing fallbacks.
- Added SEO metadata compatibility for Yoast, Rank Math, and AIOSEO.
- Added future-ready featured image sideload support in post create/update payloads.
- Added IndexNow setup/status endpoints.
- Improved post/category response payloads for future web app flows.



