Title: Cirv Guard
Author: cirvgreen
Published: <strong>February 21, 2026</strong>
Last modified: March 14, 2026

---

Search plugins

![](https://ps.w.org/cirv-guard/assets/banner-772x250.png?rev=3466410)

![](https://ps.w.org/cirv-guard/assets/icon-256x256.png?rev=3466410)

# Cirv Guard

 By [cirvgreen](https://profiles.wordpress.org/cirvgreen/)

[Download](https://downloads.wordpress.org/plugin/cirv-guard.1.1.0.zip)

 * [Details](https://wordpress.org/plugins/cirv-guard/#description)
 * [Reviews](https://wordpress.org/plugins/cirv-guard/#reviews)
 *  [Installation](https://wordpress.org/plugins/cirv-guard/#installation)
 * [Development](https://wordpress.org/plugins/cirv-guard/#developers)

 [Support](https://wordpress.org/support/plugin/cirv-guard/)

## Description

**Stop ADA lawsuits before they start. Cirv Guard scans your WordPress site for 
WCAG 2.1 accessibility violations and tells you exactly what to fix.**

Accessibility isn’t optional — the EU Accessibility Act is now in force, ADA lawsuits
are up 300%, and 96.3% of websites have detectable WCAG failures. Cirv Guard finds
yours.

#### Why Accessibility Matters

 * **Legal protection** – ADA/EAA compliance reduces lawsuit risk
 * **Larger audience** – 1.3 billion people worldwide live with disabilities
 * **Better SEO** – Accessible sites rank higher (Google rewards usability)
 * **Higher conversions** – Usable sites convert better for everyone
 * **Brand reputation** – Demonstrate your commitment to inclusion

#### Features

**Alt Text Checker (WCAG 1.1.1)**
 Scans every image on your page for missing or
empty alt attributes. Respects decorative images marked with role=”presentation”.

**Heading Hierarchy Checker (WCAG 1.3.1)**
 Detects skipped heading levels (h1 to
h3), missing H1 tags, and multiple H1s on a single page.

**Color Contrast Checker (WCAG 1.4.3)**
 Analyzes text/background color pairs against
the WCAG 2.1 minimum contrast ratio of 4.5:1. Uses the W3C relative luminance formula.

**Form Label Checker (WCAG 1.3.1)**
 Verifies that every form input has an associated
label — via `for` attribute, wrapping `<label>`, `aria-label`, or `aria-labelledby`.

**Link Text Checker (WCAG 2.4.4)**
 Flags generic link text like “click here” and“
read more”. Detects empty links and links with no accessible name.

#### How It Works

 1. **Install & Activate** – One-click from the WordPress plugin directory
 2. **Go to Cirv Guard** – New top-level menu item with shield icon
 3. **Run a Scan** – Scan any page or post on your site
 4. **Review Results** – Color-coded pass/fail results with accessibility score
 5. **Fix & Rescan** – Make changes and verify compliance

No coding required. No external APIs. Everything runs on your server.

#### Perfect For

 * **Agencies** – Audit client sites and deliver compliance reports
 * **E-commerce** – Meet EAA requirements for online stores
 * **Government & Education** – Section 508 and WCAG compliance
 * **Content publishers** – Ensure blog posts meet accessibility standards
 * **Anyone** who wants to avoid a $75,000+ ADA demand letter

#### Technical Highlights

 * Lightweight single-file architecture (no bloat)
 * Server-side scanning via PHP DOMDocument (no external APIs)
 * Transient caching for fast repeat scans
 * Multisite compatible with cache isolation
 * GDPR compliant (no data collection)
 * Translation ready
 * Works alongside any theme or page builder

### Additional Info

**Privacy & GDPR Compliance:**
 Cirv Guard does not collect, store, or transmit 
any personal data. All accessibility scanning is performed locally on your server
using PHP DOMDocument. No external API calls. No tracking. No cookies.

**Related Plugins:**
 * **Cirv Box** – Schema.org structured data for better Google
rankings

**Support & Documentation:**
 * Built-in help in plugin settings * Support forum:
WordPress.org support forum * Email: support@cirvgreen.com

### Third-Party Service Usage

This plugin does not use any third-party services. All scanning is performed locally
on your WordPress server using PHP’s built-in DOMDocument library.

## Screenshots

 * [[
 * General Settings – Enable/disable individual accessibility checks
 * [[
 * Scan Results – Color-coded pass/fail report with accessibility score
 * [[
 * Run Scan – One-click scanning for any page on your site
 * [[
 * Issue Details – Specific elements flagged with WCAG references
 * [[
 * Debug Log – Professional debugging tools for developers

## Installation

#### Automatic Installation

 1. Log in to your WordPress dashboard
 2. Navigate to **Plugins > Add New**
 3. Search for “Cirv Guard”
 4. Click **Install Now**
 5. Click **Activate**
 6. Go to **Cirv Guard** in your admin menu

#### Manual Installation

 1. Download the plugin ZIP file
 2. Navigate to **Plugins > Add New > Upload Plugin**
 3. Choose the ZIP file and click **Install Now**
 4. Click **Activate**
 5. Go to **Cirv Guard** in your admin menu

#### After Activation

 1. Navigate to **Cirv Guard** in your admin sidebar
 2. Enable the checks you want (all 5 are on by default)
 3. Go to the **Run Scan** tab
 4. Enter a page URL and click Scan Page
 5. Review results and start fixing issues

## FAQ

### What is WCAG?

WCAG (Web Content Accessibility Guidelines) is the international standard for web
accessibility, published by the W3C. WCAG 2.1 Level AA is the most commonly referenced
compliance level for legal requirements like the ADA and EU Accessibility Act.

### Will this make my site fully WCAG compliant?

Automated tools can detect approximately 30-40% of WCAG violations. Cirv Guard catches
the most common and impactful issues. A complete accessibility audit also requires
manual testing with screen readers and keyboard navigation.

### Does this slow down my site?

No. Cirv Guard only runs scans when you trigger them from the admin dashboard. It
does not add any code to your frontend or affect page load time for visitors.

### Does this work with page builders?

Yes. Cirv Guard scans the rendered HTML output of your pages, so it works with Elementor,
Divi, Beaver Builder, WPBakery, Gutenberg, and any other builder.

### What is the EU Accessibility Act?

The European Accessibility Act (EAA) requires websites and apps serving EU customers
to meet accessibility standards. Enforcement began in June 2025. Non-compliance 
can result in fines and legal action.

### Can I use this with other accessibility plugins?

Yes. Cirv Guard focuses on automated scanning and reporting. It works alongside 
other tools like WP Accessibility, One Click Accessibility, and UserWay.

### How accurate is the color contrast checker?

Cirv Guard uses the W3C relative luminance formula specified in WCAG 2.1 Success
Criterion 1.4.3. It checks inline CSS color/background-color pairs. For complete
contrast testing, also test with browser dev tools.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Cirv Guard” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ cirvgreen ](https://profiles.wordpress.org/cirvgreen/)

[Translate “Cirv Guard” into your language.](https://translate.wordpress.org/projects/wp-plugins/cirv-guard)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/cirv-guard/), check
out the [SVN repository](https://plugins.svn.wordpress.org/cirv-guard/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/cirv-guard/) by 
[RSS](https://plugins.trac.wordpress.org/log/cirv-guard/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0 – February 2026

 * Initial Release
 * 5 WCAG 2.1 checks: alt text, heading hierarchy, color contrast, form labels, 
   link text
 * Accessibility score dashboard (0-100)
 * Transient caching for performance
 * Multisite support with cache isolation
 * Debug logging system
 * 6-tab admin interface

## Meta

 *  Version **1.1.0**
 *  Last updated **3 weeks ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [a11y](https://wordpress.org/plugins/tags/a11y/)[accessibility](https://wordpress.org/plugins/tags/accessibility/)
   [ada](https://wordpress.org/plugins/tags/ada/)[compliance](https://wordpress.org/plugins/tags/compliance/)
   [wcag](https://wordpress.org/plugins/tags/wcag/)
 *  [Advanced View](https://wordpress.org/plugins/cirv-guard/advanced/)

## Ratings

No reviews have been submitted yet.

[Add my review](https://wordpress.org/support/plugin/cirv-guard/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/cirv-guard/reviews/)

## Contributors

 *   [ cirvgreen ](https://profiles.wordpress.org/cirvgreen/)

## Support

Issues resolved in last two months:

     0 out of 4

 [View support forum](https://wordpress.org/support/plugin/cirv-guard/)