Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction11 of 47 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 11 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FLink & Button QualityAction5 issue(s) across 224 links and 63 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.webmd.com/a-to-z-guides/heal… | View All | img no alt | Add alt attribute to the image |
| https://www.webmd.com/a-to-z-guides/heal… | View All Links | img no alt | Add alt attribute to the image |
| More | generic text | Replace with descriptive text | |
Before: More Suggested: Home page | |||
| https://www.webmd.com/healthy-aging/heal… | Watch Navigating Aging, Menopa… | img no alt | Add alt attribute to the image |
| https://www.webmd.com/healthy-aging/heal… | Watch Keeping an Eye on Fashio… | img no alt | Add alt attribute to the image |
| https://www.webmd.com/healthy-aging/heal… | Watch Tips to Stay Active as Y… | img no alt | Add alt attribute to the image |
| https://www.webmd.com/healthy-aging/heal… | Watch How to Spot Ageism (and … | img no alt | Add alt attribute to the image |
| https://www.webmd.com/healthy-aging/heal… | Watch Don’t Let Loneliness A… | img no alt | Add alt attribute to the image |
| https://www.youembody.com/?mmtrack=25882… | Introducing embodyHealthy Habi… | img no alt | Add alt attribute to the image |
| https://www.webmd.com/eye-health/macular… | Daily Life with Age-Related Ma… | img no alt | Add alt attribute to the image |
| https://www.webmd.com/prostate-cancer/to… | Breaking Barriers in Prostate … | img no alt | Add alt attribute to the image |
| https://www.webmd.com/about-webmd-polici… | Terms & Conditions | new tab | Add '(opens in new tab)' to text |
| https://www.webmd.com/about-webmd-polici… | Privacy Policy | 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://blogs.webmd.com/myasthenia-gravi… | (empty) | empty | Add link text or aria-label |
| https://blogs.webmd.com/sickle-cell-dise… | (empty) | empty | Add link text or aria-label |
| https://blogs.webmd.com/skin-care/202601… | (empty) | empty | Add link text or aria-label |
| https://blogs.webmd.com/digestive-health… | (empty) | empty | Add link text or aria-label |
| https://www.webmd.com/about-webmd-polici… | Terms & Conditions | new tab | Add '(opens in new tab)' to text |
| https://www.webmd.com/about-webmd-polici… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://privacy.truste.com/privacy-seal/… | TRUSTe | new tab | Add '(opens in new tab)' to text |
| https://www.internetbrands.com/ | Internet Brands | new tab | Add '(opens in new tab)' to text |
| https://www.webmd.com/about-webmd-polici… | See our cookies Notice, opens … | new tab | Add '(opens in new tab)' to text |
| https://www.webmd.com/about-webmd-polici… | More information about your pr… | 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 |
Links without text are announced as raw URLs by screen readers.
https://blogs.webmd.com/myasthenia-gravis/20260413/what-i-ask-my-employer-for…; https://blogs.webmd.com/sickle-cell-disease/20260410/come-with-me-to-my-first…; https://blogs.webmd.com/skin-care/20260126/skin-care-during-pregnancy-whats-s…; https://blogs.webmd.com/digestive-health/20260126/your-gut-health-colds-and-flu
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.
("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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.webmd.com/a-to-z-guides/health-topics"]; a[href="https://www.webmd.com/a-to-z-guides/health-topics"]; a[href="https://www.webmd.com/healthy-aging/health-irl/video/eye-on-healthy-aging"]; a[href="https://www.webmd.com/healthy-aging/health-irl/video/aging-fabulous"]; a[href="https://www.webmd.com/healthy-aging/health-irl/video/exercise-body-mind"]; a[href="https://www.webmd.com/healthy-aging/health-irl/video/defeat-inner-ageist"]; a[href="https://www.webmd.com/healthy-aging/health-irl/video/aging-combat-loneliness"]; a[href="https://www.youembody.com/?mmtrack=25882-55586-9-1-0-0-1"]; a[href="https://www.webmd.com/eye-health/macular-degeneration/toc-caring-amd?mmtrack=…"]; a[href="https://www.webmd.com/prostate-cancer/toc-prostate-cancer-breaking-barriers?m…"]
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://www.webmd.com/about-webmd-policies/about-terms-and-conditions-of-use; https://www.webmd.com/about-webmd-policies/about-privacy-policy; https://policies.google.com/privacy; https://policies.google.com/terms; https://www.webmd.com/about-webmd-policies/about-terms-and-conditions-of-use; https://www.webmd.com/about-webmd-policies/about-privacy-policy; https://privacy.truste.com/privacy-seal/validation?rid=07326333-3522-463d-81b…; https://www.internetbrands.com/; https://www.webmd.com/about-webmd-policies/cookie-policy; https://www.webmd.com/about-webmd-policies/cookie-policy (+1 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
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 Hierarchy136 headingsREVIEW
- H2 Today's Top Stories
- H3 Early Warning Signs of Diabetes
- H3 How to Boost Your Immune System
- H3 Why Strawberries Are Good for You
- H3 Key Things to Know Before a Tummy Tuck
- H2 Living Healthy
- H3 Mental Health
- H3 Diet & Weight Management
- H3 Healthy Aging
- H3 Sex & Relationships
- H3 Fitness & Exercise
- H2 Conditions
- H3 Breast Cancer
- H3 Rheumatoid Arthritis
- H3 Depression
- H3 Eczema
- H3 Women’s Health
- H3 Diabetes
- H3 Eye Health
- H3 Sleep Disorders
- H2 Drug Updates & Approvals
- H3 A New Once-Daily Pill for Weight Loss
- H3 Serious Liver Injury Risks From Vasculitis Drug
- H3 The First Once-Weekly Basal Insulin for Type 2 Diabetes
- H3 Nationwide Recall Issued for Children's Ibuprofen
- H3 Navigating Aging, Menopause, and Eye Health
- H3 Keeping an Eye on Fashion and Vision Health
- H3 Tips to Stay Active as You Age
- H3 How to Spot Ageism (and What to Do About It)
- H3 Don’t Let Loneliness Age You Faster
- H2 Special Section
- H3 Healthy Habits Built for Every Body
- H3 Practical Guidance for Living With AMD
- H3 Prostate Cancer and Health Equity
- H2 Trending Topics
- H3 Adult Vaccines
- H3 Back Pain
- H3 Chronic Pain
- H3 Digestive Problems
- H3 Hemorrhoids
- H3 Hypertension
- H3 Nutrition and Healthy Eating
- H3 Skin Problems and Treatments
- H3 Uterine Cervical Cancer
- H3 Vitamins and Supplements
- H2 Free WebMD Newsletters
- H3 Doctor-approved health and wellness information delivered to your inbox.
- H2 Patient and Expert Contributors
- H2 Tools, Trackers & Calculators
- H3 BMI Calculator
- H3 Ovulation Calculator
- H3 Cold and Flu Map
- H3 Pill Identifier
- H3 Drugs Interaction Checker
- H3 Cat Health Tool
- H3 Dog Health Tool
- H3 Due Date Calculator
- H3 Fitness Calorie Counter
- H3 Food Calorie Counter
- H3 Visual Pregnancy Timeline
- H2 Health A - Z
- H3 ADD/ADHD - Childhood
- H3 ADHD
- H3 Allergies
- H3 Alzheimer's
- H3 Ankylosing Spondylitis
- H3 Anxiety Disorders
- H3 Arthritis
- H3 Asthma
- H3 Back Pain
- H3 Cancer
- H3 Children's Vaccines
- H3 Cholesterol
- H3 Cold, Flu, & Cough
- H3 COPD
- H3 Coronavirus
- H3 Depression
- H3 Diabetes
- H3 Digestive Disorders
- H3 Eye Health
- H3 Health & Balance
- H3 Heart Health
- H3 Heartburn/GERD
- H3 Hypertension
- H3 Lung Cancer
- H3 Mental Health
- H3 Migraines
- H3 Multiple Myeloma
- H3 Multiple Sclerosis
- H3 Oral Care
- H3 Orthopedics
- H3 Osteoporosis
- H3 Ovarian Cancer
- H3 Prostate Cancer
- H3 Psoriasis
- H3 Rheumatoid Arthritis
- H3 Schizophrenia
- H3 Sexual Conditions
- H3 Skin Problems
- H3 Sleep Disorders
- H3 Our Content Is Different Because We Set the Bar Higher
- H3 Sign up for our free Good Health Newsletter
- H4 Get wellness tips to help you live happier and healthier
- H2 Thanks for subscribing!
- H3 (empty)
- H3 Follow WebMD on Social Media
- H3 Download WebMD App
- H2 Your Choice on Cookies
- H3 We and our partners process data to provide:
- H2 About Your Privacy
- H3 Manage Consent Preferences
- H4 Strictly Necessary Cookies
- H4 Targeting Cookies
- H4 Performance Cookies
- H4 Functional Cookies
- H4 Store and/or access information on a device 56 partners can use this purpose
- H4 Personalised advertising and content, advertising and content measurement, audience research and services development 60 partners can use this purpose
- H5 Use limited data to select advertising 50 partners can use this purpose
- H5 Create profiles for personalised advertising 44 partners can use this purpose
- H5 Use profiles to select personalised advertising 45 partners can use this purpose
- H5 Create profiles to personalise content 14 partners can use this purpose
- H5 Use profiles to select personalised content 11 partners can use this purpose
- H5 Measure advertising performance 54 partners can use this purpose
- H5 Measure content performance 16 partners can use this purpose
- H5 Understand audiences through statistics or combinations of data from different sources 36 partners can use this purpose
- H5 Develop and improve services 52 partners can use this purpose
- H5 Use limited data to select content 9 partners can use this purpose
- H4 Use precise geolocation data 13 partners can use this special feature
- H4 Actively scan device characteristics for identification 5 partners can use this special feature
- H4 Ensure security, prevent and detect fraud, and fix errors 50 partners can use this special purpose
- H4 Deliver and present advertising and content 46 partners can use this special purpose
- H4 Match and combine data from other data sources 44 partners can use this feature
- H4 Link different devices 39 partners can use this feature
- H4 Identify devices based on information transmitted automatically 41 partners can use this feature
- H4 Save and communicate privacy choices 47 partners can use this special purpose
- H3 Cookie List
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
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
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CLighthouse Accessibility AuditsActionScore 78/100 — 6 failing, 27 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.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Conditions div#vn-links > ul.vn-links-list > li > a#vn-link-hdr-site-1 |
Drugs & Supplements div#vn-links > ul.vn-links-list > li > a#vn-link-hdr-site-2 |
Well-Being div#vn-links > ul.vn-links-list > li > a#vn-link-hdr-site-3 |
More div#vn-links > ul.vn-links-list > li > a#vn-link-hdr-site-6 |
div.inp-cont > div.checkbox-container > label.webmd-checkbox > span.webmd-checkbox__input div.inp-cont > div.checkbox-container > label.webmd-checkbox > span.webmd-checkbox__input |
div.inp-cont > div.checkbox-container > label.webmd-checkbox > span.webmd-checkbox__input div.inp-cont > div.checkbox-container > label.webmd-checkbox > span.webmd-checkbox__input |
div.inp-cont > div.checkbox-container > label.webmd-checkbox > span.webmd-checkbox__input div.inp-cont > div.checkbox-container > label.webmd-checkbox > span.webmd-checkbox__input |
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
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 |
|---|
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img |
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img |
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img |
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img |
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img |
li > a > div.img-container > img li > a > div.img-container > img |
li > a > div.img-container > img li > a > div.img-container > img |
li > a > div.img-container > img li > a > div.img-container > img |
div.hp-nl-main > div.hp-nl-container > div.container-2 > img div.hp-nl-main > div.hp-nl-container > div.container-2 > img |
div.module-container > div.module-list > div.image-container > img div.module-container > div.module-list > div.image-container > img |
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.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link |
div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link |
div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link |
div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link |
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 |
|---|
Early Warning Signs Of Diabetes
Diabetes affects millions and often goes undia… section#hp-topstory > div.module-content > div.module-container > ul.list-container-2 |
Mental Health
Diet & Weight Management
Healthy Aging
Sex & Relationships
Fitnes… section#hp-lvnghlthy > div.module-content > div.module-container > ul.list-container-2 |
Breast Cancer
Rheumatoid Arthritis
Depression
Eczema
Women’s Health
Diabetes
Ey… section#hp-conditions > div.module-content > div.module-container > ul.list-container-2 |
A New Once-Daily Pill For Weight Loss
This daily GLP-1 tablet offers an effect… section#hp-news > div.module-content > div.module-container > ul.list-container-2 |
Navigating Aging, Menopause, and Eye Health section#hp-exphealth > div.module-content > div.module-container > ul.list-container-1 |
Keeping an Eye on Fashion and Vision Health
Tips to Stay Active as You Age
How … section#hp-exphealth > div.module-content > div.module-container > ul.list-container-2 |
Adult Vaccines
Back Pain
Chronic Pain
Digestive Problems
Hemorrhoids
Hypertensi… section#hp-hlthtopics > div.module-content > div.module-container > ul.list-container-2 |
BMI Calculator
Ovulation Calculator
Cold And Flu Map
Pill Identifier
Drugs Inte… section#hp-lvnghlthtool > div.module-content > div.module-container > ul.list-container-2 |
ADD/ADHD - Childhood
ADHD
Allergies
Alzheimer's
Ankylosing Spondylitis
Anxiety … section#hc-hp > div.module-content > div.module-container > ul.list-container-2 |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Early Warning Signs Of Diabetes
Diabetes affects millions and often goes undia… div.module-container > ul.list-container-2 > div.module-list > li |
How to Boost Your Immune System div.module-container > ul.list-container-2 > div.module-list > li |
Why Strawberries Are Good for You div.module-container > ul.list-container-2 > div.module-list > li |
Key Things to Know Before a Tummy Tuck div.module-container > ul.list-container-2 > div.module-list > li |
Mental Health div.module-container > ul.list-container-2 > div.module-list > li |
Diet & Weight Management div.module-container > ul.list-container-2 > div.module-list > li |
Healthy Aging div.module-container > ul.list-container-2 > div.module-list > li |
Sex & Relationships div.module-container > ul.list-container-2 > div.module-list > li |
Fitness & Exercise div.module-container > ul.list-container-2 > div.module-list > li |
Breast Cancer div.module-container > ul.list-container-2 > div.module-list > li |
Rheumatoid Arthritis div.module-container > ul.list-container-2 > div.module-list > li |
Depression div.module-container > ul.list-container-2 > div.module-list > li |
Eczema div.module-container > ul.list-container-2 > div.module-list > li |
Women’s Health div.module-container > ul.list-container-2 > div.module-list > li |
Diabetes div.module-container > ul.list-container-2 > div.module-list > li |
Eye Health div.module-container > ul.list-container-2 > div.module-list > li |
Sleep Disorders div.module-container > ul.list-container-2 > div.module-list > li |
A New Once-Daily Pill For Weight Loss
This daily GLP-1 tablet offers an effect… div.module-container > ul.list-container-2 > div.module-list > li |
Serious Liver Injury Risks From Vasculitis Drug div.module-container > ul.list-container-2 > div.module-list > li |
The First Once-Weekly Basal Insulin for Type 2 Diabetes div.module-container > ul.list-container-2 > div.module-list > li |
Nationwide Recall Issued for Children's Ibuprofen div.module-container > ul.list-container-2 > div.module-list > li |
Navigating Aging, Menopause, and Eye Health div.module-container > ul.list-container-1 > div.module-list > li |
Keeping an Eye on Fashion and Vision Health div.module-container > ul.list-container-2 > div.module-list > li |
Tips to Stay Active as You Age div.module-container > ul.list-container-2 > div.module-list > li |
How to Spot Ageism (and What to Do About It) div.module-container > ul.list-container-2 > div.module-list > li |
Don’t Let Loneliness Age You Faster div.module-container > ul.list-container-2 > div.module-list > li |
Adult Vaccines div.module-container > ul.list-container-2 > div.module-list > li |
Back Pain div.module-container > ul.list-container-2 > div.module-list > li |
Chronic Pain div.module-container > ul.list-container-2 > div.module-list > li |
Digestive Problems div.module-container > ul.list-container-2 > div.module-list > li |
Hemorrhoids div.module-container > ul.list-container-2 > div.module-list > li |
Hypertension div.module-container > ul.list-container-2 > div.module-list > li |
Nutrition And Healthy Eating div.module-container > ul.list-container-2 > div.module-list > li |
Skin Problems And Treatments div.module-container > ul.list-container-2 > div.module-list > li |
Uterine Cervical Cancer div.module-container > ul.list-container-2 > div.module-list > li |
Vitamins And Supplements div.module-container > ul.list-container-2 > div.module-list > li |
BMI Calculator div.module-container > ul.list-container-2 > div.module-list > li |
Ovulation Calculator div.module-container > ul.list-container-2 > div.module-list > li |
Cold And Flu Map div.module-container > ul.list-container-2 > div.module-list > li |
Pill Identifier div.module-container > ul.list-container-2 > div.module-list > li |
Drugs Interaction Checker div.module-container > ul.list-container-2 > div.module-list > li |
Cat Health Tool div.module-container > ul.list-container-2 > div.module-list > li |
Dog Health Tool div.module-container > ul.list-container-2 > div.module-list > li |
Due Date Calculator div.module-container > ul.list-container-2 > div.module-list > li |
Fitness Calorie Counter div.module-container > ul.list-container-2 > div.module-list > li |
Food Calorie Counter div.module-container > ul.list-container-2 > div.module-list > li |
Visual Pregnancy Timeline div.module-container > ul.list-container-2 > div.module-list > li |
ADD/ADHD - Childhood div.module-container > ul.list-container-2 > div.module-list > li |
ADHD div.module-container > ul.list-container-2 > div.module-list > li |
Allergies div.module-container > ul.list-container-2 > div.module-list > li |
Alzheimer's div.module-container > ul.list-container-2 > div.module-list > li |
Ankylosing Spondylitis div.module-container > ul.list-container-2 > div.module-list > li |
Anxiety Disorders div.module-container > ul.list-container-2 > div.module-list > li |
Arthritis div.module-container > ul.list-container-2 > div.module-list > li |
Asthma div.module-container > ul.list-container-2 > div.module-list > li |
Back Pain div.module-container > ul.list-container-2 > div.module-list > li |
Cancer div.module-container > ul.list-container-2 > div.module-list > li |
Children's Vaccines div.module-container > ul.list-container-2 > div.module-list > li |
Cholesterol div.module-container > ul.list-container-2 > div.module-list > li |
Cold, Flu, & Cough div.module-container > ul.list-container-2 > div.module-list > li |
COPD div.module-container > ul.list-container-2 > div.module-list > li |
Coronavirus div.module-container > ul.list-container-2 > div.module-list > li |
Depression div.module-container > ul.list-container-2 > div.module-list > li |
Diabetes div.module-container > ul.list-container-2 > div.module-list > li |
Digestive Disorders div.module-container > ul.list-container-2 > div.module-list > li |
Eye Health div.module-container > ul.list-container-2 > div.module-list > li |
Health & Balance div.module-container > ul.list-container-2 > div.module-list > li |
Heart Health div.module-container > ul.list-container-2 > div.module-list > li |
Heartburn/GERD div.module-container > ul.list-container-2 > div.module-list > li |
Hypertension div.module-container > ul.list-container-2 > div.module-list > li |
Lung Cancer div.module-container > ul.list-container-2 > div.module-list > li |
Mental Health div.module-container > ul.list-container-2 > div.module-list > li |
Migraines div.module-container > ul.list-container-2 > div.module-list > li |
Multiple Myeloma div.module-container > ul.list-container-2 > div.module-list > li |
Multiple Sclerosis div.module-container > ul.list-container-2 > div.module-list > li |
Oral Care div.module-container > ul.list-container-2 > div.module-list > li |
Orthopedics div.module-container > ul.list-container-2 > div.module-list > li |
Osteoporosis div.module-container > ul.list-container-2 > div.module-list > li |
Ovarian Cancer div.module-container > ul.list-container-2 > div.module-list > li |
Prostate Cancer div.module-container > ul.list-container-2 > div.module-list > li |
Psoriasis div.module-container > ul.list-container-2 > div.module-list > li |
Rheumatoid Arthritis div.module-container > ul.list-container-2 > div.module-list > li |
Schizophrenia div.module-container > ul.list-container-2 > div.module-list > li |
Sexual Conditions div.module-container > ul.list-container-2 > div.module-list > li |
Skin Problems div.module-container > ul.list-container-2 > div.module-list > li |
Sleep Disorders div.module-container > ul.list-container-2 > div.module-list > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link |
These items highlight common accessibility best practices.
A+Landmark Structure23 landmarksPASS
AForm Accessibility1 of 29 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| query | text | Enter search terms | aria-label |
| input | checkbox | none | |
| input | checkbox | none | |
| input | checkbox | none | |
| input | text | Enter search terms | aria-label |
| input | text | Enter search terms | aria-label |
| #ot-group-id-C0004 | checkbox | Targeting Cookies | for/id |
| #ot-group-id-C0002 | checkbox | Performance Cookies | for/id |
| #ot-group-id-C0003 | checkbox | Functional Cookies | for/id |
| #ot-group-id-IAB2V2_1 | checkbox | Store and/or access information on a device | for/id |
| #ot-group-id-V2STACK42 | checkbox | Personalised advertising and content, advertising and content measurement, audience research and services development | for/id |
| #ot-sub-group-id-IAB2V2_2 | checkbox | Use limited data to select advertising | aria-label |
| #ot-sub-group-id-IAB2V2_3 | checkbox | Create profiles for personalised advertising | aria-label |
| #ot-sub-group-id-IAB2V2_4 | checkbox | Use profiles to select personalised advertising | aria-label |
| #ot-sub-group-id-IAB2V2_5 | checkbox | Create profiles to personalise content | aria-label |
| #ot-sub-group-id-IAB2V2_6 | checkbox | Use profiles to select personalised content | aria-label |
| #ot-sub-group-id-IAB2V2_7 | checkbox | Measure advertising performance | aria-label |
| #ot-sub-group-id-IAB2V2_8 | checkbox | Measure content performance | aria-label |
| #ot-sub-group-id-IAB2V2_9 | checkbox | Understand audiences through statistics or combinations of data from different sources | aria-label |
| #ot-sub-group-id-IAB2V2_10 | checkbox | Develop and improve services | aria-label |
| #ot-sub-group-id-IAB2V2_11 | checkbox | Use limited data to select content | aria-label |
| #ot-group-id-ISF2V2_1 | checkbox | Use precise geolocation data | for/id |
| #ot-group-id-ISF2V2_2 | checkbox | Actively scan device characteristics for identification | 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 |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
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
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 Today's Top Stories | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h2 Living Healthy | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h2 Conditions | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h2 Drug Updates & Appro… | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h2 Special Section | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h2 Trending Topics | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h2 Free WebMD Newslette… | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h2 Patient and Expert C… | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h2 Tools, Trackers & Ca… | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h2 Health A - Z | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h2 Thanks for subscribi… | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h2 Your Choice on Cooki… | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h2 About Your Privacy | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h3 Early Warning Signs … | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h3 How to Boost Your Im… | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h3 Why Strawberries Are… | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h3 Key Things to Know B… | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h3 Mental Health | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h3 Diet & Weight Manage… | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | Pass |
| h3 Healthy Aging | 5.03:1 | 3.0:1 | #000000 | #7C7C7C | 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.