Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction21 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
DLink & Button QualityAction15 issue(s) across 201 links and 24 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /templates | <img title="OptinMonster-Templ… | img no alt | Add alt attribute to the image |
| /features/lightbox-popups/ | (empty) | empty | Add link text or aria-label |
| /features/fullscreen-welcome-gate/ | (empty) | empty | Add link text or aria-label |
| /features/floating-bar/ | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| / | <img title="MjbNjrZ28Hva1uynCn… | img no alt | Add alt attribute to the image |
| https://www.wpbeginner.com/solutions/opt… | <img title="color-with-white-b… | img no alt | Add alt attribute to the image |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/features/lightbox-popups/; /features/fullscreen-welcome-gate/; /features/floating-bar/; #; #
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Icon-only buttons need an aria-label so screen readers can announce them.
button.gw-mm-item__toggle (#200 on page); button.gw-pm-item__toggle (#212 on page); button.gw-pm-item__toggle (#249 on page); button.gw-pm-item__toggle (#280 on page); button.gw-mm-item__toggle (#521 on page); button.gw-pm-item__toggle (#533 on page); button.gw-pm-item__toggle (#561 on page); button.gw-mm-item__toggle (#617 on page); button.gw-mm-item__toggle (#645 on page); button.gw-mm-item__toggle (#685 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CHeading HierarchyAction33 headings, 3 skip(s)REVIEW
- H2 [Announcement] Mobile Popup Design: Full Control Over How Your Popups Look on Every Device
- H2 How Storyly Increased Conversions by 80% with Exit-Intent® and Content-Gating
- H1 Get More Subscribers. Grow Faster.
- H3 Trusted by 1,200,000+ websites generating millions of leads every month skipped
- H2 Everything You Need to Convert More Visitors
- H3 Exit Intent Technology
- H3 700+ Templates
- H3 Popups
- H3 Floating Bars
- H3 Gamified Wheels
- H3 Countdown Timers
- H3 Page Level Targeting
- H3 Geolocation Targeting
- H3 8000+ Integrations
- H2 Why 1.2 Million+ Marketers Choose OptinMonster
- H2 Recover Abandoning Visitorswith Exit-Intent®
- H2 Grow Your Email List 2-6x Faster
- H2 Increase Sales withTargeted Offers
- H2 Launch Campaigns in Minutes
- H2 Target With Precision
- H2 Connect Your Entire Stack
- H2 What Business Owners Say About OptinMonster
- H2 Frequently Asked Questions
- H4 What is OptinMonster? skipped
- H4 Do I need to have coding skills to use OptinMonster?
- H4 What’s websites does OptinMonster work with?
- H4 How much does OptinMonster cost?
- H4 What integrations are supported?
- H2 Stop Losing Visitors. Start Converting. It’s That Simple.
- H4 Company skipped
- H4 Top Features
- H4 .
- H4 Helpful Links
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
AAlt Text QualityAll 36 images OKPASS
| Issue | Count |
|---|---|
| too long | 3 image(s) |
A+Form AccessibilityNo form controlsPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Get More Subscribers… | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h2 Everything You Need … | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h2 Why 1.2 Million+ Mar… | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h2 Recover Abandoning V… | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h2 with Exit-Intent® | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h2 Grow Your Email List… | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h2 Increase Sales with | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h2 Targeted Offers | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h2 Launch Campaigns in … | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h2 Target With Precisio… | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h2 Connect Your Entire … | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h2 What Business Owners… | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h2 Frequently Asked Que… | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h2 Stop Losing Visitors… | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h3 Trusted by 1,200,000… | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h3 Exit Intent Technolo… | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h3 700+ Templates | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h3 Popups | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h3 Floating Bars | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
| h3 Gamified Wheels | 14.31:1 | 3.0:1 | #000000 | #D5D5D5 | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
ALighthouse Accessibility AuditsScore 92/100 — 3 failing, 27 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
#1 RATED CONVERSION OPTIMIZATION SOFTWARE div.wp-block-group > div.wp-block-cover > div.wp-block-cover__inner-container > p.has-text-align-center |
Get OptinMonster Now div.wp-block-cover__inner-container > div.wp-block-buttons > div.wp-block-button > a.wp-block-button__link |
14-Day Money-Back Guarantee div.wp-block-cover__inner-container > div.trust-badges > div.badge > p.badge-text |
Setup in Minutes div.wp-block-cover__inner-container > div.trust-badges > div.badge > p.badge-text |
No Coding Required div.wp-block-cover__inner-container > div.trust-badges > div.badge > p.badge-text |
Popups div.wp-block-group > div.omtc > div.omtc__nav > button.omtc__tab |
Recover Abandoning Visitors Now → div.wp-block-column > div.wp-block-group > p.has-primary-500-color > a |
Get More Email Subscribers Now → div.wp-block-column > div.wp-block-group > p.has-primary-500-color > a |
Increase Your Sales Now → div.wp-block-column > div.wp-block-group > p.has-primary-500-color > a |
Get OptinMonster Now→ div.wp-block-column > div.wp-block-group > p.has-primary-500-color > a |
Create Personalized Campaigns Now → div.wp-block-column > div.wp-block-group > p.has-primary-500-color > a |
Get OptinMonster Now→ div.wp-block-column > div.wp-block-group > p.has-primary-500-color > a |
Get OptinMonster Now div.wp-block-column > div.wp-block-buttons > div.wp-block-button > a.wp-block-button__link |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Trusted by 1,200,000+ websites generating millions of leads every month div.wp-site-blocks > div.entry-content > div.wp-block-group > h3.wp-block-heading |
Company div.wp-block-group > div.wp-block-columns > div.wp-block-column > h4.wp-block-heading |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wp-block-group > div.wp-block-group > figure.wp-block-image > a div.wp-block-group > div.wp-block-group > figure.wp-block-image > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.