Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
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
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CAlt Text QualityAction12 of 41 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| generic | 11 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
CLink & Button QualityAction4 issue(s) across 116 links and 3 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.lapietra.edu/admissions/requ… | Request Information | new tab | Add '(opens in new tab)' to text |
| https://www.lapietra.edu/admissions/appl… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Apply Now | |||
| https://www.lapietra.edu/admissions/why-… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Why All Girls | |||
| https://sosimpleschools.com | (empty) | empty | Add link text or aria-label |
| https://sideline.bsnsports.com/schools/h… | Get Spiritwear | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://sosimpleschools.com
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
Generic link text like 'click here' doesn't describe the destination.
https://www.lapietra.edu/admissions/apply-now ("Learn More"); https://www.lapietra.edu/admissions/why-all-girls ("Read More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://www.lapietra.edu/admissions/request-information/request-information-f…; https://sideline.bsnsports.com/schools/hawaii/honolulu/la-pietra-hawaii-schoo…
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.submit (#63 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
B404 Error PageHTTP 404, custom pageREVIEW
BWeb ManifestValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 fail WCAG AAREVIEW
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 Homepage | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Accepting Applicatio… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 2025 Top Workplaces | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Join us for the 2026… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Named in the Star-Ad… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Why All Girls? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Meet | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Calendar | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The latest | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Homepage | La Pietra… | 19.59:1 | 4.5:1 | #000000 | #EFF9F9 | Pass |
| p Raising Women of Pur… | 20.71:1 | 4.5:1 | #000000 | #FBFEFE | Pass |
| a 808-922-2744 | 16.80:1 | 4.5:1 | #000000 | #E7E6E1 | Pass |
| span Menu | 14.49:1 | 4.5:1 | #000000 | #DFD4D2 | Pass |
| a Portals | 7.48:1 | 4.5:1 | #000000 | #B9927E | Pass |
| a Giving | 11.58:1 | 4.5:1 | #000000 | #E0B8A7 | Pass |
| a Apply Now | 1.90:1 | 4.5:1 | #000000 | #4C3826 | Fail |
| a About | 3.29:1 | 4.5:1 | #000000 | #775941 | Fail |
| a From the Head | 5.54:1 | 4.5:1 | #000000 | #9F7C64 | Pass |
| a Vision and Values | 8.18:1 | 4.5:1 | #000000 | #BC9B87 | Pass |
| a Our History | 6.82:1 | 4.5:1 | #000000 | #B18B76 | 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.
CLighthouse Accessibility AuditsActionScore 77/100 — 7 failing, 23 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
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
VENUS, 12TH GRADE
SEE DETAILS ul.content-box-list > div.slick-list > div.slick-track > li.has-thumbnail |
HEATHER SMITH '25
SEE DETAILS ul.content-box-list > div.slick-list > div.slick-track > li.has-thumbnail |
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#primary-nav-wrap > div.quick-links > form#nav-search > button.submit div#primary-nav-wrap > div.quick-links > form#nav-search > button.submit |
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.footer-policy-and-copyright-links > div.powered-by-ss > a > img div.footer-policy-and-copyright-links > div.powered-by-ss > a > img |
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#header-wrap > div.lower-header > div.wrapper > a#nav-toggle div#header-wrap > div.lower-header > div.wrapper > a#nav-toggle |
div.inline-gallery-wrap > div.embedded-gallery-wrap > div.static-page-inline-gallery > a.prev-arrow div.inline-gallery-wrap > div.embedded-gallery-wrap > div.static-page-inline-gallery > a.prev-arrow |
div.inline-gallery-wrap > div.embedded-gallery-wrap > div.static-page-inline-gallery > a.next-arrow div.inline-gallery-wrap > div.embedded-gallery-wrap > div.static-page-inline-gallery > a.next-arrow |
Slide #1 Anchor Link div.embedded-gallery-nav-wrapper > ul.embedded-gallery-nav > li.activeSlide > a |
Slide #2 Anchor Link div.embedded-gallery-nav-wrapper > ul.embedded-gallery-nav > li > a |
div.footer-wrapper > div.footer-policy-and-copyright-links > div.powered-by-ss > a div.footer-wrapper > div.footer-policy-and-copyright-links > div.powered-by-ss > 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.
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 |
|---|
VENUS, 12TH GRADE
SEE DETAILS
GILLY, 10TH GRADE
SEE DETAILS
VENUS, 12TH GRADE
S… div.ss-section-wrap > div.ss-section-wrap-inner > div.ss-content-block > ul.content-box-list |
HEATHER SMITH '25
SEE DETAILS
SIENNA NORDSTROM '25
SEE DETAILS
HEATHER SMITH '2… div.ss-section-wrap > div.ss-section-wrap-inner > div.ss-content-block > ul.content-box-list |
APR20Varsity Tennis (w/ SHA) - ILH Clay Benham Postseason Tournament
APR21Varsi… div.ss-section-wrap > div.ss-section-wrap-inner > div.ss-content-block > ul.content-box-list |
Previous
La Pietra Presents Third Annual Halloween Spooktacular on Oct. 25
SEE … div.ss-section-wrap > div.ss-section-wrap-inner > div.ss-content-block > ul.content-box-list |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Slide #1 Anchor Link div.embedded-gallery-nav-wrapper > ul.embedded-gallery-nav > li.activeSlide > a |
Slide #2 Anchor Link div.embedded-gallery-nav-wrapper > ul.embedded-gallery-nav > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
AHeading Hierarchy11 headingsPASS
- H1 Homepage
- H1 Accepting Applications duplicate H1
- H2 Join us for the 2026-2027 School Year!
- H2 Learn More
- H1 2025 Top Workplaces duplicate H1
- H2 Named in the Star-Advertiser
- H2 See Open Positions
- H3 Why All Girls?
- H3 Meet
- H3 Calendar
- H3 The latest
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+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #text-input-1 | text | none |