=== Zambo Site Audit ===
Contributors: rambozambo
Tags: seo, site audit, seo audit, website audit, site health, performance audit
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

One-click SEO and site health audit for WordPress — an overall score, severity-grouped findings, and a receipt for every scan.

== Description ==

**See exactly what's holding your site back — in one click.**

Zambo Site Audit adds a "Zambo Site Audit" page under Tools in your WordPress admin. Enter your site URL, click "Run audit", and get a real SEO and site-health audit rendered right inside wp-admin:

* **Overall score** — one number that tells you where your site stands.
* **Findings grouped by severity** — critical, high, medium, and low, so you fix what matters first.
* **A receipt for every scan** — each audit comes with a link to a public, independently checkable audit receipt, so the result is proof, not just a claim.

The audit runs on the Zambo API (zambo.dev), the cross-AI execution layer built by Brennan Zambo. Your site URL is sent to the Zambo API over HTTPS only when you click "Run audit"; the JSON result is rendered in your dashboard. Nothing else is stored on your site except a one-hour transient cache of the last result. 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.

== Installation ==

1. Upload the `zambo-site-audit` folder to `/wp-content/plugins/` or install the ZIP via Plugins → Add New → Upload Plugin.
2. Activate the plugin through the Plugins screen in WordPress.
3. Go to Tools → Zambo Site Audit and click "Run audit".

== Frequently Asked Questions ==

= 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.

= What is the audit receipt? =
Every audit the plugin runs produces a public receipt link — a timestamped, independently checkable record of exactly what the audit found. If you hire someone to fix your site, the receipt proves what was wrong before and what improved after.

= Where can I learn more? =
https://zambo.dev — deeper audits and 100+ tools for AI agents and developers, from Brennan Zambo.

== Changelog ==

= 1.0.1 =
* Enqueue the admin stylesheet via wp_enqueue_style instead of an inline <style> block.

= 1.0.0 =
* Initial release: one-click site audit in wp-admin with severity-grouped findings and a receipt link for every scan.
