Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
BLandmark Structure4 landmarksREVIEW
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
The skip-link anchor (e.g., `href="#main"`) points at an ID that has no corresponding element on the page. Activating the link does nothing -- a silent WCAG 2.4.1 failure that the visual link presence hides. Add `id="main"` (or whichever matches the href) to the target landmark.
Skip link points at an ID that doesn't exist on the page. The link looks fine visually but does nothing when activated -- silent WCAG 2.4.1 failure.
Learn more ▾ ▴
Find the target landmark (typically <main> or the first <h1>) and add `id="..."` matching the skip link's href fragment. Test by tabbing to the skip link and pressing Enter -- focus should jump to the target.
Source: WCAG 2.1 SC 2.4.1
BIframe Accessibility2/2 iframe(s) missing title; 0 placeholder(s)REVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
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 ONE STOP RESOURCE CE… | 1.10:1 | 3.0:1 | #000000 | #150E0C | Fail |
| h2 YOUR | 1.13:1 | 3.0:1 | #000000 | #19110F | Fail |
| h2 people championing t… | 1.10:1 | 3.0:1 | #000000 | #160E0C | Fail |
| h2 Personal | 1.10:1 | 3.0:1 | #000000 | #150E0B | Fail |
| h2 Members Portal | 1.10:1 | 3.0:1 | #000000 | #150E0B | Fail |
| h2 Live | 1.10:1 | 3.0:1 | #000000 | #150E0B | Fail |
| h2 Interaction | 1.10:1 | 3.0:1 | #000000 | #150E0B | Fail |
| h2 The Best Part? | 1.10:1 | 3.0:1 | #000000 | #150E0B | Fail |
| h2 IT’S A 100% | 1.10:1 | 3.0:1 | #000000 | #150E0B | Fail |
| title New Muslim Academy |… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Skip to main content | 1.04:1 | 4.5:1 | #000000 | #0D0502 | Fail |
| span Menu | 1.06:1 | 4.5:1 | #000000 | #160502 | Fail |
| span Home | 1.09:1 | 4.5:1 | #000000 | #160C09 | Fail |
| span Live Events | 1.08:1 | 4.5:1 | #000000 | #160A08 | Fail |
| span Blog | 1.09:1 | 4.5:1 | #000000 | #160C0A | Fail |
| span Navigation Guide | 1.10:1 | 4.5:1 | #000000 | #160D0B | Fail |
| span FAQ | 1.07:1 | 4.5:1 | #000000 | #130A06 | Fail |
| span Login | 1.09:1 | 4.5:1 | #000000 | #180C06 | Fail |
| strong JOIN TODAY | 1.11:1 | 3.0:1 | #000000 | #190E09 | Fail |
| i Press enter to begin… | 1.11:1 | 4.5:1 | #000000 | #170F0C | Fail |
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.
BLighthouse Accessibility AuditsScore 87/100 — 3 failing, 24 passedREVIEW
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 |
|---|
Join Now div.wpb_text_column > div.wpb_wrapper > a.nectar-button > span |
JOIN TODAY div.wpb_wrapper > p > a.nectar-button > span |
© 2026 New Muslim Academy. | Privacy Policy div#copyright > div.container > div.col > p |
| Privacy Policy div.container > div.col > p > a |
These are opportunities to improve the legibility of your content.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wpb_wrapper > div.wpb_raw_code > div.wpb_wrapper > iframe div.wpb_wrapper > div.wpb_raw_code > div.wpb_wrapper > iframe |
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.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
A+Heading Hierarchy7 headingsPASS
- H2 YOUR “Day-After-Shahadah” people championing the New Muslim Education.
- H1 ONE STOP RESOURCE CENTRE FOR NEW MUSLIM CLASSES ONLINE
- H2 Video Classes & Webinars
- H2 Personal Members Portal
- H2 Live Interaction
- H2 The Best Part?
- H2 IT’S A 100% FREE
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 6 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| s | text | Search | aria-label |
ALink & Button Quality28 links, 0 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://twitter.com/NewMuslimAcadem | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/NewMuslimAcadem… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/channel/UCVvdwoZ… | youtube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/aftershahaadah… | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://twitter.com/NewMuslimAcadem; https://www.facebook.com/NewMuslimAcademy; https://www.youtube.com/channel/UCVvdwoZyc4vpIvItUKrwzgg; https://www.instagram.com/aftershahaadah/
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP