Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DFavicon & BrandingAction3 icon(s) detectedFIX
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 Structure2 landmarksREVIEW
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
CAlt Text QualityAction20 of 325 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| filename | 19 image(s) |
| too long | 32 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
CLink & Button QualityAction16 issue(s) across 1699 links and 24 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| partners | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/WonderHowTo | new tab | Add '(opens in new tab)' to text | |
| https://www.pinterest.com/WonderHowTo/ | new tab | Add '(opens in new tab)' to text | |
| https://x.com/WonderHowTo | X | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/WonderHowTo | new tab | Add '(opens in new tab)' to text | |
| https://x.com/WonderHowTo | X | new tab | Add '(opens in new tab)' to text |
| https://www.pinterest.com/WonderHowTo/ | new tab | Add '(opens in new tab)' to text | |
| https://www.wonderhowto.com/rss.xml | RSS Feed | new tab | Add '(opens in new tab)' to text |
| https://technologyadvice.com/contact-us/ | Contact Us | new tab | Add '(opens in new tab)' to text |
| https://technologyadvice.com/privacy-pol… | California – Do Not Sell My … | new tab | Add '(opens in new tab)' to text |
| https://technologyadvice.com/careers/ | Careers We're Hiring | new tab | Add '(opens in new tab)' to text |
| https://technologyadvice.com/ | TechnologyAdvice | new tab | Add '(opens in new tab)' to text |
| https://www.techrepublic.com/ | TechRepublic | new tab | Add '(opens in new tab)' to text |
| https://www.eweek.com/ | eWeek | new tab | Add '(opens in new tab)' to text |
| https://www.datamation.com/ | DataMation | new tab | Add '(opens in new tab)' to text |
| https://www.channelinsider.com/ | Channel Insider | new tab | Add '(opens in new tab)' to text |
| https://dzone.com/ | DZone | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/WonderHowTo | new tab | Add '(opens in new tab)' to text | |
| https://www.pinterest.com/WonderHowTo/ | new tab | Add '(opens in new tab)' to text | |
| https://x.com/WonderHowTo | X | new tab | Add '(opens in new tab)' to text |
| <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 |
| <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 |
Add '(opens in new tab)' to link text or aria-label.
; https://www.facebook.com/WonderHowTo; https://www.pinterest.com/WonderHowTo/; https://x.com/WonderHowTo; https://www.facebook.com/WonderHowTo; https://x.com/WonderHowTo; https://www.pinterest.com/WonderHowTo/; https://www.wonderhowto.com/rss.xml; https://technologyadvice.com/contact-us/; https://technologyadvice.com/privacy-policy/ccpa-opt-out-form/ (+10 more)
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.h-full (#805 on page); button.h-full (#809 on page); button.h-full (#1490 on page); button.h-full (#1494 on page); button.h-full (#2159 on page); button.h-full (#2163 on page); button.h-full (#2993 on page); button.h-full (#2997 on page); button.h-full (#3821 on page); button.h-full (#3825 on page) (+6 more)
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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 8 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 WonderHowTo | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Wonder How To » Fre… | 1.28:1 | 4.5:1 | #000000 | #192029 | Fail |
| a ___ | 1.28:1 | 4.5:1 | #000000 | #192029 | Fail |
| span We value your privac… | 1.28:1 | 4.5:1 | #000000 | #192029 | Fail |
| div We and our | 1.28:1 | 4.5:1 | #000000 | #192029 | Fail |
| a partners | 1.39:1 | 4.5:1 | #000000 | #20272F | Fail |
| div store and/or access … | 1.36:1 | 4.5:1 | #000000 | #1E252D | Fail |
| div Please note that thi… | 1.31:1 | 4.5:1 | #000000 | #1C222A | Fail |
| span MORE OPTIONS | 2.17:1 | 4.5:1 | #000000 | #3F454C | Fail |
| span AGREE | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div WonderHowTo | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a WonderHowTo | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Gadget Hacks | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Next Reality | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Null Byte | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Gadget Hacks | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Next Reality | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Food Hacks | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Null Byte | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a The Secret Yumiverse | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.
A+Heading Hierarchy1 headingsPASS
- H1 WonderHowTo
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search-input | text | (Search) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" id="search-input">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
ALighthouse Accessibility AuditsScore 91/100 — 2 failing, 25 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.glide > div.top-0 > div.absolute > button.h-full div.glide > div.top-0 > div.absolute > button.h-full |
div.glide > div.top-0 > div.absolute > button.h-full div.glide > div.top-0 > div.absolute > button.h-full |
div.glide > div.top-0 > div.absolute > button.h-full div.glide > div.top-0 > div.absolute > button.h-full |
div.glide > div.top-0 > div.absolute > button.h-full div.glide > div.top-0 > div.absolute > button.h-full |
div.glide > div.top-0 > div.absolute > button.h-full div.glide > div.top-0 > div.absolute > button.h-full |
div.glide > div.top-0 > div.absolute > button.h-full div.glide > div.top-0 > div.absolute > button.h-full |
div.glide > div.top-0 > div.absolute > button.h-full div.glide > div.top-0 > div.absolute > button.h-full |
div.glide > div.top-0 > div.absolute > button.h-full div.glide > div.top-0 > div.absolute > button.h-full |
div.glide > div.top-0 > div.absolute > button.h-full div.glide > div.top-0 > div.absolute > button.h-full |
div.glide > div.top-0 > div.absolute > button.h-full div.glide > div.top-0 > div.absolute > button.h-full |
div.glide > div.top-0 > div.absolute > button.h-full div.glide > div.top-0 > div.absolute > button.h-full |
div.glide > div.top-0 > div.absolute > button.h-full div.glide > div.top-0 > div.absolute > button.h-full |
div.glide > div.top-0 > div.absolute > button.h-full div.glide > div.top-0 > div.absolute > button.h-full |
div.glide > div.top-0 > div.absolute > button.h-full div.glide > div.top-0 > div.absolute > button.h-full |
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.
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 |
|---|
FROM OUR NETWORK: NULL BYTE astro-carousel.h-[400px] > div.absolute > div > a.inline-block |
HOW TO article.group > div.bg-white > div.space-y-2 > div.text-[var(--brand-text-color)] |
These are opportunities to improve the legibility of your content.