Descripción
Zambo Site Audit adds a “Zambo Site Audit” page under Tools. Enter your site URL, click “Run audit”, and the plugin fetches a real SEO and site-health audit and displays the results: an overall score, findings grouped by severity (critical / high / medium / low), and a link to the verifiable audit receipt.
The audit itself is performed by the Zambo API (zambo.dev), a cross-AI execution layer. The plugin sends your site URL to the Zambo API over HTTPS so the audit can run; the JSON response is rendered in wp-admin. No data is stored on your site except a transient cache of the last result (expires after one hour), and the plugin sets no cookies and performs no tracking.
External services
This plugin calls one external service:
- Zambo API — https://zambo.dev/api/mcp
- What is sent: the site URL you enter on the audit page.
- When: only when you click “Run audit”.
- What is received: the audit result (score, findings, receipt link) as JSON.
- Terms: https://zambo.dev/terms — audits use Zambo’s free tier.
Instalación
- Upload the
zambo-site-auditfolder to/wp-content/plugins/or install the ZIP via Plugins Add New Upload Plugin. - Activate the plugin through the Plugins screen in WordPress.
- Go to Tools Zambo Site Audit and click “Run audit”.
Preguntas frecuentes
-
Does this plugin track me or my visitors?
-
No. The plugin makes no requests except the audit call you trigger yourself, sets no cookies, and stores nothing except a one-hour cache of the last audit result.
-
Is the audit free?
-
Audits run on Zambo’s free tier — no account or payment needed for the audits this plugin performs.
-
Where can I learn more?
-
https://zambo.dev — deeper audits and 100+ tools for AI agents and developers.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “Zambo Site Audit” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.0.1
- Enqueue the admin stylesheet via wp_enqueue_style instead of an inline block.
1.0.0
- Initial release: one-click site audit in wp-admin with severity-grouped findings and a verifiable receipt link.