Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction3 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
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
CAlt Text QualityAction4 of 29 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 4 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
BForm Accessibility2 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #qsearch-box | text | Search | for/id |
| t730 | text | (Search Jobs) | placeholder only |
| search_button | button | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="button" name="search_button">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="t730">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction7 icon(s) detectedREVIEW
AHeading Hierarchy38 headings, 1 skip(s)PASS
- H1 You Belong at the AAFP
- H3 There’s no specialty like family medicine. You put your energy into building healthy patients, families and communities. Lean into us for the connection and education you need to refuel that energy. skipped
- H2 One day is never enough. Our prescription is filled for 30 days.
- H3 Members: In celebration of National Doctors Day, take $100 off a product priced at $100 or more.
- H2 Choose Your Next CME
- H3 Get the CME you need. We have live and livestream CME on topics important to you.
- H4 Menopause & Perimenopause CME Livestream April 23—24, 2026 15 CME credits
- H4 Pain Management in Practice Livestream May 7—8, 2026 15.50 CME credits
- H4 Family Medicine Update Livestream June 16—20, 2206 29.50 credits
- H2 New and Noteworthy
- H3 National Minority Health Month
- H3 New event designed by you and for you
- H3 Fewer exacerbations. Better outcomes.
- H3 Partnership and advertising opportunities
- H2 Journals and Publications
- H2 April 2026
- H3 Current Issue
- H3 CME Quiz
- H3 Subscribe
- H2 March/April 2026
- H3 Current Issue
- H3 CME Quiz
- H3 Subscribe
- H2 April 2026
- H3 Current Edition
- H3 CME Quiz
- H3 Subscribe
- H2 You + AAFP
- H3 You're committed to providing quality, cost-effective care. AAFP is committed to helping you make it happen.
- H3 Your Time
- H3 Your People
- H3 Your Money
- H3 Your Voice
- H3 Not a member? No problem. Join the largest association that specializes in family medicine—just like you.
- H2 Featured Family Medicine Physician Jobs
- H3 Seize your opportunity in family medicine with the AAFP CareerLink job board. Upload your resume and set alerts to get matched with your best position. Plus, find career planning resources that can he
- H2 AAFP Affiliates and Partnerships
- H3 The AAFP and its affiliate organizations work closely together to advance the specialty of family medicine.
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
ALink & Button Quality100 links, 6 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.aafp.org/about/this-site/pri… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.aafpcareerlink.org/job/searc… | View All Jobs | new tab | Add '(opens in new tab)' to text |
| https://store.aafp.org/?bc=website-foote… | AAFP Apparel | new tab | Add '(opens in new tab)' to text |
| https://aafp.wd5.myworkdayjobs.com/AAFP_… | Work at AAFP | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.aafp.org/about/this-site/privacy.html; https://www.aafpcareerlink.org/job/search/?__hstc=57117429.27fd68478e1e61472e…; https://store.aafp.org/?bc=website-footer; https://aafp.wd5.myworkdayjobs.com/AAFP_Careers
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
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 You Belong at the AA… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 One day is never eno… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Our prescription is … | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Choose Your Next CME | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 New and Noteworthy | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Journals and Publica… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 April 2026 | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 March/April 2026 | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 April 2026 | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 You + AAFP | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 Featured Family Medi… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h2 AAFP Affiliates and … | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 There’s no special… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 In celebration of Na… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 a product priced at … | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 Get the CME you need… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 National Minority He… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 New event designed b… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 Fewer exacerbations.… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h3 Partnership and adve… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | 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.
A+Lighthouse Accessibility AuditsScore 99/100 — 2 failing, 29 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.
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 |
|---|
There’s no specialty like family medicine. You put your energy into building he… div.adl-hero > div.adl-hero__wrapper > div.adl-hero__content-wrapper > h3.adl-hero__subtitle |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
account_circle
Log In aafp-signin.hydrated > div.adl-signin > div.adl-signin__user-wrapper > a.adl-universal-nav__icon-link |
JOIN AAFP TODAY div.adl-background-container__content > div.adl-cta-button--align > aafp-cta-button.adl-cta-button--align-center > a.adl-cta-button__link |