Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction5 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
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
CLink & Button QualityAction81 links, 4 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://submit.ncbi.nlm.nih.gov/ | Submit … | img no alt | Add alt attribute to the image |
| home/download/ | Download … | img no alt | Add alt attribute to the image |
| home/learn/ | Learn … | img no alt | Add alt attribute to the image |
| home/develop/ | Develop … | img no alt | Add alt attribute to the image |
| home/analyze/ | Analyze … | img no alt | Add alt attribute to the image |
| /research/ | Research … | img no alt | Add alt attribute to the image |
| https://twitter.com/NLM_NIH | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/nationallibrary… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/NLMNIH | Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.google.com/maps/place/8600+R… | 8600 Rockville Pike Bet… | new tab | Add '(opens in new tab)' to text |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a#home_submit; a#home_download; a#home_learn; a#home_develop; a#home_analyze; a#home_research
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://twitter.com/NLM_NIH; https://www.facebook.com/nationallibraryofmedicine; https://www.youtube.com/user/NLMNIH; https://www.google.com/maps/place/8600+Rockville+Pike,+Bethesda,+MD+20894/@38…
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
C404 Error PageActionHTTP 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.
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 |
|---|---|---|---|---|---|
| h1 Welcome to NCBI | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 National Center for … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Submit | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Download | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Learn | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Develop | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Analyze | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Research | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Popular Resources | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 NCBI News & Blog | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title National Center for … | 18.59:1 | 4.5:1 | #000000 | #F1F1F1 | Pass |
| p An official website … | 18.59:1 | 4.5:1 | #000000 | #F1F1F1 | Pass |
| span Here's how you know | 2.73:1 | 4.5:1 | #000000 | #20558A | Fail |
| strong The .gov means it's … | 2.73:1 | 3.0:1 | #000000 | #20558A | Fail |
| p Federal government w… | 2.73:1 | 4.5:1 | #000000 | #20558A | Fail |
| strong The site is secure. | 11.18:1 | 3.0:1 | #000000 | #BDBDBD | Pass |
| p The | 16.83:1 | 4.5:1 | #000000 | #E6E6E6 | Pass |
| strong https:// | 17.94:1 | 3.0:1 | #000000 | #EDEDED | Pass |
| p ensures that you are… | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| a Log in | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
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.
AHeading Hierarchy12 headingsPASS
- H4 Account
- H1 NCBI
- H2 National Center for Biotechnology Information
- H1 Welcome to NCBI duplicate H1
- H2 Submit
- H2 Download
- H2 Learn
- H2 Develop
- H2 Analyze
- H2 Research
- H3 Popular Resources
- H3 NCBI News & Blog
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+Alt Text QualityAll 11 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #database | select | Search database | for/id |
| #term | text | Search term | for/id |
ALighthouse Accessibility AuditsScore 91/100 — 3 failing, 24 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.
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 |
|---|
20 Apr 2026 ul.rss_items > li#ui-ncbiexpander-2 > div.expanderWrapper > p.date |
Average Nucleotide Identity (ANI) analysis is a useful tool to verify taxonomic… ul.rss_items > li#ui-ncbiexpander-2 > div.expanderWrapper > p.desc |
15 Apr 2026 ul.rss_items > li#ui-ncbiexpander-3 > div.expanderWrapper > p.date |
If you use NCBI’s MedGen then you probably know it is your one-stop-shop for ac… ul.rss_items > li#ui-ncbiexpander-3 > div.expanderWrapper > p.desc |
09 Apr 2026 ul.rss_items > li#ui-ncbiexpander-4 > div.expanderWrapper > p.date |
Download the updated bacterial and archaeal reference genome collection! We bui… ul.rss_items > li#ui-ncbiexpander-4 > div.expanderWrapper > p.desc |
These are opportunities to improve the legibility of your content.
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 |
|---|
Accessibility div.row > div.col-lg-3 > p > a.text-white |
Careers div.row > div.col-lg-3 > p > a.text-white |
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.