Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DFavicon & BrandingAction3 icon(s) detectedFIX
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
BHeading Hierarchy29 headingsREVIEW
- H5 About BC
- H4 Related Links
- H5 Admission
- H5 Apply
- H5 Visit
- H4 Related Links
- H5 Academics
- H4 Related Links
- H5 Campus Life
- H4 Related Links
- H5 Research
- H4 Related Links
- H5 Jesuit, Catholic
- H4 Related Links
- H4 Resources
- H2 Most popular majors
- H2 BC News | The News Site of Boston College
- H3 Class of 2030 is most competitive in BC history
- H3 Woods College charts a course toward its second century
- H3 BC Chorale performs at Papal Altar
- H3 BC symposium focuses on human-centered AI
- H3 AI ethics in Catholic health
- H3 BC places 5th worldwide in theology, divinity & religious studies
- H2 Events
- H2 For Eagles, By Eagles
- H2 Campus Visits
- H2 Now Playing
- H2 BC Common Data Set
- H2 Connect With Us
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
CLink & Button QualityAction4 issue(s) across 176 links and 4 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /content/bc-web/resources/related-links-… | (empty) | empty | Add link text or aria-label |
| /content/bc/offices/careers.html | (empty) | empty | Add link text or aria-label |
| /content/bc/offices/gsc.html | (empty) | empty | Add link text or aria-label |
| /content/bc-web/admission/visit.html | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Visit.Html | |||
Links without text are announced as raw URLs by screen readers.
/content/bc-web/resources/related-links-for-mega-menu/institutional-diversity…; /content/bc/offices/careers.html; /content/bc/offices/gsc.html
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.
/content/bc-web/admission/visit.html ("Learn 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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
3 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 |
|---|---|---|---|---|---|
| h2 Events | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 For Eagles, By Eagle… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Campus Visits | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Now Playing | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 BC Common Data Set | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Connect With Us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Class of 2030 is mos… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Woods College charts… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 BC Chorale performs … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 BC symposium focuses… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 AI ethics in Catholi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 BC places 5th worldw… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Home - Boston Colleg… | 2.16:1 | 4.5:1 | #000000 | #8A100B | Fail |
| a Skip to main navigat… | 3.58:1 | 4.5:1 | #000000 | #8C5A09 | Fail |
| a Skip to main content | 4.33:1 | 4.5:1 | #000000 | #727623 | Fail |
| a Apply | 12.44:1 | 4.5:1 | #000000 | #C6C9B7 | Pass |
| a Visit | 7.56:1 | 4.5:1 | #000000 | #9D9B95 | Pass |
| a Give | 5.99:1 | 4.5:1 | #000000 | #8E8B5B | Pass |
| div Information For | 2.14:1 | 4.5:1 | #000000 | #424538 | Fail |
| a Students | 17.51:1 | 4.5:1 | #000000 | #F1EAD9 | 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.
ALandmark Structure7 landmarksPASS
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
A+Alt Text QualityAll 14 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #q | text | Find pages or people | for/id |
ALighthouse Accessibility AuditsScore 90/100 — 3 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.
ARIA
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Most popular majors section.jumbotron > div.campaign > div#homeCarousel > div#carousel-slides |
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 |
|---|
nav.nav > ul.nav > li.search > button.icon-search nav.nav > ul.nav > li.search > button.icon-search |
nav.nav > ul.nav > li.menu > button.icon-menu nav.nav > ul.nav > li.menu > button.icon-menu |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Gasson Hall at sunset.
div.bgImage > div.text-over > div.content > p |
These are opportunities to improve the legibility of your content.