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.
FFavicon & BrandingAction1 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality1 issue(s) across 15 links and 1 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.aaa.com/Suggestions.html | Comments - link opens in a new… | new tab | Add '(opens in new tab)' to text |
| https://www.aaa.com/international | International Members - link o… | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
a.scroller_anchor (#151 on page)
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
Add '(opens in new tab)' to link text or aria-label.
https://www.aaa.com/Suggestions.html; https://www.aaa.com/international
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 Find Your Local AAA … | 2.06:1 | 3.0:1 | #000000 | #414143 | Fail |
| h1 About AAA | 1.78:1 | 3.0:1 | #000000 | #383928 | Fail |
| h1 Membership | 1.10:1 | 3.0:1 | #000000 | #10100D | Fail |
| h1 Savings & Discounts | 1.27:1 | 3.0:1 | #000000 | #1D1F1D | Fail |
| h1 Automotive Services | 2.12:1 | 3.0:1 | #000000 | #434343 | Fail |
| h1 Home and Auto Insura… | 2.12:1 | 3.0:1 | #000000 | #434343 | Fail |
| h1 Financial Services | 2.12:1 | 3.0:1 | #000000 | #434343 | Fail |
| h1 Travel | 2.12:1 | 3.0:1 | #000000 | #434343 | Fail |
| h2 AAA/CAA is a federat… | 2.02:1 | 3.0:1 | #000000 | #3E4043 | Fail |
| h3 Enter your ZIP/posta… | 1.94:1 | 3.0:1 | #000000 | #3C3D41 | Fail |
| title AAA | American Autom… | 2.06:1 | 4.5:1 | #000000 | #414144 | Fail |
| a Skip to main content | 1.83:1 | 4.5:1 | #000000 | #2F3B43 | Fail |
| span This is where error … | 1.85:1 | 4.5:1 | #000000 | #313C40 | Fail |
| label Home ZIP/postal code | 2.27:1 | 4.5:1 | #000000 | #494746 | Fail |
| span Copyright © | 1.61:1 | 4.5:1 | #000000 | #313036 | Fail |
| span AAA/CAA Rights Reser… | 1.30:1 | 4.5:1 | #000000 | #26201A | Fail |
| a Terms of Use | 1.30:1 | 4.5:1 | #000000 | #262016 | Fail |
| a Privacy Policy | 1.17:1 | 4.5:1 | #000000 | #1C1705 | Fail |
| a Comments | 1.44:1 | 4.5:1 | #000000 | #2D2A05 | Fail |
| a International Member… | 1.24:1 | 4.5:1 | #000000 | #162002 | 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.
ALandmark Structure3 landmarksPASS
AHeading Hierarchy10 headingsPASS
- H1 Find Your Local AAA Club
- H2 AAA/CAA is a federation of regional clubs located throughout North America.
- H3 Enter your ZIP/postal code to take full advantage of your local club's products and services. AAA/CAA clubs offer insurance, travel services, travel information including maps, guides and information
- H1 About AAA duplicate H1
- H1 Membership duplicate H1
- H1 Savings & Discounts duplicate H1
- H1 Automotive Services duplicate H1
- H1 Home and Auto Insurance duplicate H1
- H1 Financial Services duplicate H1
- H1 Travel 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 7 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #zipCode | text | Home ZIP/postal code | for/id |
A+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 24 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. 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 |
|---|
AAA membership div.aaa-article-summary > div.aaa-article-description > div.blk5 > a.aaa-link |
AAA discounts div.aaa-article-summary > div.aaa-article-description > div.blk5 > a.aaa-link |
automotive services div.aaa-article-summary > div.aaa-article-description > div.blk5 > a.aaa-link |
credit cards div.aaa-article-summary > div.aaa-article-description > div.blk5 > a.aaa-link |
TripTik div.aaa-article-summary > div.aaa-article-description > div.blk5 > a.aaa-link |
Trip Canvas div.aaa-article-summary > div.aaa-article-description > div.blk5 > a.aaa-link |
International Driving Permits div.aaa-article-summary > div.aaa-article-description > div.blk5 > a.aaa-link |
passport services div.aaa-article-summary > div.aaa-article-description > div.blk5 > a.aaa-link |
These are opportunities to improve the legibility of your content.