=== Prax Content Audit ===
Contributors: palak678
Tags: seo, content, checklist, quality, gutenberg
Requires at least: 6.0
Tested up to: 7.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Premium real-time content quality and SEO audit for the WordPress block editor without external APIs or bloat.

== Description ==

**Prax Content Audit** helps writers and editors optimize their content in real-time. Integrated directly into the Gutenberg sidebar, it provides live feedback on word count, title length, featured images, heading structure, and more.

Unlike other SEO plugins, this is designed to be extremely lightweight, privacy-focused, and fast. It uses zero external APIs and no AI, performing all analysis locally within your browser and WordPress dashboard.

### Features:
* **Live Gutenberg Sidebar:** Updates as you type.
* **SEO Scoring:** Dynamic 0–100 score based on content quality.
* **Smart Checks:** Featured image detection, word count, heading hierarchy, and link analysis.
* **Admin Columns:** See your content progress directly in the post list table.
* **Settings Page:** Customize thresholds and enable/disable specific checks.
* **Developer Friendly:** Built with modern React and clean PHP OOP.

== Installation ==

1. Upload the `prax-content-audit` folder to the `/wp-content/plugins/` directory.
2. Run `npm install && npm run build` inside the plugin folder to compile the assets (required for development versions).
3. Activate the plugin through the 'Plugins' menu in WordPress.
4. Click the 'Content Audit' icon in the top right of the Block Editor to open the checklist.

== Frequently Asked Questions ==

= Does this use external APIs? =
No. All analysis is done locally to ensure maximum privacy and performance.

= Can I customize the word count threshold? =
Yes, you can adjust the minimum word count and other settings under Settings > Content Audit.

== Screenshots ==

1. Real-time content quality audit in the Gutenberg sidebar.
2. SEO Score column in the WordPress Post List table, color-coded by performance.
3. Customizable thresholds and settings in the plugin configuration page.

== Changelog ==

= 1.0.0 =
* Initial professional release.
