Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction6 issue(s) across 93 links and 5 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://members.nutrition.org | Member Portal | new tab | Add '(opens in new tab)' to text |
| https://jobs.nutrition.org/ | ASN Career Center | new tab | Add '(opens in new tab)' to text |
| https://nutrition.org/meeting/ | Read Article | img no alt | Add alt attribute to the image |
| https://nutrition.org/our-members/ | Apply for Membership | new tab | Add '(opens in new tab)' to text |
| https://nutrition.org/publications/ | View Our Publications | new tab | Add '(opens in new tab)' to text |
| https://nutrition.org/public-affairs/get… | Get Involved Today | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/privacy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/terms | Terms of Service | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/america… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/AmerSocNutr/ | (empty) | empty | Add link text or aria-label |
| https://twitter.com/nutritionorg | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/americansociet… | (empty) | empty | Add link text or aria-label |
| mailto:info@nutrition.org | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.linkedin.com/company/american-society-for-nutrition; https://www.facebook.com/AmerSocNutr/; https://twitter.com/nutritionorg; https://www.instagram.com/americansocietyfornutrition/; mailto:info@nutrition.org; a#wt-cli-privacy-readmore
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://nutrition.org/meeting/"]
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://members.nutrition.org; https://jobs.nutrition.org/; https://nutrition.org/our-members/; https://nutrition.org/publications/; https://nutrition.org/public-affairs/get-involved/; https://policies.google.com/privacy; https://policies.google.com/terms
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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction4 landmarksREVIEW
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
BHeading Hierarchy29 headings, 1 skip(s)REVIEW
- H1 (empty)
- H3 ASN Announces Program for NUTRITION 2026 in Washington, DC skipped
- H3 Special Call for Nominations: Spring 2026 ASN Foundation Awards and Scholarships
- H2 Subscribe to Our Newsletter
- H2 Latest Articles
- H3 Artificial Intelligence and Machine Learning Resource Guide: New from an ASN-Academy Joint Task Force
- H3 Food and Drug Administration Expert Panel on Infant Formula “Operation Stork Speed”
- H3 New Research Identifies a Hormone That Might Help Predict Weight Changes After Menopause
- H3 New ICD-11 Code for Adult Undernutrition: Important Advice for Clinicians
- H2 News from the American Society for Nutrition
- H3 ASN Announces Program for NUTRITION 2026 in Washington, DC
- H3 Special Call for Nominations: Spring 2026 ASN Foundation Awards and Scholarships
- H3 Press passes available for NUTRITION 2026 to be held July 25–28
- H3 American Society for Nutrition Foundation (ASNF) Announces Appointment of Three New Members to its Board of Trustees
- H3 American Society for Nutrition Calls for Strong Science in National Nutrition Guidance
- H3 Share your scientific expertise with like minds through ASN
- H3 ASN Journals - At the Forefront of Nutrition Research
- H2 Research from ASN Journals
- H3 ASN’s Top Nutrition Research of 2024
- H3 Water insecurity: A barrier to healthy eating
- H3 A whey to mitigate muscle loss
- H3 Iron-fortified infant cereal may help reduce dietary iron inadequacy during later stages of infancy
- H2 Popular Articles
- H3 Vitamin B-12 and folic acid supplements are associated with long term metabolic benefits in children
- H3 15 Trending Nutrition Research Articles from 2021
- H3 Eating Disorders Are on the Rise
- H3 ASN offers Immersive Learning Experience, Collaboration and Networking.
- H3 Subscribe to Our Newsletter
- H4 Privacy Overview
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
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
CForm AccessibilityAction6 of 17 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| s | search | Search for: | none |
| #input_1_1 | Enter email address | for/id | |
| ak_hp_textarea | textarea | Δ | none |
| #input_2_1 | Enter email address | for/id | |
| ak_hp_textarea | textarea | Δ | none |
| #wt-cli-checkbox-necessary | checkbox | Necessary | aria-label |
| #wt-cli-checkbox-functional | checkbox | functional | aria-label |
| #wt-cli-checkbox-performance | checkbox | performance | aria-label |
| #wt-cli-checkbox-analytics | checkbox | analytics | aria-label |
| #wt-cli-checkbox-advertisement | checkbox | advertisement | aria-label |
| #wt-cli-checkbox-others | checkbox | others | aria-label |
| #gform_submit_button_1 | submit | (none) | none |
| input | submit | (none) | none |
| #checkbox_toggle | checkbox | (none) | none |
| #g-recaptcha-response-1 | textarea | (none) | none |
| #gform_submit_button_2 | submit | (none) | none |
| #g-recaptcha-response | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" id="checkbox_toggle">; <input type="submit">; <textarea name="g-recaptcha-response" id="g-recaptcha-response">; <input type="submit" id="gform_submit_button_1">; <textarea name="g-recaptcha-response" id="g-recaptcha-response-1">; <input type="submit" id="gform_submit_button_2">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
BFavicon & Branding21 icon(s) detectedREVIEW
A+Alt Text QualityAll 21 images OKPASS
A404 Error PageHTTP 404, custom pagePASS
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 |
|---|---|---|---|---|---|
| h2 Subscribe to Our New… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Latest Articles | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 News from the Americ… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Research from ASN Jo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Popular Articles | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ASN Announces Progra… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Special Call for Nom… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Artificial Intellige… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Food and Drug Admini… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 New Research Identif… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 New ICD-11 Code for … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ASN Announces Progra… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Special Call for Nom… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Press passes availab… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 American Society for… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 American Society for… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Share your scientifi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ASN Journals - At th… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ASN’s Top Nutritio… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Water insecurity: A … | 21.00:1 | 3.0: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.
ALighthouse Accessibility AuditsScore 92/100 — 3 failing, 28 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 |
|---|
Apr 09, 2026 article.card > a > span.card__excerpt > div.date |
Apr 07, 2026 article.card > a > span.card__excerpt > div.date |
div#gform_wrapper_1 > form#gform_1 > div.gform-footer > input#gform_submit_button_1 div#gform_wrapper_1 > form#gform_1 > div.gform-footer > input#gform_submit_button_1 |
Apr 02, 2026 article.card > a > span.card__excerpt > div.date |
Artificial intelligence, or AI, is changing how nutrition professionals work, w… article.card > a > span.card__excerpt > p |
Mar 24, 2026 article.card > a > span.card__excerpt > div.date |
Special Issue from Advances in Nutrition The CDC estimates that 73% of U.S. inf… article.card > a > span.card__excerpt > p |
Mar 23, 2026 article.card > a > span.card__excerpt > div.date |
A new study published in ASN’s The Journal of Nutrition suggests that levels of… article.card > a > span.card__excerpt > p |
Feb 10, 2026 article.card > a > span.card__excerpt > div.date |
A new paper describing a new International Classification of Diseases (ICD)-11 … article.card > a > span.card__excerpt > p |
Apr 09, 2026 article.card > a > span.card__excerpt > div.date |
Apr 07, 2026 article.card > a > span.card__excerpt > div.date |
Apr 07, 2026 article.card > a > span.card__excerpt > div.date |
Jan 27, 2026 article.card > a > span.card__excerpt > div.date |
Jan 09, 2026 article.card > a > span.card__excerpt > div.date |
Apply for Membership div.row > div.research-news__right > div.block-sign-up > a |
View Our Publications div#content > div.block-blue-cta > div.wrapper > a.button |
Jan 16, 2025 article.card > a > span.card__excerpt > div.date |
Staying at the forefront of nutrition science means not only publishing cutting… article.card > a > span.card__excerpt > p |
Jan 09, 2024 article.card > a > span.card__excerpt > div.date |
Jan 02, 2024 article.card > a > span.card__excerpt > div.date |
Dec 27, 2023 article.card > a > span.card__excerpt > div.date |
Sep 05, 2023 article.card > a > span.card__excerpt > div.date |
Jan 05, 2022 article.card > a > span.card__excerpt > div.date |
Feb 22, 2021 article.card > a > span.card__excerpt > div.date |
Get Involved Today div.row > div.card > div.block-sign-up > a |
div#gform_wrapper_2 > form#gform_2 > div.gform-footer > input#gform_submit_button_2 div#gform_wrapper_2 > form#gform_2 > div.gform-footer > input#gform_submit_button_2 |
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of … div.wrapper > div.container > div.footer-tos > p |
Privacy Policy div.container > div.footer-tos > p > a |
Terms of Service div.container > div.footer-tos > p > a |
American Society for Nutrition
2440 Research Boulevard, Suite 430
Rockville, MD… div.wrapper > div.container > div.footer-tos > p |
Telephone: 240-428-3650 div.wrapper > div.container > div.footer-tos > p |
© 2026 American Society for Nutrition. All Rights reserved. Privacy Policy footer.site-footer > div.wrapper > div.container > p |
Privacy Policy div.wrapper > div.container > p > a |
ACCEPT span#wt-cli-cookie-banner > div.cli-bar-container > div.cli-bar-btn_container > a#wt-cli-accept-btn |
These are opportunities to improve the legibility of your content.
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 |
|---|
ASN Announces Program for NUTRITION 2026 in Washington, DC article.card > a > span.card__excerpt > h3 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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.container > div.share-widget > div.sticky-top > a.social-icon div.container > div.share-widget > div.sticky-top > a.social-icon |
div.container > div.share-widget > div.sticky-top > a.social-icon div.container > div.share-widget > div.sticky-top > a.social-icon |
div.container > div.share-widget > div.sticky-top > a.social-icon div.container > div.share-widget > div.sticky-top > a.social-icon |
div.container > div.share-widget > div.sticky-top > a.social-icon div.container > div.share-widget > div.sticky-top > a.social-icon |
div.container > div.share-widget > div.sticky-top > a.social-icon div.container > div.share-widget > div.sticky-top > a.social-icon |
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.