Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 404, bare pageFIX
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
DLighthouse Accessibility AuditsActionScore 68/100 — 8 failing, 17 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.
ARIA
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
H svg > g > g#6887 > g#6633 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
header.z-50 > div.border-b > nav.container > button.h-6 header.z-50 > div.border-b > nav.container > button.h-6 |
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.mt-16 > ul.flex > li.text-text-primary > a div.mt-16 > ul.flex > li.text-text-primary > a |
div.mt-16 > ul.flex > li.text-text-primary > a div.mt-16 > ul.flex > li.text-text-primary > a |
div.mt-16 > ul.flex > li.text-text-primary > a div.mt-16 > ul.flex > li.text-text-primary > a |
div.mt-16 > ul.flex > li.text-text-primary > a div.mt-16 > ul.flex > li.text-text-primary > a |
div.mt-16 > ul.flex > li.text-text-primary > a div.mt-16 > ul.flex > li.text-text-primary > 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.
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 |
|---|
© 2026 Bending Spoons US Inc. All rights reserved. div > div.mt-20 > div.pt-8 > span.text-[12px] |
Cookie Preferences div.pt-8 > ul.flex > div.link-background-animated > span.text-[12px] |
Security div.pt-8 > ul.flex > a.link-background-animated > span.text-[12px] |
Legal div.pt-8 > ul.flex > a.link-background-animated > span.text-[12px] |
Privacy div.pt-8 > ul.flex > a.link-background-animated > span.text-[12px] |
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 |
|---|
Template div.relative > div > div.flex > h5.headline |
Desktop div.container > div.flex > div.rich-wrapper--cards > h5 |
These are opportunities to improve keyboard navigation in your application.
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.scroll-smooth html.scroll-smooth |
These are opportunities to improve the interpretation of your content by users in different locales.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Preferences
Security
Legal
Privacy div > div.mt-20 > div.pt-8 > ul.flex |
These are opportunities to improve the experience of reading tabular or list data using 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 Structure5 landmarksREVIEW
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
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
BHeading Hierarchy42 headings, 2 skip(s)REVIEW
- H5 Evernote
- H1 Your second brain
- H2 Make the most of your ideas—and your time
- H5 Template skipped
- H5 Notebooks & Spaces
- H5 Search
- H5 Tasks
- H5 Calendar
- H5 Web Clipper
- H5 Collaborate
- H5 AI Features
- H5 Template
- H5 Notebooks & Spaces
- H5 Search
- H5 Tasks
- H5 Calendar
- H5 Web Clipper
- H5 Collaborate
- H5 AI Features
- H5 Template
- H5 Notebooks & Spaces
- H5 Search
- H5 Tasks
- H5 Calendar
- H5 Web Clipper
- H5 Collaborate
- H5 AI Features
- H2 Your productivity, supercharged
- H2 Bring order to everything you do
- H2 Find what you need, fast
- H2 Want to give AI a try?
- H2 Unlock seamless collaboration
- H2 Save anything, in any form
- H3 Tap into your second brain today
- H5 Desktop skipped
- H5 Mobile
- H5 Web Clipper Extension
- H6 Solutions
- H6 Explore
- H6 Resources
- H6 Get Started
- H3 We value your privacy
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
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
CLink & Button QualityAction11 issue(s) across 140 links and 8 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.facebook.com/evernote/ | (empty) | empty | Add link text or aria-label |
| https://twitter.com/evernote | (empty) | empty | Add link text or aria-label |
| https://medium.com/@evernote | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/evernote | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/channel/UCr_JcNR… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/evernote/ | (empty) | empty | Add link text or aria-label |
| https://twitter.com/evernote | (empty) | empty | Add link text or aria-label |
| https://medium.com/@evernote | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/evernote | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/channel/UCr_JcNR… | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.facebook.com/evernote/; https://twitter.com/evernote; https://medium.com/@evernote; https://www.instagram.com/evernote; https://www.youtube.com/channel/UCr_JcNR6slxFcTtDZ8t6F0A; https://www.facebook.com/evernote/; https://twitter.com/evernote; https://medium.com/@evernote; https://www.instagram.com/evernote; https://www.youtube.com/channel/UCr_JcNR6slxFcTtDZ8t6F0A
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.h-6 (#211 on page)
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
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
AAlt Text Quality24 of 63 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 24 image(s) |
A+Form AccessibilityNo form controlsPASS
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 Your second brain | 14.84:1 | 3.0:1 | #000000 | #DED8D0 | Pass |
| h2 Make the most of you… | 14.84:1 | 3.0:1 | #000000 | #DED8D0 | Pass |
| h2 Your productivity, s… | 14.84:1 | 3.0:1 | #000000 | #DED8D0 | Pass |
| h2 Bring order to every… | 14.84:1 | 3.0:1 | #000000 | #DED8D0 | Pass |
| h2 Find what you need, … | 14.84:1 | 3.0:1 | #000000 | #DED8D0 | Pass |
| h2 Want to give AI a tr… | 14.84:1 | 3.0:1 | #000000 | #DED8D0 | Pass |
| h2 Unlock seamless coll… | 14.84:1 | 3.0:1 | #000000 | #DED8D0 | Pass |
| h2 Save anything, in an… | 14.84:1 | 3.0:1 | #000000 | #DED8D0 | Pass |
| h3 Tap into your second… | 14.84:1 | 3.0:1 | #000000 | #DED8D0 | Pass |
| h3 We value your privac… | 14.84:1 | 3.0:1 | #000000 | #DED8D0 | Pass |
| title Best Note Taking App… | 15.93:1 | 4.5:1 | #000000 | #E2E0DC | Pass |
| span Get the app | 15.93:1 | 4.5:1 | #000000 | #E2E0DC | Pass |
| a Download | 15.93:1 | 4.5:1 | #000000 | #E2E0DC | Pass |
| span AI Features | 15.26:1 | 4.5:1 | #000000 | #E0DBD5 | Pass |
| span Explore | 14.84:1 | 4.5:1 | #000000 | #DED8D0 | Pass |
| p Solutions | 14.84:1 | 4.5:1 | #000000 | #DED8D0 | Pass |
| span Why Evernote | 14.84:1 | 4.5:1 | #000000 | #DED8D0 | Pass |
| span Note Taking | 14.84:1 | 4.5:1 | #000000 | #DED8D0 | Pass |
| span Self organizing | 14.84:1 | 4.5:1 | #000000 | #DED8D0 | Pass |
| span Productivity | 14.84:1 | 4.5:1 | #000000 | #DED8D0 | 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.