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.
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
BAlt Text Quality2 of 16 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 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
CLink & Button QualityAction6 issue(s) across 22 links and 23 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.cengagegroup.com/news/perspe… | Learn more - opens in a new ta… | new tab | Add '(opens in new tab)' to text |
| https://cp.cengage.com/trial-request?amp… | Request a Trial - opens in a n… | new tab | Add '(opens in new tab)' to text |
| https://www.cengage.com/repfinder/gale/?… | Find Your Rep - opens in a new… | new tab | Add '(opens in new tab)' to text |
| https://link.gale.com/apps/ | Access Through Your Institutio… | new tab | Add '(opens in new tab)' to text |
| https://www.cengage.com/repfinder/gale/?… | Find a rep: SALES SUPPORT - op… | new tab | Add '(opens in new tab)' to text |
| /help | View orders and invoices: ORDE… | new tab | Add '(opens in new tab)' to text |
| https://support.gale.com/training/ | Find training resources: PRODU… | new tab | Add '(opens in new tab)' to text |
| /thorndike | Find Large Print Books - opens… | new tab | Add '(opens in new tab)' to text |
| /primary-sources/new-collections | Learn More: New Gale Primary S… | new tab | Add '(opens in new tab)' to text |
| https://www.cengagegroup.com/legal/terms… | Terms of use - opens in a new … | new tab | Add '(opens in new tab)' to text |
| https://www.cengagegroup.com/privacy/?am… | Privacy - opens in a new tab | new tab | Add '(opens in new tab)' to text |
| https://www.cengagegroup.com/?ampDeviceI… | Cengage Learning, Inc. - opens… | new tab | Add '(opens in new tab)' to text |
| https://www.cengagegroup.com/privacy/?am… | Privacy Policy, opens in a new… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://www.cengagegroup.com/news/perspectives/2026/cengage-next-chapter/?amp…; https://cp.cengage.com/trial-request?ampDeviceId=5c3f9daf-df98-41f5-9890-01b0…; https://www.cengage.com/repfinder/gale/?ampDeviceId=5c3f9daf-df98-41f5-9890-0…; https://link.gale.com/apps/; https://www.cengage.com/repfinder/gale/?ampDeviceId=5c3f9daf-df98-41f5-9890-0…; /help; https://support.gale.com/training/; /thorndike; /primary-sources/new-collections; https://www.cengagegroup.com/legal/terms-gale/?ampDeviceId=5c3f9daf-df98-41f5… (+4 more)
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.css-ojv4xy-BaseStyledButton-buttonStyles-buttonStyles (#214 on page); button.css-ojv4xy-BaseStyledButton-buttonStyles-buttonStyles (#218 on page); button (#596 on page); button (#605 on page); button (#619 on page); button (#633 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
BFavicon & Branding3 icon(s) detectedREVIEW
ALandmark Structure4 landmarksPASS
AHeading Hierarchy23 headings, 1 skip(s)PASS
- H1 JOIN A WORLD OF DISCOVERY
- H6 LET'S GET YOU STARTED ON THE RIGHT PATH skipped
- H3 ACADEMIC INSTITUTIONS
- H3 K-12
- H3 PUBLIC LIBRARIES
- H2 ARE YOU A STUDENT OR RESEARCHER?
- H2 GET THE HELP YOU NEED
- H3 SALES SUPPORT
- H3 ORDER SUPPORT
- H3 PRODUCT TRAINING
- H2 LARGE PRINT IS FOR EVERYONE
- H2 THE LATEST AT GALE
- H3 New Gale Primary Sources Collections
- H3 Professional Development Content for K-12 Educators
- H3 Lifelong Learning for Adults 55+
- H2 Use of Cookies
- H2 Privacy Preference Center
- H3 Manage Consent Preferences
- H4 Strictly Necessary Cookies
- H4 Performance/Analytics Cookies
- H4 Functional Cookies
- H4 Targeting Cookies
- H3 Cookie List
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
A+Form AccessibilityAll 8 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ot-group-id-C0002 | checkbox | Performance/Analytics Cookies | for/id |
| #ot-group-id-C0003 | checkbox | Functional Cookies | for/id |
| #ot-group-id-C0004 | checkbox | Targeting Cookies | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
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 JOIN A WORLD OF DISC… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 ARE YOU A STUDENT OR… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 GET THE HELP YOU NEE… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 LARGE PRINT IS FOR E… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 THE LATEST AT GALE | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Use of Cookies | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Privacy Preference C… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ACADEMIC INSTITUTION… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 K-12 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 PUBLIC LIBRARIES | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 SALES SUPPORT | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ORDER SUPPORT | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 PRODUCT TRAINING | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 New Gale Primary Sou… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Professional Develop… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Lifelong Learning fo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Manage Consent Prefe… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cookie List | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Gale: Historical Arc… | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| a Skip Navigation | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | 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.
ALighthouse Accessibility AuditsScore 93/100 — 2 failing, 27 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.
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.css-uowawd-StyledFlex-StyledFlex-StyledFlex > div.css-b1brjt-StyledFlex-StyledFlex-StyledFlex > div.css-fv181i-StyledFlex-StyledFlex-StyledFlex > button.css-ojv4xy-BaseStyledButton-buttonStyles-buttonStyles div.css-uowawd-StyledFlex-StyledFlex-StyledFlex > div.css-b1brjt-StyledFlex-StyledFlex-StyledFlex > div.css-fv181i-StyledFlex-StyledFlex-StyledFlex > button.css-ojv4xy-BaseStyledButton-buttonStyles-buttonStyles |
div > div.css-uowawd-StyledFlex-StyledFlex-StyledFlex > div.css-b1brjt-StyledFlex-StyledFlex-StyledFlex > button.css-ojv4xy-BaseStyledButton-buttonStyles-buttonStyles div > div.css-uowawd-StyledFlex-StyledFlex-StyledFlex > div.css-b1brjt-StyledFlex-StyledFlex-StyledFlex > button.css-ojv4xy-BaseStyledButton-buttonStyles-buttonStyles |
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.
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 |
|---|
LET'S GET YOU STARTED ON THE RIGHT PATH div.css-1dh1vpl-StyledFlex-StyledFlex > div.css-1pnkqs5 > div.css-17vdaig-StyledFlex-StyledFlex-StyledFlex > h6.css-1jxq2kf-TypographyComponent-colorStyles-baseHeadingStyles-headingLargeStyles-headingLargeStyles |
These are opportunities to improve keyboard navigation in your application.