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
DLighthouse Accessibility AuditsActionScore 64/100 — 4 failing, 9 passedFIX
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.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These are opportunities to improve the interpretation of your content by users in different locales.
Contrast
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
iPhone section > div.landing_constrained > p > a |
iPad section > div.landing_constrained > p > a |
Android section > div.landing_constrained > p > a |
Kindle section > div.landing_constrained > p > a |
Kobo section > div.landing_constrained > p > a |
These are opportunities to improve the legibility of your content.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#control_bar > div.container-fluid > aside.logo > a div#control_bar > div.container-fluid > aside.logo > a |
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.
BLandmark Structure4 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
BForm Accessibility2 of 10 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #sign_in_modal_email | text | for/id | |
| #password | password | Password | for/id |
| #keep_logged_in | checkbox | Keep me logged in | for/id |
| #create_account_modal_email | for/id | ||
| #create_account_modal_email_confirm | Confirm Email | for/id | |
| #password | password | Password | for/id |
| #keep_logged_in | checkbox | Keep me logged in | for/id |
| #username | for/id | ||
| #g-recaptcha-response | textarea | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response">; <input type="submit">
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
BLink & Button Quality3 issue(s) across 21 links and 3 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| #learn-more | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: #Learn More | |||
| (empty) | empty | Add link text or aria-label | |
| http://blog.instapaper.com | Blog | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/; a#learn-more
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Generic link text like 'click here' doesn't describe the destination.
#learn-more ("Learn 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.
http://blog.instapaper.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
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction5 icon(s) detectedREVIEW
AHeading Hierarchy5 headingsPASS
- H1 Save Anything. Read Anywhere.
- H1 Save Anything duplicate H1
- H1 Read Anywhere duplicate H1
- H1 Create Notes duplicate H1
- H1 Try Instapaper for Free 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
A+Alt Text QualityAll 9 images OKPASS
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 Save Anything. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Read Anywhere. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Save Anything | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Read Anywhere | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Create Notes | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Try Instapaper for F… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Instapaper | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Sign In | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Create an Account | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Learn More | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Save all of the inte… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Instapaper syncs the… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a iPhone | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a iPad | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Android | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Kindle | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Kobo | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p eReaders. You can re… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Find that great quot… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Instapaper makes it … | 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.