Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction4 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
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
FHeading HierarchyAction12 headings, 4 skip(s)FIX
- H2 Get involved
- H2 Find a service
- H2 Documentation
- H2 About us
- H5 2026 April 13 skipped
- H3 Strengthening community connections in São Paulo
- H5 2026 April 01 skipped
- H3 Reflections from Bangkok
- H5 2026 March 31 skipped
- H3 Voices from Crossref Metadata Sprint in São Paulo
- H5 2026 March 30 skipped
- H3 DOI resolution and deposit outage on 17 March 2026
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
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
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
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
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
F404 Error PageActionHTTP 404, bare pageFIX
FFavicon & BrandingAction2 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
BAlt Text Quality2 of 8 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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #howcanwehelp | input | (How can we help you?) | placeholder only |
| #metadatasearchbox | textxx | (title, author, DOI, etc) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input id="howcanwehelp">; <input type="textxx" name="q" id="metadatasearchbox">
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
CLink & Button QualityAction8 issue(s) across 103 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://bsky.app/profile/crossref.bsky.s… | (empty) | empty | Add link text or aria-label |
| https://mastodon.online/@crossref | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/crossre… | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/c/CrossrefVideos | (empty) | empty | Add link text or aria-label |
| https://zenodo.org/records/18941252 | available online | new tab | Add '(opens in new tab)' to text |
| https://crossref.zoom.us/webinar/registe… | register to join our Sprint Sh… | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/crossref.bsky.s… | (empty) | empty | Add link text or aria-label |
| https://mastodon.online/@crossref | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/crossre… | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/c/CrossrefVideos | (empty) | empty | Add link text or aria-label |
| https://status.crossref.org/ | Status page | new tab | Add '(opens in new tab)' to text |
| https://community.crossref.org/ | Community forum | new tab | Add '(opens in new tab)' to text |
| https://creativecommons.org/licenses/by/… | Creative Commons Attribution 4… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://bsky.app/profile/crossref.bsky.social; https://mastodon.online/@crossref; https://www.linkedin.com/company/crossref; https://www.youtube.com/c/CrossrefVideos; https://bsky.app/profile/crossref.bsky.social; https://mastodon.online/@crossref; https://www.linkedin.com/company/crossref; https://www.youtube.com/c/CrossrefVideos
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://zenodo.org/records/18941252; https://crossref.zoom.us/webinar/register/WN_V8OxcNeMRQ-CSLZXUlgWYQ; https://status.crossref.org/; https://community.crossref.org/; https://creativecommons.org/licenses/by/4.0/
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, 4 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 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 Get involved | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Find a service | 13.46:1 | 3.0:1 | #000000 | #FFC72C | Pass |
| h2 Documentation | 13.46:1 | 3.0:1 | #000000 | #FFC72C | Pass |
| h2 About us | 13.46:1 | 3.0:1 | #000000 | #FFC72C | Pass |
| title You are Crossref - C… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p By using our website… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Privacy Policy | 17.56:1 | 4.5:1 | #000000 | #DDEEF0 | Pass |
| li Menu | 12.30:1 | 4.5:1 | #000000 | #A2CED2 | Pass |
| span Home | 3.88:1 | 4.5:1 | #000000 | #407275 | Fail |
| span Home | 2.26:1 | 4.5:1 | #000000 | #044F58 | Fail |
| span Join | 1.82:1 | 4.5:1 | #000000 | #123F43 | Fail |
| span Members | 4.54:1 | 4.5:1 | #000000 | #76756E | Pass |
| span Documentation | 5.67:1 | 4.5:1 | #000000 | #938271 | Pass |
| span Forum | 3.21:1 | 4.5:1 | #000000 | #595F59 | Fail |
| span Blog | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Contact | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Overview | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Become a member | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Events | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Initiatives | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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 76/100 — 7 failing, 20 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.
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 |
|---|
OK body > div#cookie-bar > p > a.cb-enable |
You are Crossref div.container > div.row > div.home-slot > span.strap |
These are opportunities to improve the legibility of your content.
Names and labels
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.container > div.row > div.col-md-10 > img.footer-svg div.container > div.row > div.col-md-10 > img.footer-svg |
div.container > div.row > div.col-md-10 > img.footer-svg div.container > div.row > div.col-md-10 > img.footer-svg |
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 |
|---|
body > div#nav2019 > div.social-icons > a |
body > div#nav2019 > div.social-icons > a |
body > div#nav2019 > div.social-icons > a |
body > div#nav2019 > div.social-icons > a body > div#nav2019 > div.social-icons > 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 |
|---|
Overview
Become a member
Events
Initiatives
Service providers
Special programs
… div.nav-outer-flex > div.nav-flex > div.nav-col > ul#get-involved-child |
Overview
Content Registration
Grant Linking System (GLS)
Metadata Retrieval
Ope… div.nav-outer-flex > div.nav-flex > div.nav-col > ul#get-involved-child |
Overview
Setting up as a member
The research nexus
Metadata principles and prac… div.nav-outer-flex > div.nav-flex > div.nav-col > ul#get-involved-child |
Overview
Operations & sustainability
Board & governance
Strategic agenda and ro… div.nav-outer-flex > div.nav-flex > div.nav-col > ul#get-involved-child |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div#tabs-sitesearch > span.algolia-autocomplete > input#howcanwehelp div > div#tabs-sitesearch > span.algolia-autocomplete > input#howcanwehelp |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Join the community div.container > div.row > div.home-slot > a |
Get email updates div.container > div.row > div.home-slot > a |
Become a member div.container > div.row > div.home-slot > a |
Blog div.container > div.row > div.home-slot > a |
Fees div.container > div.row > div.home-slot > a |
Sponsors div.container > div.row > div.home-slot > a |
Status page div.container > div.row > div.home-slot > a |
Documentation div.container > div.row > div.home-slot > a |
Community forum div.container > div.row > div.home-slot > a |
API Learning Hub div.container > div.row > div.home-slot > a |
Jobs div.container > div.row > div.home-slot > a |
Operations and sustainability div.container > div.row > div.home-slot > a |
Governance div.container > div.row > div.home-slot > a |
Contact div.container > div.row > div.home-slot > 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.fa-events-icons-ready html.fa-events-icons-ready |
These items highlight common accessibility best practices.