Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Room to improve — your 25.5s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 34.1 MB (23.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
271 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/61562443-4196-461f-85fe-2d9062f72754)<a href="https://beavercheck.com/results/61562443-4196-461f-85fe-2d9062f72754"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcureus.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcureus.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 25.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~33%.
Page takes 25.5s to load
+12% bounceUsers abandon at ~3s — you're 23.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 314ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
5 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
60 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
24 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€425 investment → €5.57/month returns + EUR 500,000 risk avoided
€425
5h · 5 findings
€5.57 /mo
~€67 / year
EUR 500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€41,672 / month at risk
~€500,067 / year if left unfixed
€500,000
+8 more
€5.57 /mo
75202.8 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
10.87 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
25.52 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
314 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.49 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
33.41 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2 | 75 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.editor-pick-articles-container > div.editor-pick-card-container > a > img div.editor-pick-articles-container > div.editor-pick-card-container > a > img | /uploads/figure/file/1970472/article_river_049aa2902abb11... | 1.6 MiB | 1.5 MiB |
Picture Quiz Image div.picture-prognosis-react-wrapper > div.picture-prognosis-widget-container > div.picture-prognosis-content-container > img.img-container | /uploads/picture_quiz/image/203/fa0d1ed0119111f1b828f1779... | 518.1 KiB | 477.3 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/209/large_card_March_2026... | 303.5 KiB | 280.3 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/204/large_card_Picture_Pr... | 291.6 KiB | 270.9 KiB |
Cureus Journal of Medical Science div#main > div#content > div#homepage-v2 > div.cureus-landing-hero | public.cureus.com/homepage_v2/homepage-background.png | 344.0 KiB | 250.2 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/newsroom_post/thumbnail_image/10/content_card_15... | 206.2 KiB | 192.5 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/215/large_card_Cureus_in_... | 196.4 KiB | 176.9 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/newsroom_post/thumbnail_image/98/content_card_ad... | 180.0 KiB | 166.3 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/newsroom_post/thumbnail_image/86/content_card_Ad... | 163.9 KiB | 150.2 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/newsroom_post/thumbnail_image/20/content_card_15... | 157.0 KiB | 143.3 KiB |
ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon | /uploads/competition/thumbnail/59/thumbnail_Screenshot_20... | 123.5 KiB | 122.3 KiB |
ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon | /uploads/competition/thumbnail/60/thumbnail_Accuray_Publi... | 87.3 KiB | 86.2 KiB |
nav.tab-bar > section.middle > a.menu-logo > img nav.tab-bar > section.middle > a.menu-logo > img | public.cureus.com/cureus-nav-logo-actual.png | 77.2 KiB | 76.8 KiB |
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 | /uploads/figure/file/1990678/content_card_e8f22b60389a11f... | 49.2 KiB | 39.5 KiB |
a > div.discussion-comment-container > div.profile-container > img a > div.discussion-comment-container > div.profile-container > img | /uploads/user_profile/avatar/983833/profile_1741569937-20... | 35.8 KiB | 35.0 KiB |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/19/thumbnail_16040... | 33.6 KiB | 32.5 KiB |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/100/thumbnail_Adob... | 29.8 KiB | 28.7 KiB |
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 | /uploads/figure/file/1903940/content_card_fc638570ffcb11f... | 37.7 KiB | 26.7 KiB |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/105/thumbnail_Adob... | 19.7 KiB | 18.5 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/218/large_card_Screenshot... | 36.6 KiB | 18.1 KiB |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/104/thumbnail_huma... | 18.8 KiB | 17.6 KiB |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/22/thumbnail_15811... | 17.0 KiB | 15.9 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/214/large_card_Why_I_Chos... | 39.9 KiB | 14.8 KiB |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/32/thumbnail_15886... | 10.3 KiB | 9.1 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/family_general_practice.png | 5.3 KiB | 4.7 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/medical_physics.png | 5.2 KiB | 4.5 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/genetics.png | 5.1 KiB | 4.5 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/neurosurgery.png | 4.7 KiB | 4.1 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/infectious_disease.png | 4.6 KiB | 4.0 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /scripts/6644f6ec6410f12d38d14e10b9fd8b26e52181f9a3967852... | 47.3 KiB | 1.3 s |
| assets.cureus.com/packs/js/jquery-52180029a58bdb040b43.js | 32.8 KiB | 154 ms |
| assets.cureus.com/packs/js/modernizr-9809f5e731447d1b13e6.js | 4.8 KiB | |
| assets.cureus.com/packs/js/fastclick-be48d441574ceeb389b3.js | 3.1 KiB | |
| assets.cureus.com/packs/application-647b8a0f-1.css | 28.6 KiB | 1.1 s |
| assets.cureus.com/packs/application-647b8a0f-5.css | 39.8 KiB | 154 ms |
| assets.cureus.com/packs/application-647b8a0f-4.css | 37.3 KiB | 154 ms |
| assets.cureus.com/packs/application-647b8a0f-3.css | 43.8 KiB | 462 ms |
| assets.cureus.com/packs/application-647b8a0f-2.css | 60.7 KiB | 770 ms |
| assets.cureus.com/packs/application-647b8a0f-6.css | 37.3 KiB | 308 ms |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css | 19.0 KiB | 972 ms |
| cdn.jsdelivr.net/npm/imagesloaded@5.0.0/imagesloaded.pkgd.min.js | 2.2 KiB | 751 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| cureus.com/ | 807 ms |
| www.cureus.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.cureus.com/ | 658 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| assets.cureus.com/packs/application-647b8a0f-2.css | 60.5 KiB | 56.9 KiB |
| assets.cureus.com/packs/application-647b8a0f-3.css | 43.6 KiB | 43.5 KiB |
| assets.cureus.com/packs/application-647b8a0f-4.css | 37.1 KiB | 37.1 KiB |
| assets.cureus.com/packs/application-647b8a0f-6.css | 37.1 KiB | 37.1 KiB |
| assets.cureus.com/packs/application-647b8a0f-5.css | 39.6 KiB | 33.5 KiB |
| assets.cureus.com/packs/application-647b8a0f-1.css | 28.5 KiB | 27.5 KiB |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css | 18.4 KiB | 18.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| assets.cureus.com/packs/js/application-e259d07a9c16c74194d4.js | 1.2 MiB | 1.1 MiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 176.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5L5TP48 | 158.9 KiB | 80.9 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| assets.cureus.com/packs/js/application-e259d07a9c16c74194d4.js | 1.3 s | 507 ms | 428 ms |
| Unattributable | 994 ms | 8.0 ms | 0.0 ms |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 585 ms | 509 ms | 65 ms |
| www.cureus.com/ | 380 ms | 45 ms | 5.4 ms |
| cmp.cureus.com/production_live/en/consent-bundle-122-latest.js | 321 ms | 233 ms | 16 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5L5TP48 | 188 ms | 149 ms | 38 ms |
| assets.cureus.com/packs/js/jquery-52180029a58bdb040b43.js | 157 ms | 41 ms | 10 ms |
| assets.cureus.com/packs/js/modernizr-9809f5e731447d1b13e6.js | 86 ms | 9.9 ms | 0.9 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.6 s |
| Other | 1.2 s |
| Script Parsing & Compilation | 577 ms |
| Style & Layout | 408 ms |
| Parse HTML & CSS | 156 ms |
| Rendering | 116 ms |
| Garbage Collection | 66 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
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 | public.cureus.com/homepage_new/newsletter_questions.jpeg |
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 | public.cureus.com/homepage_new/newsletter.jpeg |
nav.tab-bar > section.middle > a.menu-logo > img nav.tab-bar > section.middle > a.menu-logo > img | public.cureus.com/cureus-nav-logo-actual.png |
div.editor-pick-articles-container > div.editor-pick-card-container > a > img div.editor-pick-articles-container > div.editor-pick-card-container > a > img | /uploads/figure/file/1970472/article_river_049aa2902abb11... |
Picture Quiz Image div.picture-prognosis-react-wrapper > div.picture-prognosis-widget-container > div.picture-prognosis-content-container > img.img-container | /uploads/picture_quiz/image/203/fa0d1ed0119111f1b828f1779... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/214/large_card_Why_I_Chos... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/213/large_card_A_diverse_... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/209/large_card_March_2026... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/204/large_card_Picture_Pr... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/218/large_card_Screenshot... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/215/large_card_Cureus_in_... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/newsroom_post/thumbnail_image/98/content_card_ad... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/newsroom_post/thumbnail_image/86/content_card_Ad... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/newsroom_post/thumbnail_image/20/content_card_15... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/newsroom_post/thumbnail_image/10/content_card_15... |
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 | /uploads/figure/file/1903940/content_card_fc638570ffcb11f... |
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 | /uploads/figure/file/1990678/content_card_e8f22b60389a11f... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.
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.
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.
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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon | /uploads/competition/thumbnail/60/thumbnail_Accuray_Publi... | 48 x 48 (1.00) | 452 x 258 (1.75) |
ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon | /uploads/competition/thumbnail/59/thumbnail_Screenshot_20... | 48 x 48 (1.00) | 460 x 228 (2.02) |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/sports_medicine.png | 48 x 48 (1.00) | 225 x 237 (0.95) |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/100/thumbnail_Adob... | 48 x 48 (1.00) | 260 x 145 (1.79) |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/32/thumbnail_15886... | 48 x 48 (1.00) | 260 x 145 (1.79) |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/104/thumbnail_huma... | 48 x 48 (1.00) | 260 x 145 (1.79) |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/22/thumbnail_15811... | 48 x 48 (1.00) | 260 x 145 (1.79) |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/19/thumbnail_16040... | 48 x 48 (1.00) | 260 x 145 (1.79) |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/105/thumbnail_Adob... | 48 x 48 (1.00) | 260 x 145 (1.79) |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/pharmacology.png | 48 x 48 (1.00) | 177 x 153 (1.16) |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | /new-nav-bar/specialties-tab/cardiac_thoracic_vascular_su... | 48 x 48 (1.00) | 172 x 149 (1.15) |
ul.resources > li > a.light-blue-hover > img ul.resources > li > a.light-blue-hover > img | public.cureus.com/channel_guide.png | 24 x 24 (1.00) | 81 x 63 (1.29) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
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 | public.cureus.com/homepage_v2/search-icon-w.png | 24 x 24 | 24 x 24 | 36 x 36 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.cureus.com/partnerships | Learn more |
| www.cureus.com/about | Learn more |
| www.cureus.com/competitions | Learn more |
| www.cureus.com/specialties | More |
| www.cureus.com/partnerships | Learn more |
| www.cureus.com/newsroom | More |
| www.cureus.com/about | Learn more |
| www.cureus.com/competitions | Learn more |
| www.cureus.com/newsroom/news/252 | here |
| www.cureus.com/about_publishing | LEARN MORE |
| www.cureus.com/collections | LEARN MORE |
| www.cureus.com/about | LEARN MORE |
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 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
SUBMIT DIAGNOSIS div.picture-prognosis-widget-container > div.picture-prognosis-content-container > div.questions-container > a.button |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.41 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.16 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
50 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.313
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.86 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.79 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2 | 75 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.collection-cards > div.collection-card > a.collection-img-container > img div.collection-cards > div.collection-card > a.collection-img-container > img | /uploads/cureus_u_collection/banner_image/25/c5444df062d8... | 2.0 MiB | 2.0 MiB |
div.editor-pick-articles-container > div.editor-pick-card-container > a > img div.editor-pick-articles-container > div.editor-pick-card-container > a > img | /uploads/figure/file/1970472/article_river_049aa2902abb11... | 1.6 MiB | 1.5 MiB |
Picture Quiz Image div.picture-prognosis-react-wrapper > div.picture-prognosis-widget-container > div.picture-prognosis-content-container > img.img-container | /uploads/picture_quiz/image/203/fa0d1ed0119111f1b828f1779... | 518.1 KiB | 509.3 KiB |
div.collection-cards > div.collection-card > a.collection-img-container > img div.collection-cards > div.collection-card > a.collection-img-container > img | /uploads/call_collection/banner_image/215/87884840e02611f... | 505.8 KiB | 500.1 KiB |
div.publishing-content > div.content-container > div.content > img div.publishing-content > div.content-container > div.content > img | public.cureus.com/homepage_v2/about_publishing_hero.png | 387.7 KiB | 353.8 KiB |
div.video-container > div > a > img.video-image div.video-container > div > a > img.video-image | public.cureus.com/homepage_v2/about_us.png | 297.1 KiB | 287.4 KiB |
div.video-container > div > a > img.video-image div.video-container > div > a > img.video-image | public.cureus.com/homepage_v2/academic_channels_thumbnail.png | 294.5 KiB | 284.7 KiB |
div.video-container > div > a > img.video-image div.video-container > div > a > img.video-image | public.cureus.com/homepage_v2/article_collections.png | 291.8 KiB | 282.0 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/209/large_card_March_2026... | 303.5 KiB | 274.8 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/204/large_card_Picture_Pr... | 291.6 KiB | 264.6 KiB |
div.collection-cards > div.collection-card > a.collection-img-container > img div.collection-cards > div.collection-card > a.collection-img-container > img | /uploads/guest_editor_collection/banner_image/47/a684b4f0... | 260.7 KiB | 255.8 KiB |
Cureus Journal of Medical Science div#main > div#content > div#homepage-v2 > div.cureus-landing-hero | public.cureus.com/homepage_v2/homepage-background.png | 344.0 KiB | 250.2 KiB |
div.collection-cards > div.collection-card > a.collection-img-container > img div.collection-cards > div.collection-card > a.collection-img-container > img | /uploads/call_collection/banner_image/6/cd0fad505d6911eeb... | 229.1 KiB | 226.5 KiB |
div.video-container > div > a > img.video-image div.video-container > div > a > img.video-image | public.cureus.com/homepage_v2/about_publishing.png | 224.7 KiB | 215.0 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/newsroom_post/thumbnail_image/10/content_card_15... | 206.2 KiB | 189.4 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/215/large_card_Cureus_in_... | 196.4 KiB | 179.3 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/newsroom_post/thumbnail_image/98/content_card_ad... | 180.0 KiB | 163.1 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/newsroom_post/thumbnail_image/86/content_card_Ad... | 163.9 KiB | 147.0 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/newsroom_post/thumbnail_image/20/content_card_15... | 157.0 KiB | 140.1 KiB |
ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon | /uploads/competition/thumbnail/59/thumbnail_Screenshot_20... | 123.5 KiB | 123.1 KiB |
ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon | /uploads/competition/thumbnail/60/thumbnail_Accuray_Publi... | 87.3 KiB | 87.0 KiB |
nav.desktop-nav > div.nav-logo > a > img nav.desktop-nav > div.nav-logo > a > img | public.cureus.com/cureus-nav-logo-actual.png | 77.2 KiB | 77.0 KiB |
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 | /uploads/figure/file/1990678/content_card_e8f22b60389a11f... | 49.2 KiB | 39.5 KiB |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/19/thumbnail_16040... | 33.6 KiB | 33.3 KiB |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/100/thumbnail_Adob... | 29.8 KiB | 29.5 KiB |
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 | /uploads/figure/file/1903940/content_card_fc638570ffcb11f... | 37.7 KiB | 28.9 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/218/large_card_Screenshot... | 36.6 KiB | 19.6 KiB |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/105/thumbnail_Adob... | 19.7 KiB | 19.3 KiB |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/104/thumbnail_huma... | 18.8 KiB | 18.4 KiB |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/22/thumbnail_15811... | 17.0 KiB | 16.6 KiB |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/214/large_card_Why_I_Chos... | 39.9 KiB | 11.2 KiB |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/32/thumbnail_15886... | 10.3 KiB | 9.9 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/oral_medicine.png | 5.5 KiB | 5.3 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/family_general_practice.png | 5.3 KiB | 5.1 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/oncology.png | 5.3 KiB | 5.1 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/medical_physics.png | 5.2 KiB | 5.0 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/osteopathic_medicine.png | 5.1 KiB | 4.9 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/genetics.png | 5.1 KiB | 4.9 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/neurosurgery.png | 4.7 KiB | 4.5 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/infectious_disease.png | 4.6 KiB | 4.4 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/palliative_care.png | 4.6 KiB | 4.4 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/neurology.png | 4.5 KiB | 4.3 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/nephrology.png | 4.5 KiB | 4.3 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/internal_medicine.png | 4.5 KiB | 4.3 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | /new-nav-bar/specialties-tab/integrative_complementary_me... | 4.5 KiB | 4.3 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/allergy_immunology.png | 4.6 KiB | 4.3 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/nutrition.png | 4.4 KiB | 4.3 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/pediatric_surgery.png | 4.4 KiB | 4.2 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/pediatrics.png | 4.4 KiB | 4.2 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/otolaryngology.png | 4.4 KiB | 4.2 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/plastic_surgery.png | 4.3 KiB | 4.1 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/anatomy.png | 4.4 KiB | 4.1 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/epidemiology_public_health.png | 4.3 KiB | 4.0 KiB |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/nuclear_medicine.png | 4.2 KiB | 4.0 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| cureus.com/ | 252 ms |
| www.cureus.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.cureus.com/ | 696 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Cureus Journal of Medical Science
6.3 Million
Monthly reads
1.2 Million
Monthly… body.application_layout > div#root > div#container > div#main | 0.306 |
Specialties
Resources
Channels
Partnerships
Newsroom
About Us
Competitions 🏆 body.application_layout > div#primary-nav > nav.desktop-nav > div.nav-links | 0.007 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| assets.cureus.com/packs/application-647b8a0f-2.css | 60.5 KiB | 44.5 KiB |
| assets.cureus.com/packs/application-647b8a0f-3.css | 43.6 KiB | 43.5 KiB |
| assets.cureus.com/packs/application-647b8a0f-4.css | 37.1 KiB | 37.1 KiB |
| assets.cureus.com/packs/application-647b8a0f-6.css | 37.1 KiB | 37.0 KiB |
| assets.cureus.com/packs/application-647b8a0f-5.css | 39.6 KiB | 32.7 KiB |
| assets.cureus.com/packs/application-647b8a0f-1.css | 28.5 KiB | 27.0 KiB |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css | 18.4 KiB | 18.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| assets.cureus.com/packs/js/application-e259d07a9c16c74194d4.js | 1.2 MiB | 1.1 MiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 176.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5L5TP48 | 159.3 KiB | 81.2 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
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 | public.cureus.com/homepage_new/newsletter_questions.jpeg |
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 | public.cureus.com/homepage_new/newsletter.jpeg |
nav.desktop-nav > div.nav-logo > a > img nav.desktop-nav > div.nav-logo > a > img | public.cureus.com/cureus-nav-logo-actual.png |
div.editor-pick-articles-container > div.editor-pick-card-container > a > img div.editor-pick-articles-container > div.editor-pick-card-container > a > img | /uploads/figure/file/1970472/article_river_049aa2902abb11... |
Picture Quiz Image div.picture-prognosis-react-wrapper > div.picture-prognosis-widget-container > div.picture-prognosis-content-container > img.img-container | /uploads/picture_quiz/image/203/fa0d1ed0119111f1b828f1779... |
div.publishing-content > div.content-container > div.content > img div.publishing-content > div.content-container > div.content > img | public.cureus.com/homepage_v2/about_publishing_hero.png |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/214/large_card_Why_I_Chos... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/213/large_card_A_diverse_... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/209/large_card_March_2026... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/204/large_card_Picture_Pr... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/218/large_card_Screenshot... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/featured_content/image/215/large_card_Cureus_in_... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/newsroom_post/thumbnail_image/98/content_card_ad... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/newsroom_post/thumbnail_image/86/content_card_Ad... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/newsroom_post/thumbnail_image/20/content_card_15... |
div.orbit-container > ul.slides-container > li.slide > img div.orbit-container > ul.slides-container > li.slide > img | /uploads/newsroom_post/thumbnail_image/10/content_card_15... |
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 | /uploads/figure/file/1903940/content_card_fc638570ffcb11f... |
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 | /uploads/figure/file/1990678/content_card_e8f22b60389a11f... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 div.super-nav-links > ul.super-new-nav-bar-ul > li.super-nav-item > a.nav-item-name |
JOIN NOW nav.super-desktop-nav > div#navRight > a.button > span.no-marg |
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 |
BROWSE
> div.best-collections > div.header > div.header-container > a.more-collections |
Accepting Submissions div.collection-cards > div.collection-card > a.collection-img-container > div.submissions-badge |
CALL FOR ARTICLES div.collection-content-container > div.header-container > div.collection-header > p.collection-type |
11 div.collection-content-container > div.collection-metric-container > div.articles > span |
1322 div.collection-content-container > div.collection-metric-container > div.article-views > span |
CALL FOR ARTICLES div.collection-content-container > div.header-container > div.collection-header > p.collection-type |
126 div.collection-content-container > div.collection-metric-container > div.articles > span |
2817 div.collection-content-container > div.collection-metric-container > div.article-views > span |
CUREUS U div.collection-content-container > div.header-container > div.collection-header > p.collection-type |
251 div.collection-content-container > div.collection-metric-container > div.articles > span |
1009 div.collection-content-container > div.collection-metric-container > div.article-views > span |
GUEST EDITOR COLLECTION div.collection-content-container > div.header-container > div.collection-header > p.collection-type |
571 div.collection-content-container > div.collection-metric-container > div.article-views > span |
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 |
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 |
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 |
Featuring authors, reviewers and readers from all parts of the world, as well a… div.publishing-content > div.content-container > div.content > p.text-center |
editorial board div.content-container > div.content > p.text-center > a |
Our single-blind peer review process empowers authors to edit and re-submit the… div.publishing-content > div.content-container > div.content > p.text-center |
You can expect the entire process to take as little as a few weeks from submiss… div.publishing-content > div.content-container > div.content > p.text-center |
Learn more about our peer review process to start publishing. div.publishing-content > div.content-container > div.content > p.text-center |
peer review process div.content-container > div.content > p.text-center > a |
DO div.featured-authors-reviewers-container > div.name-qualification-container > div.name-container > div.qualification |
MD div.featured-authors-reviewers-container > div.name-qualification-container > div.name-container > div.qualification |
Associate Professor div.featured-authors-reviewers-container > div.name-qualification-container > div.name-container > div.qualification |
MD div.featured-authors-reviewers-container > div.name-qualification-container > div.name-container > div.qualification |
MBBS, MSc div.featured-authors-reviewers-container > div.name-qualification-container > div.name-container > div.qualification |
Assistant Professor, Associate Professor div.featured-authors-reviewers-container > div.name-qualification-container > div.name-container > div.qualification |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Publishing in Cureus div.learn-more-box-container > div.border-container > div.top-text-container > h6 |
Article video playlist div.multimedia-container > div.attachment-container > a > h6 |
These are opportunities to improve keyboard navigation in your application.
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.
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.desktop-nav > div.nav-logo > a > img nav.desktop-nav > div.nav-logo > a > 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.collection-cards > div.collection-card > a.collection-img-container > img div.collection-cards > div.collection-card > a.collection-img-container > img |
div.collection-cards > div.collection-card > a.collection-img-container > img div.collection-cards > div.collection-card > a.collection-img-container > img |
div.collection-cards > div.collection-card > a.collection-img-container > img div.collection-cards > div.collection-card > a.collection-img-container > img |
div.collection-cards > div.collection-card > a.collection-img-container > img div.collection-cards > div.collection-card > a.collection-img-container > 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.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 |
div.video-container > div > a > img.video-image div.video-container > div > a > img.video-image |
div.video-container > div > a > img.video-image div.video-container > div > a > img.video-image |
div.video-container > div > a > img.video-image div.video-container > div > a > img.video-image |
div.video-container > div > a > img.video-image div.video-container > div > a > img.video-image |
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.publishing-content > div.content-container > div.content > img div.publishing-content > div.content-container > div.content > img |
div.name-qualification-container > div.avatar-container > a > img.avatar div.name-qualification-container > div.avatar-container > a > img.avatar |
div.name-qualification-container > div.avatar-container > a > img.avatar div.name-qualification-container > div.avatar-container > a > img.avatar |
div.name-qualification-container > div.avatar-container > a > img.avatar div.name-qualification-container > div.avatar-container > a > img.avatar |
div.name-qualification-container > div.avatar-container > a > img.avatar div.name-qualification-container > div.avatar-container > a > img.avatar |
div.name-qualification-container > div.avatar-container > a > img.avatar div.name-qualification-container > div.avatar-container > a > img.avatar |
div.name-qualification-container > div.avatar-container > a > img.avatar div.name-qualification-container > div.avatar-container > a > img.avatar |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
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.desktop-nav > div.nav-logo > a div#primary-nav > nav.desktop-nav > div.nav-logo > a |
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.best-collections > div.collection-cards > div.collection-card > a.collection-img-container div.best-collections > div.collection-cards > div.collection-card > a.collection-img-container |
div.best-collections > div.collection-cards > div.collection-card > a.collection-img-container div.best-collections > div.collection-cards > div.collection-card > a.collection-img-container |
div.best-collections > div.collection-cards > div.collection-card > a.collection-img-container div.best-collections > div.collection-cards > div.collection-card > a.collection-img-container |
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 |
div.top-text-container > div.video-container > div > a div.top-text-container > div.video-container > div > a |
div.top-text-container > div.video-container > div > a div.top-text-container > div.video-container > div > a |
div.top-text-container > div.video-container > div > a div.top-text-container > div.video-container > div > a |
div.top-text-container > div.video-container > div > a div.top-text-container > div.video-container > div > a |
div.featured-authors-reviewers-container > div.name-qualification-container > div.avatar-container > a div.featured-authors-reviewers-container > div.name-qualification-container > div.avatar-container > a |
div.featured-authors-reviewers-container > div.name-qualification-container > div.avatar-container > a div.featured-authors-reviewers-container > div.name-qualification-container > div.avatar-container > a |
div.featured-authors-reviewers-container > div.name-qualification-container > div.avatar-container > a div.featured-authors-reviewers-container > div.name-qualification-container > div.avatar-container > a |
div.featured-authors-reviewers-container > div.name-qualification-container > div.avatar-container > a div.featured-authors-reviewers-container > div.name-qualification-container > div.avatar-container > a |
div.featured-authors-reviewers-container > div.name-qualification-container > div.avatar-container > a div.featured-authors-reviewers-container > div.name-qualification-container > div.avatar-container > a |
div.featured-authors-reviewers-container > div.name-qualification-container > div.avatar-container > a div.featured-authors-reviewers-container > div.name-qualification-container > div.avatar-container > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Picture Quiz Image div.picture-prognosis-react-wrapper > div.picture-prognosis-widget-container > div.picture-prognosis-content-container > img.img-container | /uploads/picture_quiz/image/203/fa0d1ed0119111f1b828f1779... | 274 x 196 (1.40) | 986 x 697 (1.41) |
ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon | /uploads/competition/thumbnail/60/thumbnail_Accuray_Publi... | 48 x 48 (1.00) | 452 x 258 (1.75) |
div.row > div.large-12 > a.light-blue-hover > img.grid-channel-icon div.row > div.large-12 > a.light-blue-hover > img.grid-channel-icon | /uploads/competition/thumbnail/60/thumbnail_Accuray_Publi... | 140 x 90 (1.56) | 452 x 258 (1.75) |
ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon ul > li.competitions-mobile > a.light-blue-hover > img.grid-channel-icon | /uploads/competition/thumbnail/59/thumbnail_Screenshot_20... | 48 x 48 (1.00) | 460 x 228 (2.02) |
div.row > div.large-12 > a.light-blue-hover > img.grid-channel-icon div.row > div.large-12 > a.light-blue-hover > img.grid-channel-icon | /uploads/competition/thumbnail/59/thumbnail_Screenshot_20... | 140 x 90 (1.56) | 460 x 228 (2.02) |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/sports_medicine.png | 48 x 48 (1.00) | 225 x 237 (0.95) |
div.dropdown-grid > div.large-4 > a.large-12 > img.specialty-icon div.dropdown-grid > div.large-4 > a.large-12 > img.specialty-icon | public.cureus.com/new-nav-bar/specialties-tab/sports_medicine.png | 48 x 48 (1.00) | 225 x 237 (0.95) |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/100/thumbnail_Adob... | 48 x 48 (1.00) | 260 x 145 (1.79) |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/32/thumbnail_15886... | 48 x 48 (1.00) | 260 x 145 (1.79) |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/104/thumbnail_huma... | 48 x 48 (1.00) | 260 x 145 (1.79) |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/22/thumbnail_15811... | 48 x 48 (1.00) | 260 x 145 (1.79) |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/19/thumbnail_16040... | 48 x 48 (1.00) | 260 x 145 (1.79) |
ul.newsroom > li.posts > a.light-blue-hover > img ul.newsroom > li.posts > a.light-blue-hover > img | /uploads/newsroom_post/thumbnail_image/105/thumbnail_Adob... | 48 x 48 (1.00) | 260 x 145 (1.79) |
div.large-6 > div.large-12 > a.light-blue-hover > img.grid-channel-icon div.large-6 > div.large-12 > a.light-blue-hover > img.grid-channel-icon | /uploads/newsroom_post/thumbnail_image/100/thumbnail_Adob... | 140 x 90 (1.56) | 260 x 145 (1.79) |
div.large-6 > div.large-12 > a.light-blue-hover > img.grid-channel-icon div.large-6 > div.large-12 > a.light-blue-hover > img.grid-channel-icon | /uploads/newsroom_post/thumbnail_image/32/thumbnail_15886... | 140 x 90 (1.56) | 260 x 145 (1.79) |
div.large-6 > div.large-12 > a.light-blue-hover > img.grid-channel-icon div.large-6 > div.large-12 > a.light-blue-hover > img.grid-channel-icon | /uploads/newsroom_post/thumbnail_image/104/thumbnail_huma... | 140 x 90 (1.56) | 260 x 145 (1.79) |
div.large-6 > div.large-12 > a.light-blue-hover > img.grid-channel-icon div.large-6 > div.large-12 > a.light-blue-hover > img.grid-channel-icon | /uploads/newsroom_post/thumbnail_image/22/thumbnail_15811... | 140 x 90 (1.56) | 260 x 145 (1.79) |
div.large-6 > div.large-12 > a.light-blue-hover > img.grid-channel-icon div.large-6 > div.large-12 > a.light-blue-hover > img.grid-channel-icon | /uploads/newsroom_post/thumbnail_image/19/thumbnail_16040... | 140 x 90 (1.56) | 260 x 145 (1.79) |
div.large-6 > div.large-12 > a.light-blue-hover > img.grid-channel-icon div.large-6 > div.large-12 > a.light-blue-hover > img.grid-channel-icon | /uploads/newsroom_post/thumbnail_image/105/thumbnail_Adob... | 140 x 90 (1.56) | 260 x 145 (1.79) |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | public.cureus.com/new-nav-bar/specialties-tab/pharmacology.png | 48 x 48 (1.00) | 177 x 153 (1.16) |
div.dropdown-grid > div.large-4 > a.large-12 > img.specialty-icon div.dropdown-grid > div.large-4 > a.large-12 > img.specialty-icon | public.cureus.com/new-nav-bar/specialties-tab/pharmacology.png | 48 x 48 (1.00) | 177 x 153 (1.16) |
ul > li.specialty > a.light-blue-hover > img ul > li.specialty > a.light-blue-hover > img | /new-nav-bar/specialties-tab/cardiac_thoracic_vascular_su... | 48 x 48 (1.00) | 172 x 149 (1.15) |
div.dropdown-grid > div.large-4 > a.large-12 > img.specialty-icon div.dropdown-grid > div.large-4 > a.large-12 > img.specialty-icon | /new-nav-bar/specialties-tab/cardiac_thoracic_vascular_su... | 48 x 48 (1.00) | 172 x 149 (1.15) |
div.name-qualification-container > div.avatar-container > a > img.avatar div.name-qualification-container > div.avatar-container > a > img.avatar | /uploads/user_profile/avatar/145337/profile_1602183394-Pi... | 39 x 56 (0.70) | 150 x 150 (1.00) |
ul.resources > li > a.light-blue-hover > img ul.resources > li > a.light-blue-hover > img | public.cureus.com/channel_guide.png | 24 x 24 (1.00) | 81 x 63 (1.29) |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.cureus.com/partnerships | Learn more |
| www.cureus.com/about | Learn more |
| www.cureus.com/competitions | Learn more |
| www.cureus.com/newsroom/news/252 | here |
| www.cureus.com/about_publishing | LEARN MORE |
| www.cureus.com/collections | LEARN MORE |
| www.cureus.com/about | LEARN MORE |
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.desktop-nav > div.nav-logo > a > img nav.desktop-nav > div.nav-logo > a > 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.collection-cards > div.collection-card > a.collection-img-container > img div.collection-cards > div.collection-card > a.collection-img-container > img |
div.collection-cards > div.collection-card > a.collection-img-container > img div.collection-cards > div.collection-card > a.collection-img-container > img |
div.collection-cards > div.collection-card > a.collection-img-container > img div.collection-cards > div.collection-card > a.collection-img-container > img |
div.collection-cards > div.collection-card > a.collection-img-container > img div.collection-cards > div.collection-card > a.collection-img-container > 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.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 |
div.video-container > div > a > img.video-image div.video-container > div > a > img.video-image |
div.video-container > div > a > img.video-image div.video-container > div > a > img.video-image |
div.video-container > div > a > img.video-image div.video-container > div > a > img.video-image |
div.video-container > div > a > img.video-image div.video-container > div > a > img.video-image |
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.publishing-content > div.content-container > div.content > img div.publishing-content > div.content-container > div.content > img |
div.name-qualification-container > div.avatar-container > a > img.avatar div.name-qualification-container > div.avatar-container > a > img.avatar |
div.name-qualification-container > div.avatar-container > a > img.avatar div.name-qualification-container > div.avatar-container > a > img.avatar |
div.name-qualification-container > div.avatar-container > a > img.avatar div.name-qualification-container > div.avatar-container > a > img.avatar |
div.name-qualification-container > div.avatar-container > a > img.avatar div.name-qualification-container > div.avatar-container > a > img.avatar |
div.name-qualification-container > div.avatar-container > a > img.avatar div.name-qualification-container > div.avatar-container > a > img.avatar |
div.name-qualification-container > div.avatar-container > a > img.avatar div.name-qualification-container > div.avatar-container > a > img.avatar |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
div.attachment-container > a > div.image-container > img.image div.attachment-container > a > div.image-container > img.image |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
SUBMIT DIAGNOSIS div.picture-prognosis-widget-container > div.picture-prognosis-content-container > div.questions-container > a.button |
To appear in search results, crawlers need access to your app.
Send Feedback