SiteFix — Lighthouse & Accessibility Fixes On The Fly

Beschrijving

SiteFix raises your Lighthouse accessibility score the moment you activate it. No content is rewritten, no database tables are added, no permanent changes are made. Every fix is applied at runtime through WordPress filters — switch the plugin off and your site is exactly as it was before.

What gets fixed automatically

  • Image alt text — empty alt attributes get smart, contextual fallbacks
  • Heading order<h3> after a <h1> (with no <h2>) is normalised so screen readers can navigate
  • Skip-to-content link — a visually-hidden link is injected at the top of every page
  • Visible focus indicator — a high-contrast outline appears on keyboard focus
  • ARIA landmarks — navigation menus get proper role and aria-label
  • lang attribute — your site language is added to the <html> tag if missing
  • Table captions — accessible captions and scope are added to data tables
  • Form labels — inputs without labels get aria-label from placeholders or context
  • Link text — vague links like “click here” get descriptive aria-labels

Why filter-based?

  • Reversible — deactivate the plugin and every fix disappears. Nothing to undo.
  • Safe — your post content, theme, and database are never modified.
  • Fast — no scheduled tasks, no background scans, no bloat.

Pro

SiteFix Pro adds AI-powered fixes:

  • AI ARIA labels — context-aware labels for complex widgets
  • AI Color Contrast — suggested palette tweaks that meet WCAG AA
  • AI Heading Restructure — semantic heading suggestions
  • AI Form Label generation — natural-language labels from field context
  • AI WCAG Explainer — plain-English explanations for every accessibility issue
  • Bulk processing across your entire site
  • Premium AI included — click and it works, no API keys to manage

Schermafbeeldingen

  • Dashboard with current accessibility score and last scan summary
  • Audit page showing per-page findings with WCAG rule references
  • Settings page — toggle each fix on or off

Installatie

  1. Upload the plugin to /wp-content/plugins/sitefix/ or install via the WordPress Plugins screen.
  2. Activate.
  3. Visit SiteFix in the admin menu to choose which fixes to enable.

FAQ

Will this change my content?

No. SiteFix never writes to post_content. Fixes are applied to the rendered HTML via filters, so what visitors see is fixed but what’s stored in your database is untouched.

What happens if I deactivate?

Every fix is removed instantly. Your site renders exactly as it did before activation.

Does this work with my theme / page builder?

Yes. SiteFix hooks into core WordPress filters that fire regardless of theme — Elementor, Divi, Gutenberg, classic editor, and most page builders are supported out of the box.

Will it slow my site down?

No noticeable impact. Fixes run on the rendered HTML in PHP — no extra database queries, no JavaScript on the front-end.

How is this different from other accessibility plugins?

Most accessibility plugins inject a JavaScript “accessibility widget” — a floating button users have to click. SiteFix fixes the underlying HTML so every visitor (and every search engine, and every assistive technology) gets the improvement automatically.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“SiteFix — Lighthouse & Accessibility Fixes On The Fly” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“SiteFix — Lighthouse & Accessibility Fixes On The Fly” is vertaald in 1 locale. Dank voor de vertalers voor hun bijdragen.

Vertaal “SiteFix — Lighthouse & Accessibility Fixes On The Fly” in je eigen taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

5.0.0

  • Complete clean rewrite — pure filter-based fixes, nothing permanent in the database
  • New: deactivate to fully revert (zero footprint)
  • New: dashboard with accessibility score and last-scan summary
  • New: audit page with per-page WCAG findings
  • New: granular toggle for each fix
  • Removed: badge widget (was disruptive)
  • Removed: scheduled background scans (no cron load)
  • Improved: image alt-text generation uses surrounding context
  • Improved: heading normalisation respects existing semantic structure

4.4.4

  • Maintenance release