Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality1 issue(s) across 88 links and 20 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://stories.rivian.com | Stories | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/rivian | Linked-In SVG | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/rivianofficial | Instagram SVG | new tab | Add '(opens in new tab)' to text |
| https://x.com/rivian | Rivian X Page – X Icon | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/channel/UCPMdVVK… | YoutTube SVG | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://stories.rivian.com; https://www.linkedin.com/company/rivian; https://www.instagram.com/rivianofficial; https://x.com/rivian; https://www.youtube.com/channel/UCPMdVVKDEUrbp3nH46sTZmg
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 & Branding13 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 6 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
2 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 Meet R2 | 1.96:1 | 3.0:1 | #000000 | #403D40 | Fail |
| h2 Choose your own savi… | 2.18:1 | 3.0:1 | #000000 | #4F441E | Fail |
| h2 2026 builds, | 1.51:1 | 3.0:1 | #000000 | #2D2C30 | Fail |
| h2 starting at | 1.45:1 | 3.0:1 | #000000 | #2A292D | Fail |
| h2 1.99% APR³ | 1.43:1 | 3.0:1 | #000000 | #28282B | Fail |
| h2 r1s | 6.49:1 | 3.0:1 | #000000 | #8F8F8F | Pass |
| h2 r1t | 6.49:1 | 3.0:1 | #000000 | #8F8F8F | Pass |
| h2 Electric vehicles de… | 6.49:1 | 3.0:1 | #000000 | #8F8F8F | Pass |
| h2 Award-winning safety | 6.49:1 | 3.0:1 | #000000 | #8F8F8F | Pass |
| h2 Brooklyn, NY | 6.49:1 | 3.0:1 | #000000 | #8F8F8F | Pass |
| h2 Ready for electric e… | 6.49:1 | 3.0:1 | #000000 | #8F8F8F | Pass |
| h2 Designed to get bett… | 6.49:1 | 3.0:1 | #000000 | #8F8F8F | Pass |
| h2 Keep exploring | 6.49:1 | 3.0:1 | #000000 | #8F8F8F | Pass |
| h2 Keep the world adven… | 6.49:1 | 3.0:1 | #000000 | #8F8F8F | Pass |
| h3 Shop | 6.49:1 | 3.0:1 | #000000 | #8F8F8F | Pass |
| h3 Get updates | 6.49:1 | 3.0:1 | #000000 | #8F8F8F | Pass |
| h3 Trade in | 6.49:1 | 3.0:1 | #000000 | #8F8F8F | Pass |
| h3 Service | 6.49:1 | 3.0:1 | #000000 | #8F8F8F | Pass |
| title Rivian: Electric Veh… | 5.76:1 | 4.5:1 | #000000 | #89867B | Pass |
| a Skip To Main | 3.31:1 | 4.5:1 | #000000 | #616055 | Fail |
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+Landmark Structure10 landmarksPASS
A+Heading Hierarchy17 headingsPASS
- H2 Choose your own savings
- H1 Meet R2
- H2 2026 builds, starting at 1.99% APR³
- H2 r1s
- H2 r2
- H2 r1t
- H2 Electric vehicles designed for adventure
- H2 Award-winning safety
- H2 Brooklyn, NY
- H2 Ready for electric exploration
- H2 Designed to get better with time
- H2 Keep exploring
- H3 Shop
- H3 Get updates
- H3 Trade in
- H3 Service
- H2 Keep the world adventurous forever
A+Alt Text QualityAll 35 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |
AForm Accessibility1 of 6 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| aria-label | |||
| #zipCodeNoCountry | text | Zip code | aria-label |
| input | text | First Name | aria-label |
| input | text | Last Name | aria-label |
| input | text | aria-label | |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
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
ALighthouse Accessibility AuditsScore 93/100 — 3 failing, 31 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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Nous pensons que vous êtes en France.
Mettre à jour votre région? body.x-small > div#radix-:rf: |
Sélectionnez votre emplacement
North America
Europe body.x-small > div > div#radix-:rk: |
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 |
|---|
div.flex > div.pointer-events-auto > div.flex > button.rounded-xxl div.flex > div.pointer-events-auto > div.flex > button.rounded-xxl |
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 |
|---|
US div > div.relative > div > button#locale-picker |