Linux 软件免费装
Banner图

Cirv Guard

开发者 cirvgreen
更新时间 2026年3月8日 16:02
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

a11y accessibility wcag ada compliance

下载

1.0.0 1.1.0

详情介绍:

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 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 Technical Highlights

安装:

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

屏幕截图:

  • 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

升级注意事项:

1.1.0 Initial release of Cirv Guard. Automated WCAG accessibility scanning for WordPress with 5 checks covering the most common accessibility issues.

常见问题:

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.

更新日志:

1.0.0 - February 2026