=== AddonLogic Heading Hierarchy Checker ===
Contributors: snehalpancholi
Tags: accessibility, headings, hierarchy, SEO, editor
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Detects skipped heading levels in post content and flags them in the editor and admin bar.

== Description ==

Skipped heading levels (e.g. going from H2 directly to H4) confuse screen readers and hurt SEO. AddonLogic Heading Hierarchy Checker detects these gaps automatically in two places:

1. **Post editor metabox** — shows a visual heading tree with warnings on every post/page edit screen.
2. **Front-end admin bar** — when an editor visits any published page, the admin bar shows a quick heading pass/fail indicator.
3. **Bulk report** — a Tools → Heading Hierarchy page lists all published posts with their skip count.

== Installation ==

1. Upload the `heading-hierarchy-checker` folder to `/wp-content/plugins/`.
2. Activate via **Plugins → Installed Plugins**.
3. Open any post in the editor — see the **Heading Hierarchy** metabox in the sidebar.
4. Visit **Tools → Heading Hierarchy** for a site-wide report.

== Changelog ==

= 1.0.0 =
* Initial release.
