Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction6 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
FHeading HierarchyAction82 headings, 5 skip(s)FIX
- H2 Your privacy, your choice
- H3 Store and/or access information on a device
- H3 Personalised advertising and content, advertising and content measurement, audience research and services development
- H4 Browse
- H4 Specialties
- H4 About
- H4 For Authors & Reviewers
- H4 About
- H4 Browse
- H4 Cureus Partnerships
- H4 Institutional Partners
- H4 Advertising & Sponsorship
- H4 Competitions
- H4 Browse
- H4 Highlights
- H4 About Cureus
- H4 Who We Are
- H4 Contributors
- H4 More From Cureus
- H4 Competitions
- H4 Browse
- H4 Specialties
- H4 For Authors & Reviewers
- H4 About Channels
- H4 Browse Channels
- H4 Cureus Partnerships
- H6 Learn more skipped
- H4 Institutional Partners
- H4 Advertising & Sponsorships
- H4 Competitions
- H4 Browse
- H4 Highlights
- H4 About Cureus
- H6 Learn more skipped
- H4 Who We Are
- H4 Contributors
- H4 More From Cureus
- H4 Competitions
- H6 Learn more skipped
- H4 Ongoing Competitions
- H1 Cureus Journal of Medical Science
- H2 NEW
- H2 EDITOR PICKS
- H2 POPULAR
- H3 CUREUS COLLECTIONS IN THE SPOTLIGHT
- H3 Picture Prognosis
- H3 Featured Content
- H3 STAY CURIOUS
- H3 Monthly Newsletter
- H3 Weekly Quizzes
- H2 LEARN MORE ABOUT CUREUS
- H6 Publishing in Cureus skipped
- H6 Academic Channels
- H6 Article Collections
- H6 About Us
- H2 JOIN THE DISCUSSION
- H2 WHY CUREUS?
- H3 Affordable
- H3 Reliable
- H3 Revolutionary
- H2 ABOUT PUBLISHING
- H3 The Open Access medical journal for a new generation of doctors, researchers and patients
- H2 FEATURED AUTHORS & REVIEWERS
- H3 STAY CURIOUS
- H3 Monthly Newsletter
- H3 Weekly Quizzes
- H3 Featured Multimedia
- H6 Article video playlist skipped
- H6 Article video playlist
- H6 Emergency medicine video playlist
- H6 Cureus authors summarize their articles
- H6 Cureus author experiences
- H6 Interviews with our authors
- H6 Healthcare technology video playlist
- H6 Article video playlist
- H6 Article video playlist
- H3 Download Cureus Media Kit
- H4 Published Content
- H4 Resources
- H4 About Us
- H4 Stay Connected
- H2 SUBSCRIBE TO OUR NEWSLETTER FOR ALL THE LATEST NEWS AND UPDATES
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
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
FAlt Text QualityAction310 of 311 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 310 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
FForm AccessibilityAction13 of 19 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | none | |
| #0 | radio | Eosinophilic annular erythema (EAE) | none |
| #1 | radio | Wells syndrome (eosinophilic cellulitis) | none |
| #2 | radio | Schnitzler syndrome | none |
| #3 | radio | Bullous pemphigoid (early phase) | none |
| #0c00f745-837f-4f29-bfae-db4af6dca2fa | checkbox | I would like to receive Cureus newsletters and updates. | for/id |
| (Enter your email address) | placeholder only | ||
| #advertising_inquiry_first_name | text | (First name) | placeholder only |
| #advertising_inquiry_last_name | text | (Last name) | placeholder only |
| #advertising_inquiry_email | (Email address) | placeholder only | |
| #advertising_inquiry_organization_name | text | (Name of organization) | placeholder only |
| #advertising_inquiry_message | text | (Message (optional)) | placeholder only |
| (Enter your email address) | placeholder only | ||
| (Enter your email address) | placeholder only | ||
| commit | submit | (none) | none |
| #g-recaptcha-response | textarea | (none) | none |
| commit | submit | (none) | none |
| commit | submit | (none) | none |
| commit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="commit">; <input type="submit" name="commit">; <textarea name="g-recaptcha-response" id="g-recaptcha-response">; <input type="submit" name="commit">; <input type="submit" name="commit">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="email" name="email" id="email">; <input type="email" name="email" id="email">; <input type="text" name="advertising_inquiry[first_name]" id="advertising_inquiry_first_name">; <input type="text" name="advertising_inquiry[last_name]" id="advertising_inquiry_last_name">; <input type="email" name="advertising_inquiry[email]" id="advertising_inquiry_email">; <input type="text" name="advertising_inquiry[organization_name]" id="advertising_inquiry_organization_name">; <input type="text" name="advertising_inquiry[message]" id="advertising_inquiry_message">; <input type="email" name="email" id="email">
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
FLink & Button QualityAction60 issue(s) across 455 links and 15 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.cureus.com/articles | Articles | img no alt | Add alt attribute to the image |
| https://www.cureus.com/posters | Posters | img no alt | Add alt attribute to the image |
| https://www.cureus.com/abstracts | Abstracts | img no alt | Add alt attribute to the image |
| https://www.cureus.com/collections | Cureus Collections | img no alt | Add alt attribute to the image |
| https://allergy_immunology.cureus.com/ | Allergy / Immunology | new tab | Add '(opens in new tab)' to text |
| https://anatomy.cureus.com/ | Anatomy | new tab | Add '(opens in new tab)' to text |
| https://anesthesiology.cureus.com/ | Anesthesiology | new tab | Add '(opens in new tab)' to text |
| https://cardiac_thoracic_vascular_surger… | Cardiac / Thoracic / Vascular … | new tab | Add '(opens in new tab)' to text |
| https://cardiology.cureus.com/ | Cardiology | new tab | Add '(opens in new tab)' to text |
| https://dentistry.cureus.com/ | Dentistry | new tab | Add '(opens in new tab)' to text |
| https://dermatology.cureus.com/ | Dermatology | new tab | Add '(opens in new tab)' to text |
| https://emergency_medicine.cureus.com/ | Emergency Medicine | new tab | Add '(opens in new tab)' to text |
| https://endocrinology_diabetes_metabolis… | Endocrinology / Diabetes / Met… | new tab | Add '(opens in new tab)' to text |
| https://environmental_health.cureus.com/ | Environmental Health | new tab | Add '(opens in new tab)' to text |
| https://epidemiology_public_health.cureu… | Epidemiology / Public Health | new tab | Add '(opens in new tab)' to text |
| https://family_general_practice.cureus.c… | Family / General Practice | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/forensic_medicine | Forensic Medicine | new tab | Add '(opens in new tab)' to text |
| https://gastroenterology.cureus.com/ | Gastroenterology | new tab | Add '(opens in new tab)' to text |
| https://general_surgery.cureus.com/ | General Surgery | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/genetics | Genetics | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/geriatrics | Geriatrics | new tab | Add '(opens in new tab)' to text |
| https://healthcare_technology.cureus.com… | Healthcare Technology | new tab | Add '(opens in new tab)' to text |
| https://health_policy.cureus.com/ | Health Policy | new tab | Add '(opens in new tab)' to text |
| https://hematology.cureus.com/ | Hematology | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/hiv_aids | HIV / AIDS | new tab | Add '(opens in new tab)' to text |
| https://infectious_disease.cureus.com/ | Infectious Disease | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/integrative_complemen… | Integrative / Complementary Me… | new tab | Add '(opens in new tab)' to text |
| https://internal_medicine.cureus.com/ | Internal Medicine | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/medical_education | Medical Education | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/medical_physics | Medical Physics | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/medical_simulation | Medical Simulation | new tab | Add '(opens in new tab)' to text |
| https://nephrology.cureus.com/ | Nephrology | new tab | Add '(opens in new tab)' to text |
| https://neurology.cureus.com/ | Neurology | new tab | Add '(opens in new tab)' to text |
| https://neurosurgery.cureus.com/ | Neurosurgery | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/nuclear_medicine | Nuclear Medicine | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/nutrition | Nutrition | new tab | Add '(opens in new tab)' to text |
| https://obstetrics_gynecology.cureus.com… | Obstetrics / Gynecology | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/occupational_health | Occupational Health | new tab | Add '(opens in new tab)' to text |
| https://oncology.cureus.com/ | Oncology | new tab | Add '(opens in new tab)' to text |
| https://ophthalmology.cureus.com/ | Ophthalmology | new tab | Add '(opens in new tab)' to text |
| https://oral_medicine.cureus.com/ | Oral Medicine | new tab | Add '(opens in new tab)' to text |
| https://orthopedics.cureus.com/ | Orthopedics | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/osteopathic_medicine | Osteopathic Medicine | new tab | Add '(opens in new tab)' to text |
| https://otolaryngology.cureus.com/ | Otolaryngology | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/pain_management | Pain Management | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/palliative_care | Palliative Care | new tab | Add '(opens in new tab)' to text |
| https://pathology.cureus.com/ | Pathology | new tab | Add '(opens in new tab)' to text |
| https://pediatrics.cureus.com/ | Pediatrics | new tab | Add '(opens in new tab)' to text |
| https://pediatric_surgery.cureus.com/ | Pediatric Surgery | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/pharmacology | Pharmacology | new tab | Add '(opens in new tab)' to text |
| https://physical_medicine_rehabilitation… | Physical Medicine & Rehabilita… | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/plastic_surgery | Plastic Surgery | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/podiatry | Podiatry | new tab | Add '(opens in new tab)' to text |
| https://preventive_medicine.cureus.com/ | Preventive Medicine | new tab | Add '(opens in new tab)' to text |
| https://psychiatry.cureus.com/ | Psychiatry | new tab | Add '(opens in new tab)' to text |
| https://psychology.cureus.com/ | Psychology | new tab | Add '(opens in new tab)' to text |
| https://health_public.cureus.com/ | Public Health | new tab | Add '(opens in new tab)' to text |
| https://pulmonology.cureus.com/ | Pulmonology | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/quality_improvement | Quality Improvement | new tab | Add '(opens in new tab)' to text |
| https://radiation_oncology.cureus.com/ | Radiation Oncology | new tab | Add '(opens in new tab)' to text |
| https://radiology.cureus.com/ | Radiology | new tab | Add '(opens in new tab)' to text |
| https://rheumatology.cureus.com/ | Rheumatology | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/sports_medicine | Sports Medicine | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/substance_use_and_add… | Substance Use and Addiction | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/therapeutics | Therapeutics | new tab | Add '(opens in new tab)' to text |
| https://transplantation.cureus.com/ | Transplantation | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/trauma | Trauma | new tab | Add '(opens in new tab)' to text |
| https://urology.cureus.com/ | Urology | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/miscellaneous | Miscellaneous | new tab | Add '(opens in new tab)' to text |
| https://www.cureus.com/about_publishing | About Publishing | img no alt | Add alt attribute to the image |
| https://www.cureus.com/about_peer_review | About Peer Review | img no alt | Add alt attribute to the image |
| https://www.cureus.com/author_guide | Author Guide | img no alt | Add alt attribute to the image |
| https://www.cureus.com/reviewer_guide | Reviewer Guide | img no alt | Add alt attribute to the image |
| https://www.cureus.com/guest_editor_guid… | Guest Editor Guide | img no alt | Add alt attribute to the image |
| https://www.cureus.com/academic_channels… | Academic Channels Guide | img no alt | Add alt attribute to the image |
| https://www.cureus.com/media_guide | Media Guide | img no alt | Add alt attribute to the image |
| https://www.cureus.com/about_collections | About Collections | img no alt | Add alt attribute to the image |
| https://www.cureus.com/cureus_editing_se… | Author Fees (Preferred Editing… | img no alt | Add alt attribute to the image |
| https://www.cureus.com/honors | Cureus Honors | img no alt | Add alt attribute to the image |
| https://www.cureus.com/article_promotion | Article Promotion | img no alt | Add alt attribute to the image |
| https://www.cureus.com/authors_hub | New Authors Hub | img no alt | Add alt attribute to the image |
| https://www.cureus.com/promotion_guide | Article Sharing Guide | img no alt | Add alt attribute to the image |
| https://www.cureus.com/siq | SIQ | img no alt | Add alt attribute to the image |
| https://www.cureus.com/channels | About Cureus Channels | img no alt | Add alt attribute to the image |
| https://www.cureus.com/academic_channels… | Cureus Channels Guide | img no alt | Add alt attribute to the image |
| https://www.cureus.com/channels/all?view… | Academic Channels | img no alt | Add alt attribute to the image |
| https://www.cureus.com/channels/all?view… | Commercial Channels | img no alt | Add alt attribute to the image |
| https://www.cureus.com/partnerships | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Partnerships | |||
| https://www.cureus.com/channels | About Channels | img no alt | Add alt attribute to the image |
| https://www.cureus.com/channels/all | List of Cureus Channels | img no alt | Add alt attribute to the image |
| https://www.cureus.com/ads_sponsorship | Advertise With Us | img no alt | Add alt attribute to the image |
| https://www.cureus.com/advertising | Advertising Policy | img no alt | Add alt attribute to the image |
| # | Download Media Kit | img no alt | Add alt attribute to the image |
| https://www.cureus.com/competitions | About Competitions | img no alt | Add alt attribute to the image |
| https://www.cureus.com/competitions/past… | Competitions | img no alt | Add alt attribute to the image |
| https://www.cureus.com/newsroom | All | img no alt | Add alt attribute to the image |
| https://www.cureus.com/newsroom/news | News | img no alt | Add alt attribute to the image |
| https://www.cureus.com/newsroom/cureusu | Cureus U | img no alt | Add alt attribute to the image |
| https://www.cureus.com/newsroom/newslett… | Newsletters | img no alt | Add alt attribute to the image |
| https://cureus.com/newsroom/cureusu/100 | Latest Highlighted Urology Art… | img no alt | Add alt attribute to the image |
| https://cureus.com/newsroom/cureusu/32 | Latest Highlighted Surgery Art… | img no alt | Add alt attribute to the image |
| https://cureus.com/newsroom/cureusu/104 | Latest Highlighted Rheumatolog… | img no alt | Add alt attribute to the image |
| https://cureus.com/newsroom/cureusu/22 | Latest Highlighted Radiology A… | img no alt | Add alt attribute to the image |
| https://cureus.com/newsroom/cureusu/19 | Latest Highlighted Radiation O… | img no alt | Add alt attribute to the image |
| https://cureus.com/newsroom/cureusu/105 | Latest Highlighted Pulmonology… | img no alt | Add alt attribute to the image |
| https://www.cureus.com/about | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: About | |||
| https://www.cureus.com/editorial_board | Editorial Board | img no alt | Add alt attribute to the image |
| https://www.cureus.com/associate_editors | Associate Editors | img no alt | Add alt attribute to the image |
| https://www.cureus.com/academic_council | Academic Council | img no alt | Add alt attribute to the image |
| https://www.cureus.com/people | Authors | img no alt | Add alt attribute to the image |
| https://www.cureus.com/people | Reviewers | img no alt | Add alt attribute to the image |
| https://www.cureus.com/careers | Careers | img no alt | Add alt attribute to the image |
| https://www.cureus.com/email_preferences | Email Alerts | img no alt | Add alt attribute to the image |
| https://www.cureus.com/competitions | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Competitions | |||
| https://www.cureus.com/competitions/past… | All Competitions | img no alt | Add alt attribute to the image |
| https://www.cureus.com/competitions/Cran… | Dedicated Cranial Radiosurgery… | img no alt | Add alt attribute to the image |
| https://www.cureus.com/competitions/real… | Real-Time Adaptive Motion Mana… | img no alt | Add alt attribute to the image |
| (empty) | empty | Add link text or aria-label | |
| https://www.cureus.com/ | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| https://www.cureus.com/ | (empty) | empty | Add link text or aria-label |
| https://www.cureus.com/articles | Articles | img no alt | Add alt attribute to the image |
| https://www.cureus.com/posters | Posters | img no alt | Add alt attribute to the image |
| https://www.cureus.com/abstracts | Abstracts | img no alt | Add alt attribute to the image |
| https://www.cureus.com/collections | Cureus Collections | img no alt | Add alt attribute to the image |
| /specialties | More | generic text | Replace with descriptive text |
Before: More Suggested: Specialties | |||
| https://allergy_immunology.cureus.com/ | Allergy / Immunology | new tab | Add '(opens in new tab)' to text |
| https://anatomy.cureus.com/ | Anatomy | new tab | Add '(opens in new tab)' to text |
| https://anesthesiology.cureus.com/ | Anesthesiology | new tab | Add '(opens in new tab)' to text |
| https://cardiac_thoracic_vascular_surger… | Cardiac / Thoracic / Vascular … | new tab | Add '(opens in new tab)' to text |
| https://cardiology.cureus.com/ | Cardiology | new tab | Add '(opens in new tab)' to text |
| https://dentistry.cureus.com/ | Dentistry | new tab | Add '(opens in new tab)' to text |
| https://dermatology.cureus.com/ | Dermatology | new tab | Add '(opens in new tab)' to text |
| https://emergency_medicine.cureus.com/ | Emergency Medicine | new tab | Add '(opens in new tab)' to text |
| https://endocrinology_diabetes_metabolis… | Endocrinology / Diabetes / Met… | new tab | Add '(opens in new tab)' to text |
| https://environmental_health.cureus.com/ | Environmental Health | new tab | Add '(opens in new tab)' to text |
| https://epidemiology_public_health.cureu… | Epidemiology / Public Health | new tab | Add '(opens in new tab)' to text |
| https://family_general_practice.cureus.c… | Family / General Practice | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/forensic_medicine | Forensic Medicine | new tab | Add '(opens in new tab)' to text |
| https://gastroenterology.cureus.com/ | Gastroenterology | new tab | Add '(opens in new tab)' to text |
| https://general_surgery.cureus.com/ | General Surgery | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/genetics | Genetics | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/geriatrics | Geriatrics | new tab | Add '(opens in new tab)' to text |
| https://healthcare_technology.cureus.com… | Healthcare Technology | new tab | Add '(opens in new tab)' to text |
| https://health_policy.cureus.com/ | Health Policy | new tab | Add '(opens in new tab)' to text |
| https://hematology.cureus.com/ | Hematology | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/hiv_aids | HIV / AIDS | new tab | Add '(opens in new tab)' to text |
| https://infectious_disease.cureus.com/ | Infectious Disease | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/integrative_complemen… | Integrative / Complementary Me… | new tab | Add '(opens in new tab)' to text |
| https://internal_medicine.cureus.com/ | Internal Medicine | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/medical_education | Medical Education | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/medical_physics | Medical Physics | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/medical_simulation | Medical Simulation | new tab | Add '(opens in new tab)' to text |
| https://nephrology.cureus.com/ | Nephrology | new tab | Add '(opens in new tab)' to text |
| https://neurology.cureus.com/ | Neurology | new tab | Add '(opens in new tab)' to text |
| https://neurosurgery.cureus.com/ | Neurosurgery | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/nuclear_medicine | Nuclear Medicine | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/nutrition | Nutrition | new tab | Add '(opens in new tab)' to text |
| https://obstetrics_gynecology.cureus.com… | Obstetrics / Gynecology | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/occupational_health | Occupational Health | new tab | Add '(opens in new tab)' to text |
| https://oncology.cureus.com/ | Oncology | new tab | Add '(opens in new tab)' to text |
| https://ophthalmology.cureus.com/ | Ophthalmology | new tab | Add '(opens in new tab)' to text |
| https://oral_medicine.cureus.com/ | Oral Medicine | new tab | Add '(opens in new tab)' to text |
| https://orthopedics.cureus.com/ | Orthopedics | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/osteopathic_medicine | Osteopathic Medicine | new tab | Add '(opens in new tab)' to text |
| https://otolaryngology.cureus.com/ | Otolaryngology | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/pain_management | Pain Management | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/palliative_care | Palliative Care | new tab | Add '(opens in new tab)' to text |
| https://pathology.cureus.com/ | Pathology | new tab | Add '(opens in new tab)' to text |
| https://pediatrics.cureus.com/ | Pediatrics | new tab | Add '(opens in new tab)' to text |
| https://pediatric_surgery.cureus.com/ | Pediatric Surgery | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/pharmacology | Pharmacology | new tab | Add '(opens in new tab)' to text |
| https://physical_medicine_rehabilitation… | Physical Medicine & Rehabilita… | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/plastic_surgery | Plastic Surgery | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/podiatry | Podiatry | new tab | Add '(opens in new tab)' to text |
| https://preventive_medicine.cureus.com/ | Preventive Medicine | new tab | Add '(opens in new tab)' to text |
| https://psychiatry.cureus.com/ | Psychiatry | new tab | Add '(opens in new tab)' to text |
| https://psychology.cureus.com/ | Psychology | new tab | Add '(opens in new tab)' to text |
| https://health_public.cureus.com/ | Public Health | new tab | Add '(opens in new tab)' to text |
| https://pulmonology.cureus.com/ | Pulmonology | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/quality_improvement | Quality Improvement | new tab | Add '(opens in new tab)' to text |
| https://radiation_oncology.cureus.com/ | Radiation Oncology | new tab | Add '(opens in new tab)' to text |
| https://radiology.cureus.com/ | Radiology | new tab | Add '(opens in new tab)' to text |
| https://rheumatology.cureus.com/ | Rheumatology | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/sports_medicine | Sports Medicine | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/substance_use_and_add… | Substance Use and Addiction | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/therapeutics | Therapeutics | new tab | Add '(opens in new tab)' to text |
| https://transplantation.cureus.com/ | Transplantation | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/trauma | Trauma | new tab | Add '(opens in new tab)' to text |
| https://urology.cureus.com/ | Urology | new tab | Add '(opens in new tab)' to text |
| https://cureus.com/miscellaneous | Miscellaneous | new tab | Add '(opens in new tab)' to text |
| https://www.cureus.com/about_publishing | About Publishing | img no alt | Add alt attribute to the image |
| https://www.cureus.com/about_peer_review | About Peer Review | img no alt | Add alt attribute to the image |
| /author_guide | Author Guide | img no alt | Add alt attribute to the image |
| /media_guide | Media Guide | img no alt | Add alt attribute to the image |
| /promotion_guide | Article Sharing Guide | img no alt | Add alt attribute to the image |
| /reviewer_guide | Reviewer Guide | img no alt | Add alt attribute to the image |
| /honors | Cureus Honors | img no alt | Add alt attribute to the image |
| /siq | SIQ | img no alt | Add alt attribute to the image |
| /guest_editor_guide | Guest Editor Guide | img no alt | Add alt attribute to the image |
| /article_promotion | Article Promotion | img no alt | Add alt attribute to the image |
| /cureus_editing_services | Author Fees (Preferred Editing… | img no alt | Add alt attribute to the image |
| https://www.cureus.com/academic_channels… | Cureus Channels Guide | img no alt | Add alt attribute to the image |
| /authors_hub | New Authors Hub | img no alt | Add alt attribute to the image |
| /about_collections | About Collections | img no alt | Add alt attribute to the image |
| https://www.cureus.com/channels | About Cureus Channels | img no alt | Add alt attribute to the image |
| https://www.cureus.com/academic_channels… | Cureus Channels Guide | img no alt | Add alt attribute to the image |
| https://www.cureus.com/channels/all | All | new tab | Add '(opens in new tab)' to text |
| https://www.cureus.com/channels/all?view… | Academic Channels | img no alt | Add alt attribute to the image |
| https://www.cureus.com/channels/all?view… | Commercial Channels | img no alt | Add alt attribute to the image |
| /partnerships | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Partnerships | |||
| https://www.cureus.com/channels | About Channels | img no alt | Add alt attribute to the image |
| https://www.cureus.com/ads_sponsorship | Advertise With Us | img no alt | Add alt attribute to the image |
| https://www.cureus.com/competitions | About Competitions | img no alt | Add alt attribute to the image |
| https://www.cureus.com/channels/all | List of Cureus Channels | img no alt | Add alt attribute to the image |
| https://www.cureus.com/advertising | Advertising Policy | img no alt | Add alt attribute to the image |
| https://www.cureus.com/competitions/past… | Competitions | img no alt | Add alt attribute to the image |
| # | Download Media Kit | img no alt | Add alt attribute to the image |
| https://www.cureus.com/newsroom | All | img no alt | Add alt attribute to the image |
| https://www.cureus.com/newsroom/news | News | img no alt | Add alt attribute to the image |
| https://www.cureus.com/newsroom/cureusu | Cureus U | img no alt | Add alt attribute to the image |
| https://www.cureus.com/newsroom/newslett… | Newsletters | img no alt | Add alt attribute to the image |
| https://www.cureus.com/newsroom | More | generic text | Replace with descriptive text |
Before: More Suggested: Newsroom | |||
| https://cureus.com/newsroom/cureusu/100 | Latest Highlighted Urology Art… | img no alt | Add alt attribute to the image |
| https://cureus.com/newsroom/cureusu/32 | Latest Highlighted Surgery Art… | img no alt | Add alt attribute to the image |
| https://cureus.com/newsroom/cureusu/104 | Latest Highlighted Rheumatolog… | img no alt | Add alt attribute to the image |
| https://cureus.com/newsroom/cureusu/22 | Latest Highlighted Radiology A… | img no alt | Add alt attribute to the image |
| https://cureus.com/newsroom/cureusu/19 | Latest Highlighted Radiation O… | img no alt | Add alt attribute to the image |
| https://cureus.com/newsroom/cureusu/105 | Latest Highlighted Pulmonology… | img no alt | Add alt attribute to the image |
| https://www.cureus.com/about | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: About | |||
| https://www.cureus.com/editorial_board | Editorial Board | img no alt | Add alt attribute to the image |
| https://www.cureus.com/people?preselecte… | Authors | img no alt | Add alt attribute to the image |
| https://www.cureus.com/partnerships | Cureus Partnerships | img no alt | Add alt attribute to the image |
| https://www.cureus.com/associate_editors | Associate Editors | img no alt | Add alt attribute to the image |
| https://www.cureus.com/people?preselecte… | Reviewers | img no alt | Add alt attribute to the image |
| https://www.cureus.com/careers | Careers | img no alt | Add alt attribute to the image |
| https://www.cureus.com/academic_council | Academic Council | img no alt | Add alt attribute to the image |
| https://www.cureus.com/email_preferences | Email Alerts | img no alt | Add alt attribute to the image |
| https://www.cureus.com/competitions | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Competitions | |||
| https://www.cureus.com/competitions/past… | All Competitions | img no alt | Add alt attribute to the image |
| https://www.cureus.com/competitions/Cran… | Dedicated Cranial Radiosurgery… | img no alt | Add alt attribute to the image |
| https://www.cureus.com/competitions/real… | Real-Time Adaptive Motion Mana… | img no alt | Add alt attribute to the image |
| https://www.cureus.com/articles/464297 | (empty) | empty | Add link text or aria-label |
| https://www.cureus.com/articles/411345 | (empty) | empty | Add link text or aria-label |
| https://www.cureus.com/articles/481323 | (empty) | empty | Add link text or aria-label |
| https://www.cureus.com/collections/215 | Accepting Submissions | img no alt | Add alt attribute to the image |
| https://www.cureus.com/collections/6 | (empty) | empty | Add link text or aria-label |
| https://www.cureus.com/collections/25 | (empty) | empty | Add link text or aria-label |
| https://www.cureus.com/collections/47 | (empty) | empty | Add link text or aria-label |
| https://www.cureus.com/newsroom/news/252 | here | generic text | Replace with descriptive text |
Before: here Suggested: 252 | |||
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| https://www.linkedin.com/company/cureus | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/CureusJournalof… | (empty) | empty | Add link text or aria-label |
| https://x.com/cureusmedical | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/cureusmedical | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/channel/UCtJKOEp… | (empty) | empty | Add link text or aria-label |
| https://bsky.app/profile/cureusmedical.b… | (empty) | empty | Add link text or aria-label |
| https://www.tiktok.com/@cureusmedical | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/embed/o2ePCuJo_v… | (empty) | empty | Add link text or aria-label |
| https://www.cureus.com/about_publishing | LEARN MORE | generic text | Replace with descriptive text |
Before: LEARN MORE Suggested: About Publishing | |||
| https://www.youtube.com/embed/a-8BRx9sxQ… | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/embed/G4S-JT_zC2… | (empty) | empty | Add link text or aria-label |
| https://www.cureus.com/collections | LEARN MORE | generic text | Replace with descriptive text |
Before: LEARN MORE Suggested: Collections | |||
| https://www.youtube.com/embed/BQJOiaaSuw… | (empty) | empty | Add link text or aria-label |
| https://www.cureus.com/about | LEARN MORE | generic text | Replace with descriptive text |
Before: LEARN MORE Suggested: About | |||
| /users/565968 | (empty) | empty | Add link text or aria-label |
| /users/565968 | Nicholas Tyndall | new tab | Add '(opens in new tab)' to text |
| /users/1236214 | (empty) | empty | Add link text or aria-label |
| /users/1236214 | Mauricio Flores | new tab | Add '(opens in new tab)' to text |
| /users/751791 | (empty) | empty | Add link text or aria-label |
| /users/751791 | Bashir Bashir | new tab | Add '(opens in new tab)' to text |
| /users/1184797 | (empty) | empty | Add link text or aria-label |
| /users/1184797 | Pouyan Golshani | new tab | Add '(opens in new tab)' to text |
| /users/136780 | (empty) | empty | Add link text or aria-label |
| /users/136780 | Dalal Salem | new tab | Add '(opens in new tab)' to text |
| /users/147360 | (empty) | empty | Add link text or aria-label |
| /users/147360 | Gopal Sedain | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/cureus | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/CureusJournalof… | (empty) | empty | Add link text or aria-label |
| https://x.com/cureusmedical | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/cureusmedical | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/channel/UCtJKOEp… | (empty) | empty | Add link text or aria-label |
| https://bsky.app/profile/cureusmedical.b… | (empty) | empty | Add link text or aria-label |
| https://www.tiktok.com/@cureusmedical | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/watch?v=8IGbgNcJ… | Article video playlist | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/watch?v=7m9V-vUW… | Article video playlist | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/watch?v=u-H4389L… | Emergency medicine video playl… | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/watch?v=NG_cNrQT… | Cureus authors summarize their… | new tab | Add '(opens in new tab)' to text |
| https://youtube.com/playlist?list=PLzbC4… | Cureus author experiences | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/watch?v=6fQPIkaL… | Interviews with our authors | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/watch?v=kxC5isPv… | Healthcare technology video pl… | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/watch?v=c6Glp4xu… | Article video playlist | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/watch?v=3U9OMD-T… | Article video playlist | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
a.cureus-menu-icon (#742 on page); https://www.cureus.com/; #; https://www.cureus.com/; https://www.cureus.com/articles/464297; https://www.cureus.com/articles/411345; https://www.cureus.com/articles/481323; https://www.cureus.com/collections/6; https://www.cureus.com/collections/25; https://www.cureus.com/collections/47 (+38 more)
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.
https://www.cureus.com/partnerships ("Learn more"); https://www.cureus.com/about ("Learn more"); https://www.cureus.com/competitions ("Learn more"); /specialties ("More"); /partnerships ("Learn more"); https://www.cureus.com/newsroom ("More"); https://www.cureus.com/about ("Learn more"); https://www.cureus.com/competitions ("Learn more"); https://www.cureus.com/newsroom/news/252 ("here"); https://www.cureus.com/about_publishing ("LEARN MORE") (+2 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
Add '(opens in new tab)' to link text or aria-label.
https://allergy_immunology.cureus.com/; https://anatomy.cureus.com/; https://anesthesiology.cureus.com/; https://cardiac_thoracic_vascular_surgery.cureus.com/; https://cardiology.cureus.com/; https://dentistry.cureus.com/; https://dermatology.cureus.com/; https://emergency_medicine.cureus.com/; https://endocrinology_diabetes_metabolism.cureus.com/; https://environmental_health.cureus.com/ (+136 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
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.
FFavicon & BrandingAction2 icon(s) detectedFIX
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 19 fail WCAG AAREVIEW
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 Cureus Journal of Me… | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h2 Your privacy, your c… | 9.47:1 | 3.0:1 | #000000 | #AEAEAF | Pass |
| h2 NEW | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h2 EDITOR PICKS | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h2 POPULAR | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h2 LEARN MORE ABOUT CUR… | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h2 JOIN THE DISCUSSION | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h2 WHY CUREUS? | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h2 ABOUT PUBLISHING | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h2 FEATURED AUTHORS & R… | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h2 SUBSCRIBE TO OUR NEW… | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h3 Store and/or access … | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h3 Personalised adverti… | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h3 CUREUS COLLECTIONS I… | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h3 Picture Prognosis | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h3 Featured Content | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h3 STAY CURIOUS | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h3 Monthly Newsletter | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h3 Weekly Quizzes | 1.56:1 | 3.0:1 | #000000 | #01324B | Fail |
| h3 Affordable | 1.56:1 | 3.0:1 | #000000 | #01324B | 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.
CLighthouse Accessibility AuditsActionScore 77/100 — 6 failing, 21 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 |
|---|
ADVERTISEMENT body.application_layout > div.cureus-ad-wrapper > div.cureus-ad |
Cureus Journal of Medical Science nav.tab-bar > div.super-nav-heading > div.left > p |
6.3 Million div.metrics-wrapper > div.daily-metrics-container > div.metric-container > div.metric-text |
1.2 Million div.metrics-wrapper > div.daily-metrics-container > div.metric-container > div.metric-text |
29 Days div.metrics-wrapper > div.daily-metrics-container > div.metric-container > div.metric-text |
36 Hours div.metrics-wrapper > div.daily-metrics-container > div.metric-container > div.metric-text |
SEE ALL div.new-articles > div.articles-header-text-container > div.content-header-container > a.see-all-link |
CASE REPORT div.new-article-card-container > div.new-article-card-content-container > div.content-header-container > div.article-type |
APRIL 22, 2026 div.new-article-card-container > div.new-article-card-content-container > div.content-header-container > div.article-date |
Felix Barth, Martin Waldner, Mathias Häfeli div.new-articles > div.new-article-card-container > div.new-article-card-content-container > div.article-authors |
Felix Barth div.new-article-card-container > div.new-article-card-content-container > div.article-authors > a |
Martin Waldner div.new-article-card-container > div.new-article-card-content-container > div.article-authors > a |
Mathias Häfeli div.new-article-card-container > div.new-article-card-content-container > div.article-authors > a |
CASE REPORT div.new-article-card-container > div.new-article-card-content-container > div.content-header-container > div.article-type |
APRIL 22, 2026 div.new-article-card-container > div.new-article-card-content-container > div.content-header-container > div.article-date |
John Nobles II, Frances Morana, [...] Reginald Jones div.new-articles > div.new-article-card-container > div.new-article-card-content-container > div.article-authors |
John Nobles II div.new-article-card-container > div.new-article-card-content-container > div.article-authors > a |
Frances Morana div.new-article-card-container > div.new-article-card-content-container > div.article-authors > a |
Reginald Jones div.new-article-card-container > div.new-article-card-content-container > div.article-authors > a |
CASE REPORT div.editor-pick-card-container > div.editor-pick-content-container > div.content-header-container > div.article-type |
APRIL 20, 2026 div.editor-pick-card-container > div.editor-pick-content-container > div.content-header-container > div.article-date |
Pascal Cathebras, Cyril Habougit, [...] Michel Vincent div.editor-pick-articles-container > div.editor-pick-card-container > div.editor-pick-content-container > div.article-authors |
Pascal Cathebras div.editor-pick-card-container > div.editor-pick-content-container > div.article-authors > a |
Cyril Habougit div.editor-pick-card-container > div.editor-pick-content-container > div.article-authors > a |
Michel Vincent div.editor-pick-card-container > div.editor-pick-content-container > div.article-authors > a |
CASE REPORT div.editor-pick-card-container > div.new-article-card-content-container > div.content-header-container > div.article-type |
APRIL 19, 2026 div.editor-pick-card-container > div.new-article-card-content-container > div.content-header-container > div.article-date |
Ramazan Ozdemir, Gokhan Gurkan, [...] Ayse Karatas Demirciler div.editor-pick-articles-container > div.editor-pick-card-container > div.new-article-card-content-container > div.article-authors |
Ramazan Ozdemir div.editor-pick-card-container > div.new-article-card-content-container > div.article-authors > a |
Gokhan Gurkan div.editor-pick-card-container > div.new-article-card-content-container > div.article-authors > a |
Ayse Karatas Demirciler div.editor-pick-card-container > div.new-article-card-content-container > div.article-authors > a |
ORIGINAL ARTICLE div.editor-pick-card-container > div.new-article-card-content-container > div.content-header-container > div.article-type |
APRIL 19, 2026 div.editor-pick-card-container > div.new-article-card-content-container > div.content-header-container > div.article-date |
Abu Sayeed Chowdhury, Shahana Parveen, [...] Farhana Hossain div.editor-pick-articles-container > div.editor-pick-card-container > div.new-article-card-content-container > div.article-authors |
Abu Sayeed Chowdhury div.editor-pick-card-container > div.new-article-card-content-container > div.article-authors > a |
Shahana Parveen div.editor-pick-card-container > div.new-article-card-content-container > div.article-authors > a |
Farhana Hossain div.editor-pick-card-container > div.new-article-card-content-container > div.article-authors > a |
SEE ALL div.popular-articles > div.articles-header-text-container > div.content-header-container > a.see-all-link |
CASE REPORT div.popular-articles-container > div.new-article-card-content-container > div.content-header-container > div.article-type |
APRIL 21, 2026 div.popular-articles-container > div.new-article-card-content-container > div.content-header-container > div.article-date |
Sofía Paola Agüero-Pineda, Rodrigo Grimaldo-Rivera, [...] Enrique Cervantes-Pér… div.popular-articles > div.popular-articles-container > div.new-article-card-content-container > div.article-authors |
Sofía Paola Agüero-Pineda div.popular-articles-container > div.new-article-card-content-container > div.article-authors > a |
Rodrigo Grimaldo-Rivera div.popular-articles-container > div.new-article-card-content-container > div.article-authors > a |
Enrique Cervantes-Pérez div.popular-articles-container > div.new-article-card-content-container > div.article-authors > a |
ORIGINAL ARTICLE div.popular-articles-container > div.new-article-card-content-container > div.content-header-container > div.article-type |
APRIL 21, 2026 div.popular-articles-container > div.new-article-card-content-container > div.content-header-container > div.article-date |
Luis Francisco Castillo-Torres, Selene Velázquez-Moreno, [...] Marlen Vitales-N… div.popular-articles > div.popular-articles-container > div.new-article-card-content-container > div.article-authors |
Luis Francisco Castillo-Torres div.popular-articles-container > div.new-article-card-content-container > div.article-authors > a |
Selene Velázquez-Moreno div.popular-articles-container > div.new-article-card-content-container > div.article-authors > a |
Marlen Vitales-Noyola div.popular-articles-container > div.new-article-card-content-container > div.article-authors > a |
ORIGINAL ARTICLE div.popular-articles-container > div.new-article-card-content-container > div.content-header-container > div.article-type |
APRIL 21, 2026 div.popular-articles-container > div.new-article-card-content-container > div.content-header-container > div.article-date |
Victoria Alejandra Gutiérrez-López, Rita Elizabeth Martínez-Martínez, [...] Mar… div.popular-articles > div.popular-articles-container > div.new-article-card-content-container > div.article-authors |
Victoria Alejandra Gutiérrez-López div.popular-articles-container > div.new-article-card-content-container > div.article-authors > a |
Rita Elizabeth Martínez-Martínez div.popular-articles-container > div.new-article-card-content-container > div.article-authors > a |
Marlen Vitales-Noyola div.popular-articles-container > div.new-article-card-content-container > div.article-authors > a |
EDITORIAL div.popular-articles-container > div.new-article-card-content-container > div.content-header-container > div.article-type |
APRIL 21, 2026 div.popular-articles-container > div.new-article-card-content-container > div.content-header-container > div.article-date |
Jami Rance div.popular-articles-container > div.new-article-card-content-container > div.article-authors > a |
Marc M. Kesselman div.popular-articles-container > div.new-article-card-content-container > div.article-authors > a |
REVIEW ARTICLE div.popular-articles-container > div.new-article-card-content-container > div.content-header-container > div.article-type |
APRIL 21, 2026 div.popular-articles-container > div.new-article-card-content-container > div.content-header-container > div.article-date |
Saul J. Prado Fonseca, Fabiana M. Araya Padilla, [...] Gabriel Anchía Jiménez div.popular-articles > div.popular-articles-container > div.new-article-card-content-container > div.article-authors |
Saul J. Prado Fonseca div.popular-articles-container > div.new-article-card-content-container > div.article-authors > a |
Fabiana M. Araya Padilla div.popular-articles-container > div.new-article-card-content-container > div.article-authors > a |
Gabriel Anchía Jiménez div.popular-articles-container > div.new-article-card-content-container > div.article-authors > a |
SEE ALL div.header-container > div.header-content > div.see-all-container > a |
SUBMIT DIAGNOSIS div.picture-prognosis-widget-container > div.picture-prognosis-content-container > div.questions-container > a.button |
A localized publishing experience designed to increase visibility, access, and … div.ck-editor-content > p > strong > span |
Japanese website div.ck-editor-content > p > a > strong |
CASE REPORT div.content-container > div.article-info-container > div.type-and-date-container > div.type |
Sebastián Monsalves, Juan Pablo Borgoño... Natalia Roman div.content-container > div.article-activity-container > div.author-names-container > div.authors |
Assistant Professor div.discussion-comment-container > div.profile-container > div.name-and-qualifications-container > p.qualifications |
CASE REPORT div.content-container > div.article-info-container > div.type-and-date-container > div.type |
Yonghyun Yoon, Jihyo Hwang... King Hei Stanley Lam div.content-container > div.article-activity-container > div.author-names-container > div.authors |
MSurg, FACS, MBBS, Assistant Professor div.discussion-comment-container > div.profile-container > div.name-and-qualifications-container > p.qualifications |
CASE REPORT div.content-container > div.article-info-container > div.type-and-date-container > div.type |
Salma Drari, Zineb Baba... Imane El Bouchti div.content-container > div.article-activity-container > div.author-names-container > div.authors |
Other div.discussion-comment-container > div.profile-container > div.name-and-qualifications-container > p.qualifications |
CASE REPORT div.content-container > div.article-info-container > div.type-and-date-container > div.type |
Salma Drari, Zineb Baba... Imane El Bouchti div.content-container > div.article-activity-container > div.author-names-container > div.authors |
Research Assistant div.discussion-comment-container > div.profile-container > div.name-and-qualifications-container > p.qualifications |
Valuable information should not be hidden behind a paywall, and money should ne… div.why-cureus > div.content-container > div.content > p |
The Cureus Journal of Medical Science is a Springer Nature journal with an Impa… div.why-cureus > div.content-container > div.content > p |
new methods div.content-container > div.content > p > a |
Cureus offers a streamlined and interactive article management process and medi… div.why-cureus > div.content-container > div.content > p |
peer and editorial review. div.content-container > div.content > p > a |
When it comes to the medical field, time is always of the essence. Through our … div.why-cureus > div.content-container > div.content > p |
Cureus is a medical research journal aiming to energize the field of medicine w… div.why-cureus > div.content-container > div.content > p |
submitting your research div.content-container > div.content > p > a |
div.newsletter-form > div.form-container > form > input.button div.newsletter-form > div.form-container > form > input.button |
TEST YOUR SKILLS div.newsletter-form > div.form-container > form > a.button |
Specialties div.footer-content > ul > li > a |
Articles div.footer-content > ul > li > a |
Posters div.footer-content > ul > li > a |
Abstracts div.footer-content > ul > li > a |
Collections div.footer-content > ul > li > a |
Channels div.footer-content > ul > li > a |
Competitions div.footer-content > ul > li > a |
Cureus Guides div.footer-content > ul > li > a |
Cureus Honors div.footer-content > ul > li > a |
Author Fees div.footer-content > ul > li > a |
SIQ div.footer-content > ul > li > a |
Article Promotion div.footer-content > ul > li > a |
Advertising Policy div.footer-content > ul > li > a |
Advertise With Us div.footer-content > ul > li > a |
Privacy Policy div.footer-content > ul > li > a |
US State Privacy Rights div.footer-content > ul > li > a |
Terms of Use div.footer-content > ul > li > a |
FAQ div.footer-content > ul > li > a |
Manage Cookies div.footer-content > ul > li > button.cookie-preferences |
About Cureus div.footer-content > ul > li > a |
Editorial Board div.footer-content > ul > li > a |
Associate Editors div.footer-content > ul > li > a |
About Publishing div.footer-content > ul > li > a |
About Peer Review div.footer-content > ul > li > a |
About Channels div.footer-content > ul > li > a |
About Collections div.footer-content > ul > li > a |
About Competitions div.footer-content > ul > li > a |
Partnerships div.footer-content > ul > li > a |
Careers div.footer-content > ul > li > a |
Sitemap div.footer-content > ul > li > a |
Contact Us div.footer-content > ul > li > a |
Emails and Alerts div.footer-content > ul > li > a |
LinkedIn div.footer-content > ul > li > a |
Facebook div.footer-content > ul > li > a |
Instagram div.footer-content > ul > li > a |
Youtube div.footer-content > ul > li > a |
BlueSky div.footer-content > ul > li > a |
TikTok div.footer-content > ul > li > a |
div.content-container > div.form-container > form > input.button div.content-container > div.form-container > form > input.button |
These are opportunities to improve the legibility of your content.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
li.light-blue-hover > div.mobile-dropdown-anchor > div.mobile-dropdown-anchor-content > img.right-forward-icon li.light-blue-hover > div.mobile-dropdown-anchor > div.mobile-dropdown-anchor-content > img.right-forward-icon |
div.left-mobile-dropdown-wrapper > span.left-mobile-dropdown-header > span > img.left-back-icon div.left-mobile-dropdown-wrapper > span.left-mobile-dropdown-header > span > img.left-back-icon |
div.left-mobile-dropdown > li > a.browse > img div.left-mobile-dropdown > li > a.browse > img |
div.left-mobile-dropdown > li > a.browse > img div.left-mobile-dropdown > li > a.browse > img |
div.left-mobile-dropdown > li > a.browse > img div.left-mobile-dropdown > li > a.browse > img |
div.left-mobile-dropdown > li > a.browse > img.new-tag div.left-mobile-dropdown > li > a.browse > img.new-tag |
div.left-mobile-dropdown > li > a.browse > img div.left-mobile-dropdown > li > a.browse > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img |
li.light-blue-hover > div.mobile-dropdown-anchor > div.mobile-dropdown-anchor-content > img.right-forward-icon li.light-blue-hover > div.mobile-dropdown-anchor > div.mobile-dropdown-anchor-content > img.right-forward-icon |
ul.resources > div.left-mobile-dropdown-wrapper > div.left-mobile-dropdown-header > img.left-back-icon ul.resources > div.left-mobile-dropdown-wrapper > div.left-mobile-dropdown-header > img.left-back-icon |
div.left-mobile-dropdown > li > a.browse > img div.left-mobile-dropdown > li > a.browse > img |
div.left-mobile-dropdown > li > a.browse > img div.left-mobile-dropdown > li > a.browse > img |
ul.resources > li > a.light-blue-hover > img ul.resources > li > a.light-blue-hover > img |
ul.resources > li > a.light-blue-hover > img ul.resources > li > a.light-blue-hover > img |
ul.resources > li > a.light-blue-hover > img ul.resources > li > a.light-blue-hover > img |
ul.resources > li > a.light-blue-hover > img ul.resources > li > a.light-blue-hover > img |
ul.resources > li > a.light-blue-hover > img ul.resources > li > a.light-blue-hover > img |
ul.resources > li > a.light-blue-hover > img ul.resources > li > a.light-blue-hover > img |
ul.resources > li > a.light-blue-hover > img ul.resources > li > a.light-blue-hover > img |
ul.resources > li > a.light-blue-hover > img ul.resources > li > a.light-blue-hover > img |
ul.resources > li > a.light-blue-hover > img ul.resources > li > a.light-blue-hover > img |
ul.resources > li > a.light-blue-hover > img ul.resources > li > a.light-blue-hover > img |
ul.resources > li > a.light-blue-hover > img ul.resources > li > a.light-blue-hover > img |
ul.resources > li > a.light-blue-hover > img ul.resources > li > a.light-blue-hover > img |
li.light-blue-hover > div.mobile-dropdown-anchor > div.mobile-dropdown-anchor-content > img.right-forward-icon li.light-blue-hover > div.mobile-dropdown-anchor > div.mobile-dropdown-anchor-content > img.right-forward-icon |
div.left-mobile-dropdown-wrapper > span.left-mobile-dropdown-header > span > img.left-back-icon div.left-mobile-dropdown-wrapper > span.left-mobile-dropdown-header > span > img.left-back-icon |
div.left-mobile-dropdown > li > a.browse > img div.left-mobile-dropdown > li > a.browse > img |
div.left-mobile-dropdown > li > a.browse > img div.left-mobile-dropdown > li > a.browse > img |
ul.specialties > li > a.light-blue-hover > img ul.specialties > li > a.light-blue-hover > img |
ul.specialties > li > a.light-blue-hover > img ul.specialties > li > a.light-blue-hover > img |
li.light-blue-hover > div.mobile-dropdown-anchor > div.mobile-dropdown-anchor-content > img.right-forward-icon li.light-blue-hover > div.mobile-dropdown-anchor > div.mobile-dropdown-anchor-content > img.right-forward-icon |
ul > div.left-mobile-dropdown-wrapper > div.left-mobile-dropdown-header > img.left-back-icon ul > div.left-mobile-dropdown-wrapper > div.left-mobile-dropdown-header > img.left-back-icon |
div.left-mobile-dropdown > li > a.learn-more-button-left > img div.left-mobile-dropdown > li > a.learn-more-button-left > img |
ul > li > a.light-blue-hover > img ul > li > a.light-blue-hover > img |
ul > li > a.light-blue-hover > img ul > li > a.light-blue-hover > img |
ul > li > a.light-blue-hover > img ul > li > a.light-blue-hover > img |
ul > li > a.light-blue-hover > img ul > li > a.light-blue-hover > img |
ul > li > a.light-blue-hover > img ul > li > a.light-blue-hover > img |
ul > li > a.light-blue-hover > img ul > li > a.light-blue-hover > img |
ul > li > a.light-blue-hover > img ul > li > a.light-blue-hover > img |
li.light-blue-hover > div.mobile-dropdown-anchor > div.mobile-dropdown-anchor-content > img.right-forward-icon li.light-blue-hover > div.mobile-dropdown-anchor > div.mobile-dropdown-anchor-content > img.right-forward-icon |
ul.newsroom > div.left-mobile-dropdown-wrapper > div.left-mobile-dropdown-header > img.left-back-icon ul.newsroom > div.left-mobile-dropdown-wrapper > div.left-mobile-dropdown-header > img.left-back-icon |
ul.newsroom > div.left-mobile-dropdown > a.light-blue-hover > img ul.newsroom > div.left-mobile-dropdown > a.light-blue-hover > img |
ul.newsroom > div.left-mobile-dropdown > a.light-blue-hover > img ul.newsroom > div.left-mobile-dropdown > a.light-blue-hover > img |
ul.newsroom > div.left-mobile-dropdown > a.light-blue-hover > img ul.newsroom > div.left-mobile-dropdown > a.light-blue-hover > img |
ul.newsroom > div.left-mobile-dropdown > a.light-blue-hover > img ul.newsroom > div.left-mobile-dropdown > a.light-blue-hover > img |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img |
li.light-blue-hover > div.mobile-dropdown-anchor > div.mobile-dropdown-anchor-content > img.right-forward-icon li.light-blue-hover > div.mobile-dropdown-anchor > div.mobile-dropdown-anchor-content > img.right-forward-icon |
ul > div.left-mobile-dropdown-wrapper > div.left-mobile-dropdown-header > img.left-back-icon ul > div.left-mobile-dropdown-wrapper > div.left-mobile-dropdown-header > img.left-back-icon |
div.left-mobile-dropdown > li > a.learn-more-button-left > img div.left-mobile-dropdown > li > a.learn-more-button-left > img |
ul > li > a.light-blue-hover > img ul > li > a.light-blue-hover > img |
ul > li > a.light-blue-hover > img ul > li > a.light-blue-hover > img |
ul > li > a.light-blue-hover > img ul > li > a.light-blue-hover > img |
ul > li > a.light-blue-hover > img ul > li > a.light-blue-hover > img |
ul > li > a.light-blue-hover > img ul > li > a.light-blue-hover > img |
ul > li > a.light-blue-hover > img ul > li > a.light-blue-hover > img |
ul > li > a.light-blue-hover > img ul > li > a.light-blue-hover > img |
li.light-blue-hover > div.mobile-dropdown-anchor > div.mobile-dropdown-anchor-content > img.right-forward-icon li.light-blue-hover > div.mobile-dropdown-anchor > div.mobile-dropdown-anchor-content > img.right-forward-icon |
ul > div.left-mobile-dropdown-wrapper > div.left-mobile-dropdown-header > img.left-back-icon ul > div.left-mobile-dropdown-wrapper > div.left-mobile-dropdown-header > img.left-back-icon |
div.left-mobile-dropdown > li > a.learn-more-button-left > img div.left-mobile-dropdown > li > a.learn-more-button-left > img |
ul > div.links > a.dropdown-header-anchor-text > img.orange-arrow ul > div.links > a.dropdown-header-anchor-text > img.orange-arrow |
ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon |
ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon |
nav.tab-bar > section.middle > a.menu-logo > img nav.tab-bar > section.middle > a.menu-logo > img |
div.form-section > form.search-form-container > label.search-form-container > img.search-icon div.form-section > form.search-form-container > label.search-form-container > img.search-icon |
div.new-articles > div.new-article-card-container > a.new-article-img-container > img div.new-articles > div.new-article-card-container > a.new-article-img-container > img |
div.new-articles > div.new-article-card-container > a.new-article-img-container > img div.new-articles > div.new-article-card-container > a.new-article-img-container > img |
div.editor-pick-articles-container > div.editor-pick-card-container > a > img div.editor-pick-articles-container > div.editor-pick-card-container > a > img |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img |
div.article-activity-container > div.comment-and-view-count-container > div.comments > img.comments-icon div.article-activity-container > div.comment-and-view-count-container > div.comments > img.comments-icon |
div.article-activity-container > div.comment-and-view-count-container > div.views > img.eye-icon div.article-activity-container > div.comment-and-view-count-container > div.views > img.eye-icon |
a > div.discussion-comment-container > div.profile-container > img a > div.discussion-comment-container > div.profile-container > img |
div.article-activity-container > div.comment-and-view-count-container > div.comments > img.comments-icon div.article-activity-container > div.comment-and-view-count-container > div.comments > img.comments-icon |
div.article-activity-container > div.comment-and-view-count-container > div.views > img.eye-icon div.article-activity-container > div.comment-and-view-count-container > div.views > img.eye-icon |
a > div.discussion-comment-container > div.profile-container > img a > div.discussion-comment-container > div.profile-container > img |
div.article-activity-container > div.comment-and-view-count-container > div.comments > img.comments-icon div.article-activity-container > div.comment-and-view-count-container > div.comments > img.comments-icon |
div.article-activity-container > div.comment-and-view-count-container > div.views > img.eye-icon div.article-activity-container > div.comment-and-view-count-container > div.views > img.eye-icon |
a > div.discussion-comment-container > div.profile-container > img a > div.discussion-comment-container > div.profile-container > img |
div.article-activity-container > div.comment-and-view-count-container > div.comments > img.comments-icon div.article-activity-container > div.comment-and-view-count-container > div.comments > img.comments-icon |
div.article-activity-container > div.comment-and-view-count-container > div.views > img.eye-icon div.article-activity-container > div.comment-and-view-count-container > div.views > img.eye-icon |
a > div.discussion-comment-container > div.profile-container > img a > div.discussion-comment-container > div.profile-container > img |
div.subscribe-newsletter > div.subscribe-newsletter-container > div.newsletter-content > img.subscribe-newsletter-thumbnail div.subscribe-newsletter > div.subscribe-newsletter-container > div.newsletter-content > img.subscribe-newsletter-thumbnail |
div.newsletter-content > div.newsletter-content-container > div.newsletter-form > img.newsletter-quiz-thumbnail div.newsletter-content > div.newsletter-content-container > div.newsletter-form > img.newsletter-quiz-thumbnail |
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#primary-nav > nav.tab-bar > section.middle > a.menu-logo div#primary-nav > nav.tab-bar > section.middle > a.menu-logo |
div#primary-nav > nav.tab-bar > section.right > a.mobile-signed-out-avatar div#primary-nav > nav.tab-bar > section.right > a.mobile-signed-out-avatar |
div.articles-section > div.new-articles > div.new-article-card-container > a.new-article-img-container div.articles-section > div.new-articles > div.new-article-card-container > a.new-article-img-container |
div.articles-section > div.new-articles > div.new-article-card-container > a.new-article-img-container div.articles-section > div.new-articles > div.new-article-card-container > a.new-article-img-container |
div.editors-pick-articles > div.editor-pick-articles-container > div.editor-pick-card-container > a div.editors-pick-articles > div.editor-pick-articles-container > div.editor-pick-card-container > a |
div.newsletter-content > div.newsletter-content-container > div.social-media > a div.newsletter-content > div.newsletter-content-container > div.social-media > a |
div.newsletter-content > div.newsletter-content-container > div.social-media > a div.newsletter-content > div.newsletter-content-container > div.social-media > a |
div.newsletter-content > div.newsletter-content-container > div.social-media > a div.newsletter-content > div.newsletter-content-container > div.social-media > a |
div.newsletter-content > div.newsletter-content-container > div.social-media > a div.newsletter-content > div.newsletter-content-container > div.social-media > a |
div.newsletter-content > div.newsletter-content-container > div.social-media > a div.newsletter-content > div.newsletter-content-container > div.social-media > a |
div.newsletter-content > div.newsletter-content-container > div.social-media > a.bluesky div.newsletter-content > div.newsletter-content-container > div.social-media > a.bluesky |
div.newsletter-content > div.newsletter-content-container > div.social-media > a.tiktok div.newsletter-content > div.newsletter-content-container > div.social-media > a.tiktok |
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 |
|---|
Specialties
Browse
Articles
Posters
Abstracts
Cureus Collections
Specialti… ul > li.light-blue-hover > div.mobile-dropdown > ul.specialties |
Resources
About
About Publishing
About Peer Review
For Authors & Reviewers
… ul > li.light-blue-hover > div.mobile-dropdown > ul.resources |
Channels
About
About Cureus Channels
Cureus Channels Guide
Browse
Academic … ul > li.light-blue-hover > div.mobile-dropdown > ul.specialties |
Partnerships
Cureus Partnerships
Offering a variety of advertising and sponso… ul > li.light-blue-hover > div.mobile-dropdown > ul |
Newsroom
Browse
All
News
Cureus U
Newsletters
Highlights
Latest Highlighte… ul > li.light-blue-hover > div.mobile-dropdown > ul.newsroom |
About Us
About Cureus
Cureus provides an equitable, efficient publishing and … ul > li.light-blue-hover > div.mobile-dropdown > ul |
Competitions 🏆
Competitions
Generate broad awareness and deliver relevant, pe… ul > li.light-blue-hover > div.mobile-dropdown > ul |
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 |
|---|
Articles div.mobile-dropdown > ul.specialties > div.left-mobile-dropdown > li |
Posters div.mobile-dropdown > ul.specialties > div.left-mobile-dropdown > li |
Abstracts div.mobile-dropdown > ul.specialties > div.left-mobile-dropdown > li |
Cureus Collections div.mobile-dropdown > ul.specialties > div.left-mobile-dropdown > li |
About Publishing div.mobile-dropdown > ul.resources > div.left-mobile-dropdown > li |
About Peer Review div.mobile-dropdown > ul.resources > div.left-mobile-dropdown > li |
About Cureus Channels div.mobile-dropdown > ul.specialties > div.left-mobile-dropdown > li |
Cureus Channels Guide div.mobile-dropdown > ul.specialties > div.left-mobile-dropdown > li |
Learn more div.mobile-dropdown > ul > div.left-mobile-dropdown > li |
Learn more div.mobile-dropdown > ul > div.left-mobile-dropdown > li |
Learn more div.mobile-dropdown > ul > div.left-mobile-dropdown > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.