Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure9 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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction5 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 12 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
6 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Enable 2FA for your … | 1.26:1 | 3.0:1 | #000000 | #1D1D28 | Fail |
| h2 Two-factor authentic… | 1.41:1 | 3.0:1 | #000000 | #252634 | Fail |
| h3 Why use Two-Factor A… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| title Authy: Two-factor Au… | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| a App Features | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| a Help | 3.73:1 | 4.5:1 | #000000 | #67676B | Fail |
| a Blog | 1.28:1 | 4.5:1 | #000000 | #1D1F29 | Fail |
| span Download | 1.19:1 | 4.5:1 | #000000 | #181821 | Fail |
| a App Features | 1.08:1 | 4.5:1 | #000000 | #0C0D13 | Fail |
| a Help | 1.27:1 | 4.5:1 | #000000 | #1D1E29 | Fail |
| a Blog | 1.40:1 | 4.5:1 | #000000 | #252633 | Fail |
| span Download | 1.41:1 | 4.5:1 | #000000 | #252634 | Fail |
| span Go beyond the passwo… | 14.94:1 | 4.5:1 | #FFFFFF | #252634 | Pass |
| span Download Authy | 1.41:1 | 4.5:1 | #000000 | #252634 | Fail |
| p Defeat cyber crimina… | 1.41:1 | 4.5:1 | #000000 | #252634 | Fail |
| p Simple to setup, sec… | 1.39:1 | 4.5:1 | #000000 | #242532 | Fail |
| span App features | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| p Need help? We'd love… | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| span Get help | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| p See insights on secu… | 7.37:1 | 4.5:1 | #000000 | #999999 | 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.
BLighthouse Accessibility AuditsScore 87/100 — 5 failing, 26 passedREVIEW
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
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
No
Yes div.prefPanel > div > div.cookiecat > div.switch |
No
Yes div.prefPanel > div > div.cookiecat > div.switch |
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.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#pop-outerdiv07508096593294739 > div#pop-div208771913548767001 > div#pop-div3009883329775208294 > div#pop-frame023215854771314082 div#pop-outerdiv07508096593294739 > div#pop-div208771913548767001 > div#pop-div3009883329775208294 > div#pop-frame023215854771314082 |
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 |
|---|
Top Rated Authenticator App div.layout-column > div.card-icon > div.card-icon-details > h6 |
Required Cookies div.cookiecat > div > span.gwt-InlineHTML > h3 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.layout-container > div.layout-column > button.cmp-media > img.cmp-media-video__thumbnail div.layout-container > div.layout-column > button.cmp-media > img.cmp-media-video__thumbnail |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
VIEW REQUIRED COOKIES div.prefPanel > div > div.cookiecat > a.viewcookie |
DETAILED SETTINGS div.prefPanel > div > div.cookiecat > a.viewcookie |
No div > div.cookiecat > div.switch > span.gwt-InlineHTML |
Yes div > div.cookiecat > div.switch > span.gwt-InlineHTML |
DETAILED SETTINGS div.prefPanel > div > div.cookiecat > a.viewcookie |
No div > div.cookiecat > div.switch > span.gwt-InlineHTML |
Yes div > div.cookiecat > div.switch > span.gwt-InlineHTML |
AHeading Hierarchy6 headings, 1 skip(s)PASS
- H1 Enable 2FA for your favorite sites.
- H2 Two-factor authentication (2FA) is the best way to protect yourself online.
- H6 Top Rated Authenticator App skipped
- H6 Help
- H6 Blogs
- H3 Why use Two-Factor Authentication
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
AAlt Text Quality1 of 2 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality38 links, 7 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.twilio.com/en-us/blog/develo… | Blogs | new tab | Add '(opens in new tab)' to text |
| https://www.twilio.com/en-us/blog/develo… | Visit blog | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/TeamTwilio | Twilio on Facebook | new tab | Add '(opens in new tab)' to text |
| https://x.com/twilio | Twilio on X | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/twilio-… | Twilio on LinkedIn | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@twilio | Twilio on Youtube | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.twilio.com/en-us/blog/developers?products=authy&page=1; https://www.twilio.com/en-us/blog/developers?products=authy&page=1; https://www.facebook.com/TeamTwilio; https://x.com/twilio; https://www.linkedin.com/company/twilio-inc-; https://www.youtube.com/@twilio
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