Your content is not getting cited by AI answer engines. Classic SEO plugins (Yoast, RankMath, AIOSEO) optimize for Google’s blue links. Citevera optimizes for the new layer that sits above them – the one that writes the answer.
Citevera is the WordPress plugin for AI search optimization. It makes your site citable by ChatGPT, Perplexity, Gemini, and Google AI Overviews, with one-click fixes that don’t require editing theme code or touching header templates.
Who this is for
Why Citevera
Free features
Premium features (active Citevera license required)
The premium tier connects the plugin to the Citevera cloud service at api.citevera.com. These features call our AI inference pipeline and require an active subscription. See the External services section below for the exact data sent and the Terms / Privacy links.
Citevera Free does not connect to any external service.
When you paste a license key to unlock premium features, Citevera connects to api.citevera.com (operated by Citevera) to:
The data sent to api.citevera.com during a cloud audit is a summary of your site: post counts, active plugins, active theme, detected schema types, and a sample of up to 10 page contents. The admin previews this exact payload before the first cloud audit runs.
Rewrite requests send only the text you selected plus minimal surrounding context (post title, post type, adjacent paragraphs) for a single AI call.
Terms of service: https://citevera.com/legal/terms
Privacy policy: https://citevera.com/legal/privacy
This plugin ships its full source code inside the deployed zip to comply with WordPress.org Guidelines 1 and 4 (public access to source code and build tools).
PHP source: src/
JavaScript / TypeScript source for the admin React app and the Gutenberg editor integration: assets/admin/src/ and assets/editor/src/
Build configuration: package.json, tsconfig.json, composer.json
To rebuild the compiled JS bundles in assets/admin/build/ and assets/editor/build/:
The build uses @wordpress/scripts (webpack under the hood). PHP autoloading is generated by Composer with: composer install –no-dev –optimize-autoloader