Respira logo Respira
Get free scanner

ADA & WCAG 2.2 Accessibility Report

mihai.love

https://mihai.love/

Scanned 5 May 2026 · axe-core lighthouse-13.0.1 · 22 checks passed · 78 issue instances

Live scan data
0
Accessibility Score
out of 100
0
Critical
32
Serious
46
Moderate
0
Minor
Respira Page Builder Intelligence is Respira's builder-awareness layer for WordPress (Elementor, Divi, Gutenberg, Bricks, and more). No supported WordPress page builder was detected in this scan, so prompts are generated from live DOM and WCAG findings, but still target Respira for WordPress + MCP execution workflow.
serious
color-contrast Background and foreground colors do not have a sufficient contrast ratio.
20 elements
AI fix prompt
# Fix Fix color contrast

## CONTEXT
- Page: https://mihai.love/
- Issue: Insufficient color contrast
- Impact: SERIOUS
- Standard: WCAG 1.4.3 Contrast (Minimum) (Level AA)

## WHY IT FAILS
Text-to-background contrast falls below 4.5:1 for normal text or 3:1 for large text.

## ELEMENT
```html
<h1 style="font-family: &quot;Alan Sans&quot;, sans-serif; font-size: 52px; font-weight: 400;">
```

**Selector:** `div.et_pb_column_0 > div.et_pb_text_0 > div.et_pb_text_inner > h1`

## HOW TO FIX
- Darken the text color or lighten the background until the ratio passes.
- Use a tool like contrast-ratio.com to verify before shipping.

## REFERENCE
<https://dequeuniversity.com/rules/axe/4.11/color-contrast>
Paste into Cursor, Claude, or Codex
serious
link-in-text-block Links rely on color to be distinguishable.
6 elements
AI fix prompt
# Fix Fix link-in-text-block violation

## CONTEXT
- Page: https://mihai.love/
- Issue: Accessibility violation flagged by axe-core
- Impact: SERIOUS
- Standard: WCAG 2.2 (see violation details)

## WHY IT FAILS
Lighthouse / axe-core flagged this rule. See helpUrl for the full reference.

## ELEMENT
```html
<a href="https://businessleague.com" target="_blank" style="color:#c9a87c;text-decoration:none">
```

**Selector:** `div.et_pb_text_4 > div.et_pb_text_inner > h2 > a`

## HOW TO FIX
- Open the help URL for the canonical fix recipe.

## REFERENCE
<https://dequeuniversity.com/rules/axe/4.11/link-in-text-block>
Paste into Cursor, Claude, or Codex
serious
link-name Links do not have a discernible name
4 elements
AI fix prompt
# Fix Give the link an accessible name

## CONTEXT
- Page: https://mihai.love/
- Issue: Link has no accessible name
- Impact: SERIOUS
- Standard: WCAG 2.4.4 Link Purpose / 4.1.2 Name, Role, Value (Level A)

## WHY IT FAILS
Screen readers announce this link with no purpose attached.

## ELEMENT
```html
<a href="#" class="icon">
```

**Selector:** `div.container > ul.et-social-icons > li.et-social-icon > a.icon`

## HOW TO FIX
- Put descriptive text inside the `<a>` tag, or set `aria-label` on the link.
- Avoid generic labels like "click here" or "read more"; describe the destination.

## REFERENCE
<https://dequeuniversity.com/rules/axe/4.11/link-name>
Paste into Cursor, Claude, or Codex
serious
meta-viewport `[user-scalable="no"]` is used in the `<meta name="viewport">` element or the `[maximum-scale]` attribute is less than 5.
1 element
AI fix prompt
# Fix Fix meta-viewport violation

## CONTEXT
- Page: https://mihai.love/
- Issue: Accessibility violation flagged by axe-core
- Impact: SERIOUS
- Standard: WCAG 2.2 (see violation details)

## WHY IT FAILS
Lighthouse / axe-core flagged this rule. See helpUrl for the full reference.

## ELEMENT
```html
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
```

**Selector:** `head > meta`

## HOW TO FIX
- Open the help URL for the canonical fix recipe.

## REFERENCE
<https://dequeuniversity.com/rules/axe/4.11/meta-viewport>
Paste into Cursor, Claude, or Codex
serious
landmark-one-main Document does not have a main landmark.
1 element
AI fix prompt
# Fix Fix landmark-one-main violation

## CONTEXT
- Page: https://mihai.love/
- Issue: Accessibility violation flagged by axe-core
- Impact: SERIOUS
- Standard: WCAG 2.2 (see violation details)

## WHY IT FAILS
Lighthouse / axe-core flagged this rule. See helpUrl for the full reference.

## ELEMENT
```html
<html lang="en-US" class="js">
```

**Selector:** `html.js`

## HOW TO FIX
- Open the help URL for the canonical fix recipe.

## REFERENCE
<https://dequeuniversity.com/rules/axe/4.11/landmark-one-main>
Paste into Cursor, Claude, or Codex
Automated tools detect approximately 57% of WCAG violations. Manual review is always required.

Want these fixes applied safely?

Connect Respira for WordPress

Respira connects Cursor, Claude Code, and Codex to your WordPress site with builder-aware intelligence. Your AI agent can apply accessibility fixes on a safe draft for Not detected workflows.