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
BHeading Hierarchy24 headings, 1 skip(s)REVIEW
- H2 Home
- H1 We are passionate about making the web a better place.
- H3 WordPress.com skipped
- H3 Beeper
- H3 Tumblr
- H3 Day One
- H3 WooCommerce
- H3 Jetpack
- H3 WP VIP
- H3 Pocket Casts
- H3 Akismet
- H3 Longreads
- H3 Newspack
- H3 Gravatar
- H3 WordPress.org
- H3 WP for iOS
- H3 WP for Android
- H3 P2
- H3 BuddyPress
- H3 bbPress
- H3 WordCamps
- H3 WP Job Manager
- H3 Five for the Future
- H1 We don’t make software for free, we make it for freedom. duplicate H1
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
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
BLink & Button Quality57 links, 1 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://automattic.com | Automattic | img no alt | Add alt attribute to the image |
| https://automattic.com | Automattic | 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 |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://automattic.com"]; a[href="https://automattic.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://automattic.com/
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
ALandmark Structure6 landmarksPASS
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
A+Alt Text QualityAll 4 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| Enter your email address | aria-label |
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 passionate about mak… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 a better place. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 We don’t make soft… | 15.34:1 | 3.0:1 | #000000 | #DCDCDE | Pass |
| h2 Home | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Automattic – Makin… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Home | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span About Us | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span News | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Work With Us | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| em We are | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| em the web | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong 20 years of history:… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| a WordPress.com | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Your blog or website | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p has a (free!) home o… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Your story, your way… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Beeper | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Tower of Babel | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p fragmented messaging… | 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.
ALighthouse Accessibility AuditsScore 93/100 — 2 failing, 19 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 |
|---|
Home ul.wp-block-navigation__container > li.wp-block-navigation-item > a.wp-block-navigation-item__content > span.wp-block-navigation-item__label |
* Including this. main#content > div.entry-content > div#oh-hai > div.sub-quote |
© Automattic Inc., purveyors of fine blogging and site-building services since … div.wp-block-group > div.wp-block-group > p.has-text-color > em |
Subscribe ul > li.actnbr-btn > a.actnbr-action > span |
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 |
|---|
WordPress.com main#content > div.entry-content > div.haiku > h3 |
These are opportunities to improve keyboard navigation in your application.