EASWP Pro includes AI-powered accessibility fixes that analyze your scan results and generate code-level remediation suggestions. Unlike overlay approaches that mask issues with JavaScript, EASWP’s fixes target actual HTML, CSS, and content problems in your WordPress code.
Pro Feature: AI-powered fixes require an active Pro license or trial. Free users can view scan results and manually remediate issues using the provided guidance.
Prerequisites
- EASWP Pro license activated (or active 7-day trial)
- At least one completed scan with identified issues
How AI Fixes Work
Step 1: Run a Scan
Navigate to EASWP → Scanner and run a scan. Wait for the results to populate.
Step 2: Review Suggested Fixes
Click on any issue in the scan results. If an AI fix is available, you’ll see a Suggested Fix panel showing the proposed code change with a diff view — the original code on the left and the proposed fix on the right.
Step 3: Preview the Fix
Click Preview to see how the fix would look on your live page without actually applying it. This lets you verify the change is correct before committing.
Step 4: Apply or Dismiss
Click Apply Fix to commit the change, or Dismiss to skip it. Applied fixes modify the actual post/page content in your WordPress database.
Types of AI Fixes
EASWP’s AI can generate fixes for 12+ issue types, including:
- Missing alt text: AI generates descriptive alt text for images based on visual context and surrounding content
- Heading hierarchy: Suggests corrections to heading levels that skip or are out of order
- Link text: Replaces vague link text (“click here”, “read more”) with descriptive alternatives
- Form labels: Adds missing label elements to form inputs
- ARIA attributes: Adds or corrects ARIA roles, labels, and states
- Color contrast: Suggests adjusted colors that meet WCAG contrast requirements
- Table structure: Adds missing table headers and scope attributes
Bulk Fixes
For sites with many similar issues (e.g., missing alt text across dozens of images), Pro users can use the Bulk Fix workflow. This queues all suggested fixes for review and lets you approve or reject each one before applying them as a batch.
Important: Always review AI-generated fixes before applying. AI suggestions are a starting point — they may need human refinement, especially for complex alt text descriptions or context-dependent content changes.
Troubleshooting
- “No fix available” for some issues: Not all accessibility issues have automated fixes. Manual remediation guidance is provided for issues that require human judgment.
- Fix not appearing on the page: Some themes use aggressive caching. Clear your cache after applying fixes.
- Fix reverted after page save: If you edit a page in the block editor after applying a fix, make sure you don’t overwrite the fix with cached editor content. Refresh the editor before making additional changes.