Accessibility
· 13 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
BLink & Button Quality71 links, 8 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://akismet.com | Akismet | img no alt | Add alt attribute to the image |
| https://akismet.com | Akismet | img no alt | Add alt attribute to the image |
| https://wordpress.com/abuse/?report_url=… | Report this content | new tab | Add '(opens in new tab)' to text |
| https://jetpack.com/upgrade/search/?utm_… | Search powered by Jetpack | new tab | Add '(opens in new tab)' to text |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://akismet.com"]; a[href="https://akismet.com"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://wordpress.com/abuse/?report_url=https://akismet.com/; https://jetpack.com/upgrade/search/?utm_source=poweredby
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
BFavicon & Branding4 icon(s) detectedREVIEW
A+Landmark Structure10 landmarksPASS
AHeading Hierarchy22 headingsPASS
- H1 Spam shall not pass.
- H1 The whole can of spam. duplicate H1
- H1 Like a machine.With intelligence. duplicate H1
- H2 Never waste time on spam again.
- H3 20 hours per month
- H2 Never lose money on spam attacks again.
- H3 3.6% of annual revenue
- H2 Bring in more leads, sales, and revenue.
- H3 +3.2%
- H2 Sleep well,security team.
- H3 99.99%
- H4 Your whole team.
- H2 An API so flexible it’s basically double-jointed.
- H2 Try Akismet today.
- H2 Product
- H2 Resources
- H2 Developers
- H2 Legal
- H2 Language
- H1 Search results duplicate H1
- H2 No results found
- H2 Filter options
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
A+Alt Text QualityAll 31 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| Enter your email address | aria-label | ||
| #jetpack-instant-search__box-input-1 | search | Magnifying Glass | none |
A404 Error PageHTTP 404, custom pagePASS
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 Spam shall | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h1 not pass. | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h1 The whole | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h1 Like a | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h1 With | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h1 Search results | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Never waste time on … | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Never lose money on … | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Bring in more leads,… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Sleep well, | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 security team. | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 it’s basically dou… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Try Akismet today. | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Product | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Resources | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Developers | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Legal | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Language | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 No results found | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Filter options | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | 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+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 23 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 |
|---|
Press div.copy-right > div.sub-container > div.cell > a.work-with-us |
These items highlight common accessibility best practices.