Skip to content
https://webmd.com

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

42

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:node label:Element subItemsHeading:map[key:extra] valueType:node] map[granularity:0.001 key:score label:Layout shift score subItemsHeading:map[key:cause valueType:text] valueType:numeric]]
items: [map[node:map[type:text value:Total] score:0.000854] map[node:map[boundingRect:map[bottom:40 height:32 left:251 right:354 top:8 width:103] lhId:page-17-DIV nodeLabel: Subscribe path:1,HTML,1,BODY,0,DIV,0,DIV,1,HEADER,0,DIV,0,DIV,1,NAV,0,DIV,4,DIV selector:div.vn-scrim > nav.vn-wrapper > div.vn-container > div.newsletter-wrapper snippet:<div class="newsletter-wrapper overlay vn-subscribe vn-mt vn-mob-gn-sub"> type:node] score:0.000854 subItems:map[items:[map[cause:Unsized image element extra:map[boundingRect:map[bottom:35 height:21 left:71 right:161 top:14 width:90] lhId:page-20-IMG nodeLabel:Logo for WebMD path:1,HTML,1,BODY,0,DIV,0,DIV,1,HEADER,0,DIV,0,DIV,1,NAV,0,DIV,1,DIV,0,A,0,IMG selector:div.vn-container > div.vn-logo-container > a.vn-logo > img snippet:<img class="" src="https://img.wbmdstatic.com/vim/live/webmd/consumer_assets/site_images/logo…" alt="Logo for WebMD"> type:node]]] type:subitems]]]
headings: [map[key:node label:Element subItemsHeading:map[key:extra] valueType:node] map[granularity:0.001 key:score label:Layout shift score subItemsHeading:map[key:cause valueType:text] valueType:numeric]]
items: [map[node:map[type:text value:Total] score:0.14852700000000002] map[node:map[boundingRect:map[bottom:807 height:554 left:0 right:412 top:253 width:412] lhId:page-18-DIV nodeLabel:Your Choice on Cookies We and our 60 partners store and access personal data, l… path:1,HTML,1,BODY,34,DIV,1,DIV selector:body > div#onetrust-consent-sdk > div#onetrust-banner-sdk snippet:<div id="onetrust-banner-sdk" class="otFloatingRounded ot-iab-2 ot-bottom-left vertical-align-content" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 1rem;"> type:node] score:0.00372] map[node:map[boundingRect:map[bottom:807 height:554 left:0 right:412 top:253 width:412] lhId:page-18-DIV nodeLabel:Your Choice on Cookies We and our 60 partners store and access personal data, l… path:1,HTML,1,BODY,34,DIV,1,DIV selector:body > div#onetrust-consent-sdk > div#onetrust-banner-sdk snippet:<div id="onetrust-banner-sdk" class="otFloatingRounded ot-iab-2 ot-bottom-left vertical-align-content" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 1rem;"> type:node] score:0.002746] map[node:map[boundingRect:map[bottom:807 height:554 left:0 right:412 top:253 width:412] lhId:page-18-DIV nodeLabel:Your Choice on Cookies We and our 60 partners store and access personal data, l… path:1,HTML,1,BODY,34,DIV,1,DIV selector:body > div#onetrust-consent-sdk > div#onetrust-banner-sdk snippet:<div id="onetrust-banner-sdk" class="otFloatingRounded ot-iab-2 ot-bottom-left vertical-align-content" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 1rem;"> type:node] score:0.002652] map[node:map[boundingRect:map[bottom:807 height:554 left:0 right:412 top:253 width:412] lhId:page-18-DIV nodeLabel:Your Choice on Cookies We and our 60 partners store and access personal data, l… path:1,HTML,1,BODY,34,DIV,1,DIV selector:body > div#onetrust-consent-sdk > div#onetrust-banner-sdk snippet:<div id="onetrust-banner-sdk" class="otFloatingRounded ot-iab-2 ot-bottom-left vertical-align-content" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 1rem;"> type:node] score:0.002593] map[node:map[boundingRect:map[bottom:807 height:554 left:0 right:412 top:253 width:412] lhId:page-18-DIV nodeLabel:Your Choice on Cookies We and our 60 partners store and access personal data, l… path:1,HTML,1,BODY,34,DIV,1,DIV selector:body > div#onetrust-consent-sdk > div#onetrust-banner-sdk snippet:<div id="onetrust-banner-sdk" class="otFloatingRounded ot-iab-2 ot-bottom-left vertical-align-content" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 1rem;"> type:node] score:0.002533]]

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:32.43 source:map[type:text value:[unattributed]]]]

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
photo of Sherry Grossi li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/article_thumb...28.8 KiB25.0 KiB
photo of couple walking with dog in park li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/article_thumb...29.3 KiB21.2 KiB
photo of Judith Boyd li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/article_thumb...20.7 KiB17.6 KiB
photo of fresh strawberries li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/article_thumb...19.0 KiB12.9 KiB
photo of woman looking out window li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/articles/heal...13.7 KiB11.7 KiB
photo of man li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/liv...16.9 KiB10.9 KiB
photo of walking close up li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/articles/heal...11.7 KiB10.0 KiB
photo of map of U.S. li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/too...16.1 KiB9.6 KiB
photo of magnifying glass with pills li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/too...14.8 KiB8.8 KiB
photo of Lorraine Ladish li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/article_thumb...34.4 KiB8.5 KiB
photo of couple holding hands li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/liv...12.6 KiB8.1 KiB
photo of pill bottles and medicine li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/too...11.3 KiB6.7 KiB
photo of older man li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/liv...10.0 KiB6.5 KiB
photo of li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/article_thumb...9.1 KiB6.2 KiB
photo of woman in yoga pose li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/liv...8.4 KiB5.4 KiB
photo of bmi scale li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/too...7.9 KiB4.7 KiB

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 1.0 s
URLTime Spent
webmd.com/1.0 s
www.webmd.com/0.0 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

ElementLayout shift score
Your Choice on Cookies We and our 60 partners store and access personal data, l… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
0.004
Your Choice on Cookies We and our 60 partners store and access personal data, l… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
0.003
Your Choice on Cookies We and our 60 partners store and access personal data, l… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
0.003
Your Choice on Cookies We and our 60 partners store and access personal data, l… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
0.003
Your Choice on Cookies We and our 60 partners store and access personal data, l… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
0.003
Your Choice on Cookies We and our 60 partners store and access personal data, l… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
0.002
Your Choice on Cookies We and our 60 partners store and access personal data, l… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
0.002
Your Choice on Cookies We and our 60 partners store and access personal data, l… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
0.002
Your Choice on Cookies We and our 60 partners store and access personal data, l… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
0.002
Your Choice on Cookies We and our 60 partners store and access personal data, l… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
0.002
Your Choice on Cookies We and our 60 partners store and access personal data, l… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
0.002
Your Choice on Cookies We and our 60 partners store and access personal data, l… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
0.002
Your Choice on Cookies We and our 60 partners store and access personal data, l… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
0.002
Your Choice on Cookies We and our 60 partners store and access personal data, l… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
0.002
Your Choice on Cookies We and our 60 partners store and access personal data, l… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
0.002

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Diagnostics

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation3.2 s
Other1.4 s
Style & Layout626 ms
Rendering501 ms
Script Parsing & Compilation455 ms
Parse HTML & CSS181 ms
Garbage Collection111 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure 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

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
photo of Lorraine Ladish li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/article_thumb...
photo of man li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/liv...
photo of woman holding basket of groceries li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/liv...
photo of older man li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/liv...
photo of couple holding hands li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/liv...
photo of woman in yoga pose li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/liv...
What I Ask My Employer For With Myasthenia Gravis ul.module-list > li.module-list-item > div.image-container > img.module-list-img
/vim/live/webmd/consumer_assets/site_images/articles/biog...
Come With Me to My First Brain MRI ul.module-list > li.module-list-item > div.image-container > img.module-list-img
/vim/live/webmd/consumer_assets/site_images/articles/biog...
Skin Care During Pregnancy: What’s Safe, What’s Not, and Why Your Skin Feels We… ul.module-list > li.module-list-item > div.image-container > img.module-list-img
/vim/live/webmd/consumer_assets/site_images/articles/biog...
Your Gut Health, Colds, and Flu ul.module-list > li.module-list-item > div.image-container > img.module-list-img
/vim/live/webmd/consumer_assets/site_images/articles/biog...
photo of bmi scale li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/too...
photo of date and pregnancy test li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/too...
photo of magnifying glass with pills li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/too...
photo of pill bottles and medicine li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/too...
photo of map of U.S. li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/home_page/too...
div.hp-nl-main > div.hp-nl-container > div.container-2 > img div.hp-nl-main > div.hp-nl-container > div.container-2 > img
/vim/live/webmd/consumer_assets/site_images/home_page/hp-...
photo of young man drinking bottled water li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/articles/heal...
photo of couple walking with dog in park li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/article_thumb...
photo of fresh strawberries li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/article_thumb...
photo of li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/article_thumb...
photo of pills li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/articles/heal...
photo of Sherry Grossi li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/article_thumb...
photo of walking close up li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/articles/heal...
photo of Judith Boyd li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/article_thumb...
photo of woman looking out window li > a.module-list-link > div.image-container > img.module-list-image
/vim/live/webmd/consumer_assets/site_images/articles/heal...
li > a > div.img-container > img li > a > div.img-container > img
/embody/live/embody/embody_assets/951x634-Cardio-PersStor...
li > a > div.img-container > img li > a > div.img-container > img
/vim/live/webmd/consumer_assets/site_images/articles/heal...
li > a > div.img-container > img li > a > div.img-container > img
/vim/live/webmd/consumer_assets/site_images/article_thumb...
Logo for WebMD div.vn-container > div.vn-logo-container > a.vn-logo > img
/vim/live/webmd/consumer_assets/site_images/logos/webmd/w...
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img
/vim/live/webmd/consumer_assets/site_images/responsive/pl...
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img
/vim/live/webmd/consumer_assets/site_images/responsive/pl...
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img
/vim/live/webmd/consumer_assets/site_images/responsive/pl...
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img
/vim/live/webmd/consumer_assets/site_images/responsive/pl...
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img
/vim/live/webmd/consumer_assets/site_images/responsive/pl...
div#vn-menu-hdr-site-1 > header.vn-mt > a > img div#vn-menu-hdr-site-1 > header.vn-mt > a > img
/webmd_v1_static_vue/091e9c5e823d0cb2/client/img/arrow-ri...

More information about the performance of your application. These numbers don't directly affect the Performance score.

Optimize DOM size
LCP breakdown
LCP request discovery
Modern HTTP
Optimize viewport for mobile
Minify CSS
Minify JavaScript
Avoids enormous network payloads Total size was 2,296 KiB
User Timing marks and measures 8 user timings
Avoid long main-thread tasks 18 long tasks found
Avoid non-composited animations 2 animated elements found
Network Requests
Network Round Trip Times 100 ms
Server Backend Latencies 140 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 50 ms
INP breakdown
78

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

ARIA

Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Conditions div#vn-links > ul.vn-links-list > li > a#vn-link-hdr-site-1
Drugs & Supplements div#vn-links > ul.vn-links-list > li > a#vn-link-hdr-site-2
Well-Being div#vn-links > ul.vn-links-list > li > a#vn-link-hdr-site-3
More div#vn-links > ul.vn-links-list > li > a#vn-link-hdr-site-6
div.inp-cont > div.checkbox-container > label.webmd-checkbox > span.webmd-checkbox__input div.inp-cont > div.checkbox-container > label.webmd-checkbox > span.webmd-checkbox__input
div.inp-cont > div.checkbox-container > label.webmd-checkbox > span.webmd-checkbox__input div.inp-cont > div.checkbox-container > label.webmd-checkbox > span.webmd-checkbox__input
div.inp-cont > div.checkbox-container > label.webmd-checkbox > span.webmd-checkbox__input div.inp-cont > div.checkbox-container > label.webmd-checkbox > span.webmd-checkbox__input

These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.

Names and labels

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img
li > a > div.img-container > img li > a > div.img-container > img
li > a > div.img-container > img li > a > div.img-container > img
li > a > div.img-container > img li > a > div.img-container > img
div.hp-nl-main > div.hp-nl-container > div.container-2 > img div.hp-nl-main > div.hp-nl-container > div.container-2 > img
div.module-container > div.module-list > div.image-container > img div.module-container > div.module-list > div.image-container > img

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link
div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link
div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link
div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link

These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.

Tables and lists

Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Early Warning Signs Of Diabetes Diabetes affects millions and often goes undia… section#hp-topstory > div.module-content > div.module-container > ul.list-container-2
Mental Health Diet & Weight Management Healthy Aging Sex & Relationships Fitnes… section#hp-lvnghlthy > div.module-content > div.module-container > ul.list-container-2
Breast Cancer Rheumatoid Arthritis Depression Eczema Women’s Health Diabetes Ey… section#hp-conditions > div.module-content > div.module-container > ul.list-container-2
A New Once-Daily Pill For Weight Loss This daily GLP-1 tablet offers an effect… section#hp-news > div.module-content > div.module-container > ul.list-container-2
Navigating Aging, Menopause, and Eye Health section#hp-exphealth > div.module-content > div.module-container > ul.list-container-1
Keeping an Eye on Fashion and Vision Health Tips to Stay Active as You Age How … section#hp-exphealth > div.module-content > div.module-container > ul.list-container-2
Adult Vaccines Back Pain Chronic Pain Digestive Problems Hemorrhoids Hypertensi… section#hp-hlthtopics > div.module-content > div.module-container > ul.list-container-2
BMI Calculator Ovulation Calculator Cold And Flu Map Pill Identifier Drugs Inte… section#hp-lvnghlthtool > div.module-content > div.module-container > ul.list-container-2
ADD/ADHD - Childhood ADHD Allergies Alzheimer's Ankylosing Spondylitis Anxiety … section#hc-hp > div.module-content > div.module-container > ul.list-container-2

Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Early Warning Signs Of Diabetes Diabetes affects millions and often goes undia… div.module-container > ul.list-container-2 > div.module-list > li
How to Boost Your Immune System div.module-container > ul.list-container-2 > div.module-list > li
Why Strawberries Are Good for You div.module-container > ul.list-container-2 > div.module-list > li
Key Things to Know Before a Tummy Tuck div.module-container > ul.list-container-2 > div.module-list > li
Mental Health div.module-container > ul.list-container-2 > div.module-list > li
Diet & Weight Management div.module-container > ul.list-container-2 > div.module-list > li
Healthy Aging div.module-container > ul.list-container-2 > div.module-list > li
Sex & Relationships div.module-container > ul.list-container-2 > div.module-list > li
Fitness & Exercise div.module-container > ul.list-container-2 > div.module-list > li
Breast Cancer div.module-container > ul.list-container-2 > div.module-list > li
Rheumatoid Arthritis div.module-container > ul.list-container-2 > div.module-list > li
Depression div.module-container > ul.list-container-2 > div.module-list > li
Eczema div.module-container > ul.list-container-2 > div.module-list > li
Women’s Health div.module-container > ul.list-container-2 > div.module-list > li
Diabetes div.module-container > ul.list-container-2 > div.module-list > li
Eye Health div.module-container > ul.list-container-2 > div.module-list > li
Sleep Disorders div.module-container > ul.list-container-2 > div.module-list > li
A New Once-Daily Pill For Weight Loss This daily GLP-1 tablet offers an effect… div.module-container > ul.list-container-2 > div.module-list > li
Serious Liver Injury Risks From Vasculitis Drug div.module-container > ul.list-container-2 > div.module-list > li
The First Once-Weekly Basal Insulin for Type 2 Diabetes div.module-container > ul.list-container-2 > div.module-list > li
Nationwide Recall Issued for Children's Ibuprofen div.module-container > ul.list-container-2 > div.module-list > li
Navigating Aging, Menopause, and Eye Health div.module-container > ul.list-container-1 > div.module-list > li
Keeping an Eye on Fashion and Vision Health div.module-container > ul.list-container-2 > div.module-list > li
Tips to Stay Active as You Age div.module-container > ul.list-container-2 > div.module-list > li
How to Spot Ageism (and What to Do About It) div.module-container > ul.list-container-2 > div.module-list > li
Don’t Let Loneliness Age You Faster div.module-container > ul.list-container-2 > div.module-list > li
Adult Vaccines div.module-container > ul.list-container-2 > div.module-list > li
Back Pain div.module-container > ul.list-container-2 > div.module-list > li
Chronic Pain div.module-container > ul.list-container-2 > div.module-list > li
Digestive Problems div.module-container > ul.list-container-2 > div.module-list > li
Hemorrhoids div.module-container > ul.list-container-2 > div.module-list > li
Hypertension div.module-container > ul.list-container-2 > div.module-list > li
Nutrition And Healthy Eating div.module-container > ul.list-container-2 > div.module-list > li
Skin Problems And Treatments div.module-container > ul.list-container-2 > div.module-list > li
Uterine Cervical Cancer div.module-container > ul.list-container-2 > div.module-list > li
Vitamins And Supplements div.module-container > ul.list-container-2 > div.module-list > li
BMI Calculator div.module-container > ul.list-container-2 > div.module-list > li
Ovulation Calculator div.module-container > ul.list-container-2 > div.module-list > li
Cold And Flu Map div.module-container > ul.list-container-2 > div.module-list > li
Pill Identifier div.module-container > ul.list-container-2 > div.module-list > li
Drugs Interaction Checker div.module-container > ul.list-container-2 > div.module-list > li
Cat Health Tool div.module-container > ul.list-container-2 > div.module-list > li
Dog Health Tool div.module-container > ul.list-container-2 > div.module-list > li
Due Date Calculator div.module-container > ul.list-container-2 > div.module-list > li
Fitness Calorie Counter div.module-container > ul.list-container-2 > div.module-list > li
Food Calorie Counter div.module-container > ul.list-container-2 > div.module-list > li
Visual Pregnancy Timeline div.module-container > ul.list-container-2 > div.module-list > li
ADD/ADHD - Childhood div.module-container > ul.list-container-2 > div.module-list > li
ADHD div.module-container > ul.list-container-2 > div.module-list > li
Allergies div.module-container > ul.list-container-2 > div.module-list > li
Alzheimer's div.module-container > ul.list-container-2 > div.module-list > li
Ankylosing Spondylitis div.module-container > ul.list-container-2 > div.module-list > li
Anxiety Disorders div.module-container > ul.list-container-2 > div.module-list > li
Arthritis div.module-container > ul.list-container-2 > div.module-list > li
Asthma div.module-container > ul.list-container-2 > div.module-list > li
Back Pain div.module-container > ul.list-container-2 > div.module-list > li
Cancer div.module-container > ul.list-container-2 > div.module-list > li
Children's Vaccines div.module-container > ul.list-container-2 > div.module-list > li
Cholesterol div.module-container > ul.list-container-2 > div.module-list > li
Cold, Flu, & Cough div.module-container > ul.list-container-2 > div.module-list > li
COPD div.module-container > ul.list-container-2 > div.module-list > li
Coronavirus div.module-container > ul.list-container-2 > div.module-list > li
Depression div.module-container > ul.list-container-2 > div.module-list > li
Diabetes div.module-container > ul.list-container-2 > div.module-list > li
Digestive Disorders div.module-container > ul.list-container-2 > div.module-list > li
Eye Health div.module-container > ul.list-container-2 > div.module-list > li
Health & Balance div.module-container > ul.list-container-2 > div.module-list > li
Heart Health div.module-container > ul.list-container-2 > div.module-list > li
Heartburn/GERD div.module-container > ul.list-container-2 > div.module-list > li
Hypertension div.module-container > ul.list-container-2 > div.module-list > li
Lung Cancer div.module-container > ul.list-container-2 > div.module-list > li
Mental Health div.module-container > ul.list-container-2 > div.module-list > li
Migraines div.module-container > ul.list-container-2 > div.module-list > li
Multiple Myeloma div.module-container > ul.list-container-2 > div.module-list > li
Multiple Sclerosis div.module-container > ul.list-container-2 > div.module-list > li
Oral Care div.module-container > ul.list-container-2 > div.module-list > li
Orthopedics div.module-container > ul.list-container-2 > div.module-list > li
Osteoporosis div.module-container > ul.list-container-2 > div.module-list > li
Ovarian Cancer div.module-container > ul.list-container-2 > div.module-list > li
Prostate Cancer div.module-container > ul.list-container-2 > div.module-list > li
Psoriasis div.module-container > ul.list-container-2 > div.module-list > li
Rheumatoid Arthritis div.module-container > ul.list-container-2 > div.module-list > li
Schizophrenia div.module-container > ul.list-container-2 > div.module-list > li
Sexual Conditions div.module-container > ul.list-container-2 > div.module-list > li
Skin Problems div.module-container > ul.list-container-2 > div.module-list > li
Sleep Disorders div.module-container > ul.list-container-2 > div.module-list > li

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

Best practices

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link div.module-list-body > div.module-list-footer > div.module-list-read-more > a.module-list-read-more-link

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
ARIA toggle fields have accessible names
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
No element has a `[tabindex]` value greater than 0
Heading elements appear in a sequentially-descending order
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
ARIA IDs are unique
Uses ARIA roles only on compatible elements
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
96

Best Practices

Browser Compatibility

A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
No browser errors logged to the console
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Page has valid source maps
Redirects HTTP traffic to HTTPS
Detected JavaScript libraries
77

SEO

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.

Content Best Practices

Descriptive link text helps search engines understand your content. Learn how to make links more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Link destinationLink Text
www.webmd.com/about-webmd-policies/cookie-policyMore information

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img
a.module-list-link > div.image-container > div.thumb-overlay > img a.module-list-link > div.image-container > div.thumb-overlay > img
li > a > div.img-container > img li > a > div.img-container > img
li > a > div.img-container > img li > a > div.img-container > img
li > a > div.img-container > img li > a > div.img-container > img
div.hp-nl-main > div.hp-nl-container > div.container-2 > img div.hp-nl-main > div.hp-nl-container > div.container-2 > img
div.module-container > div.module-list > div.image-container > img div.module-container > div.module-list > div.image-container > img

Format your HTML in a way that enables crawlers to better understand your app’s content.

Crawling and Indexing

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uncrawlable Link
Privacy & More div#vn-links > ul.vn-links-list > li.vn-mt > a
Policies div > div.global-footer > p.active > a
About div > div.global-footer > p > a
For Advertisers div > div.global-footer > p > a

To appear in search results, crawlers need access to your app.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
robots.txt is valid
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback