AEO Audit by VectorCite
WordPress plugin to audit your site's AEO score on the open VectorCite rubric. Adds an admin page + live badge shortcode. MIT-licensed.
by Digiocular / VectorCite · github.com/shashankshukl30/aeo-audit-wp · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/shashankshukl30/aeo-audit-wp/archive/refs/heads/main.zipReadme
aeo-audit-wp
WordPress plugin to audit your site's AEO score on the open VectorCite rubric.
What it does
- Adds Tools → AEO Audit in WordPress admin — click to run a fresh audit on your site
- Displays grade letter + score + per-signal breakdown
- Embeddable badge via
[aeo_badge]shortcode - Auto-runs weekly via WP-Cron, shows admin notice on score drop
Install
From this repo
- Download the latest release ZIP from Releases
- WordPress admin → Plugins → Add New → Upload Plugin
- Activate
From WordPress.org
Coming soon.
Usage
After activation:
- Go to Tools → AEO Audit to see your current grade
- Add
[aeo_badge]to any page or post to embed a live badge - Or in PHP:
<?php echo do_shortcode('[aeo_badge]'); ?>
Shortcode options
[aeo_badge] → Auto-detects current site domain
[aeo_badge domain="yourdomain.com"] → Specify a different domain
[aeo_badge link="no"] → Don't wrap in clickable link
Methodology
All scoring is done by VectorCite's hosted grader at https://vectorcite.digiocular.com/badge/<domain>. The methodology is the open VectorCite AEO rubric — see github.com/shashankshukl30/aeo-audit for the spec.
Requirements
- WordPress 6.0+
- PHP 7.4+
License
MIT — see LICENSE.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.0.0 | Jun 1, 2026 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.