Accessibility
· 22 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile-Readable Font SizesAction51% of visible text renders at >= 12 CSS px (99 below threshold)FIX
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
BHeading Hierarchy14 headingsREVIEW
- H2 The latest Quick Posts
- H2 The incredible rising price of everything / The Switch 2 is the latest hardware to get hit by global price hikes. Is there a ceiling?
- H2 Musk v. Altman: Week 2 / Drama and revelations from the biggest trial in the AI world.
- H2 Most Popular
- H2 Tiny tech / An ode to miniature gadgets that still pack a punch.
- H2 Who wants a robot friend? / The only things these robots are trying to take over is our hearts.
- H2 Most Discussed
- H2 Your feed is overrun with clips — this is the cutthroat community of “clippers” behind it
- H2 Latest from Tech
- H2 Latest from Reviews
- H2 Latest from AI
- H2 Latest from Policy
- H2 Latest from Science
- H2 Latest from Entertainment
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
CLink & Button QualityAction7 issue(s) across 348 links and 63 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://aftermath.site/double-fine-union… | Double Fine Is Unionizing | new tab | Add '(opens in new tab)' to text |
| https://platform.theverge.com/wp-content… | Discord outage error | new tab | Add '(opens in new tab)' to text |
| https://9to5google.com/2026/05/08/snapse… | Google rolling out big Snapsee… | new tab | Add '(opens in new tab)' to text |
| https://aftermath.site/double-fine-union… | Double Fine Is Unionizing | new tab | Add '(opens in new tab)' to text |
| https://platform.theverge.com/wp-content… | Discord outage error | new tab | Add '(opens in new tab)' to text |
| https://9to5google.com/2026/05/08/snapse… | Google rolling out big Snapsee… | new tab | Add '(opens in new tab)' to text |
| https://news.gm.com/home.detail.html/Pag… | Cadillac surpasses 100,000 U.S… | new tab | Add '(opens in new tab)' to text |
| https://www.bloomberg.com/news/articles/… | Uber-Backed Electric Scooter R… | new tab | Add '(opens in new tab)' to text |
| https://share.music.nintendo.com/en-US/U… | [Special Release] Star Fox - N… | new tab | Add '(opens in new tab)' to text |
| https://platform.theverge.com/wp-content… | 8-9-52: FLYING SAUCERS, SAVANN… | new tab | Add '(opens in new tab)' to text |
| https://www.war.gov/ufo/#65_HS1-83422896… | [65_HS1-834228961_62-HQ-83894_… | new tab | Add '(opens in new tab)' to text |
| https://platform.theverge.com/wp-content… | A Gundam-themed film camera in… | new tab | Add '(opens in new tab)' to text |
| https://petapixel.com/2026/05/07/this-ha… | here | generic text | Replace with descriptive text |
Before: here Suggested: This Hand Painted Gundam Themed Film Camera Is A Nerdy Work Of Art | |||
| https://www.phoronix.com/news/Dirty-Frag… | Dirty Frag Vulnerability Made … | new tab | Add '(opens in new tab)' to text |
| https://www.reuters.com/world/asia-pacif… | Sony, TSMC plan new Japan join… | new tab | Add '(opens in new tab)' to text |
| https://make.wordpress.org/core/2026/05/… | Real-time collaboration will n… | new tab | Add '(opens in new tab)' to text |
| /tech | More | generic text | Replace with descriptive text |
Before: More Suggested: Tech | |||
| /reviews | More | generic text | Replace with descriptive text |
Before: More Suggested: Reviews | |||
| /ai-artificial-intelligence | More | generic text | Replace with descriptive text |
Before: More Suggested: Ai Artificial Intelligence | |||
| /policy | More | generic text | Replace with descriptive text |
Before: More Suggested: Policy | |||
| /science | More | generic text | Replace with descriptive text |
Before: More Suggested: Science | |||
| /entertainment | More | generic text | Replace with descriptive text |
Before: More Suggested: Entertainment | |||
Generic link text like 'click here' doesn't describe the destination.
https://petapixel.com/2026/05/07/this-hand-painted-gundam-themed-film-camera-… ("here"); /tech ("More"); /reviews ("More"); /ai-artificial-intelligence ("More"); /policy ("More"); /science ("More"); /entertainment ("More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://aftermath.site/double-fine-union-microsoft-cwa-xbox/; https://platform.theverge.com/wp-content/uploads/sites/2/2026/05/slack-upload…; https://9to5google.com/2026/05/08/snapseed-4-android-update/; https://aftermath.site/double-fine-union-microsoft-cwa-xbox/; https://platform.theverge.com/wp-content/uploads/sites/2/2026/05/slack-upload…; https://9to5google.com/2026/05/08/snapseed-4-android-update/; https://news.gm.com/home.detail.html/Pages/topic/us/en/2026/may/0507-cadillac…; https://www.bloomberg.com/news/articles/2026-05-08/uber-backed-electric-scoot…; https://share.music.nintendo.com/en-US/US/officialPlaylists/2469486e-923d-411…; https://platform.theverge.com/wp-content/uploads/sites/2/2026/05/Screenshot-2… (+5 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
BTap Target Adequacy3 tap target(s) too small or too close togetherREVIEW
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding8 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 |
|---|---|---|---|---|---|
| h2 Most Popular | 1.13:1 | 3.0:1 | #000000 | #131313 | Fail |
| h2 Most Discussed | 1.13:1 | 3.0:1 | #000000 | #131313 | Fail |
| title The Verge | 1.13:1 | 4.5:1 | #000000 | #131313 | Fail |
| span Skip to main content | 1.13:1 | 4.5:1 | #000000 | #131313 | Fail |
| a Subscribe | 1.12:1 | 4.5:1 | #000000 | #121212 | Fail |
| span Sign In | 1.12:1 | 4.5:1 | #000000 | #121212 | Fail |
| span Tech | 1.12:1 | 4.5:1 | #000000 | #121212 | Fail |
| span Reviews | 1.12:1 | 4.5:1 | #000000 | #121212 | Fail |
| span Science | 1.13:1 | 4.5:1 | #000000 | #131313 | Fail |
| span Entertainment | 1.13:1 | 4.5:1 | #000000 | #131313 | Fail |
| span Policy | 1.13:1 | 4.5:1 | #000000 | #131313 | Fail |
| a Subscribe | 1.13:1 | 4.5:1 | #000000 | #131313 | Fail |
| div Navigation Drawer | 1.13:1 | 4.5:1 | #000000 | #131313 | Fail |
| a Login | 1.13:1 | 4.5:1 | #000000 | #131313 | Fail |
| a Sign Up | 1.13:1 | 4.5:1 | #000000 | #131313 | Fail |
| span close | 1.13:1 | 4.5:1 | #000000 | #131313 | Fail |
| label Search | 1.13:1 | 4.5:1 | #000000 | #131313 | Fail |
| button Tech | 1.13:1 | 4.5:1 | #000000 | #131313 | Fail |
| a Amazon | 1.13:1 | 4.5:1 | #000000 | #131313 | Fail |
| a Apple | 1.13:1 | 4.5:1 | #000000 | #131313 | 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.
A+Landmark Structure16 landmarksPASS
A+Alt Text QualityAll 153 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #:Rkqgr96: | text | Search | for/id |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
A+Form Input Types1 input(s) using type=text where a specific type would helpPASS
A+Form Input Quality2 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en-US"PASS
A+Tabindex Anti-Patterns0 positive, 1 -1-on-focusablePASS
AIframe Accessibility1/2 iframe(s) missing title; 0 placeholder(s)PASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Lighthouse Accessibility AuditsScore 97/100 — 1 failing, 28 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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Settings div._1twvhsd0 > ul._1twvhsd1 > li._1twvhsd2 > button#ot-sdk-btn |
Cookie Policy div._1twvhsd0 > ul._1twvhsd1 > li._1twvhsd2 > a._1twvhsd3 |
Platform Status div._1twvhsd0 > ul._1twvhsd1 > li._1twvhsd2 > a._1twvhsd3 |
These items highlight common accessibility best practices.