Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
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
Cookie 'country_codes' is missing the Secure flag
Cookie 'country_region' is missing the Secure flag
Cookie 'device_type' is missing the Secure flag
HSTS header is missing
[](https://beavercheck.com/results/09b4d21d-a72f-4aef-8d24-903627281b0b)<a href="https://beavercheck.com/results/09b4d21d-a72f-4aef-8d24-903627281b0b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.samsung.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.samsung.comThis badge auto-updates with your latest scan result.
Thanks for your feedback!
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.
4.26 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.04 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.97 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
20.96 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.
40.79 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 4.4 KiB | 396 ms |
| /resources/libs/account-internal/2.0.0/account-internal.m... | 902 B | 764 ms |
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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img | consent.trustarc.com/get?name=samsungblack_logo.png | 6.4 KiB | 5.4 KiB |
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.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
| URL | Time Spent |
|---|---|
| www.samsung.com/ | 1.2 s |
| www.samsung.com/us/ | 0.0 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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 362.6 KiB | 179.3 KiB |
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 155.4 KiB | 100.5 KiB |
| wsv3cdn.audioeye.com/static-scripts/v2/2026-03-27/startup.bundle.js | 124.1 KiB | 66.1 KiB |
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 59.3 KiB | 33.6 KiB |
| assets.adobedtm.com/72afb75f5516/8609776c4c4c/launch-6dab4959fb1e.min.js | 90.2 KiB | 33.2 KiB |
| /static-scripts/m/audioeye-scanner-esm/v11.0.34/audioeye-... | 80.3 KiB | 29.1 KiB |
| s.go-mpulse.net/boomerang/VRZKC-5BSTD-4EWS3-R2J59-B8GYB | 58.1 KiB | 24.2 KiB |
| consent.trustarc.com/asset/integration-builder-v1.1.0.min.js | 41.6 KiB | 23.9 KiB |
| consent.trustarc.com/asset/notice.js/v/v1.7-8549 | 36.0 KiB | 21.4 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.
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
| Category | Time Spent |
|---|---|
| Script Evaluation | 44.6 s |
| Other | 5.4 s |
| Style & Layout | 2.7 s |
| Rendering | 671 ms |
| Garbage Collection | 634 ms |
| Script Parsing & Compilation | 457 ms |
| Parse HTML & CSS | 344 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
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .ta-content-youtube-container { /* Color scheme variables */ --bg-light: #f8f8f8; --bg-dark: … | 6.6 KiB | 3.1 KiB |
| .ta-content-vimeo-container { /* Color scheme variables */ --bg-light: #f8f8f8; --bg-dark: #f… | 6.6 KiB | 3.1 KiB |
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 47.2 KiB | 40.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__main div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__main | /is/image/samsung/assets/ca/HOME_Feature-KV_Galaxy-S26-S2... |
div.footer-local-logo__item > a.footer-mark__link > div.image > img.image__main div.footer-local-logo__item > a.footer-mark__link > div.image > img.image__main | /is/image/samsung/assets/us/footer/Footer_GetShopApp_0820... |
div.footer-local-logo__item > a.footer-mark__link > div.image > img.image__main div.footer-local-logo__item > a.footer-mark__link > div.image > img.image__main | images.samsung.com/is/content/samsung/assets/us/footer/text-banner-2.svg |
div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img | consent.trustarc.com/get?name=samsungblack_logo.png |
div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__preview div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__preview | /is/image/samsung/assets/us/homepage/hp/03232026/SDSAC-10... |
div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__preview div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__preview | /is/image/samsung/assets/us/homepage/hp/03172026/SDSAC-10... |
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.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
| Failing Elements |
|---|
Samsung Electronics, and its partners, use cookies, web beacons, pixels and sim… body.ae-device-mobile > div#consent_blackbar |
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.
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.
| Failing Elements |
|---|
div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img |
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.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | s.go-mpulse.net/boomerang/VRZKC-5BSTD-4EWS3-R2J59-B8GYB line 9, col 11214 |
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | /etc.clientlibs/samsung/clientlibs/consumer/global/client... line 203, col 333 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
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.
| Link destination | Link Text |
|---|---|
| www.samsung.com/us/smartphones/galaxy-s26-ultra/ | Learn more |
| www.samsung.com/us/smartphones/galaxy-s26-ultra/ | Learn more |
| www.samsung.com/us/smartphones/galaxy-s26/ | 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.
| Failing Elements |
|---|
div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
595 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.16 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
105 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
1.075
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.66 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.
2.65 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
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.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 16.1 KiB | |
| /resources/libs/account-internal/2.0.0/account-internal.m... | 903 B | 215 ms |
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 4.4 KiB |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img | consent.trustarc.com/get?name=samsungblack_logo.png | 6.4 KiB | 6.0 KiB |
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.
| URL | Time Spent |
|---|---|
| www.samsung.com/ | 268 ms |
| www.samsung.com/us/ | 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
| Element | Layout shift score |
|---|---|
body.ae-device-desktop body.ae-device-desktop | 1.000 |
div.image > figure.first-image > picture > img div.image > figure.first-image > picture > img | 0.074 |
Configure
Accept All
Decline All div#truste-consent-track > div.truste-consent-content > div.truste-custom-samsung-wrap > div#truste-consent-buttons | 0.001 |
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.
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 47.2 KiB | 42.3 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 362.6 KiB | 179.3 KiB |
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 155.4 KiB | 100.4 KiB |
| wsv3cdn.audioeye.com/static-scripts/v2/2026-03-27/startup.bundle.js | 124.1 KiB | 65.8 KiB |
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 59.3 KiB | 34.4 KiB |
| assets.adobedtm.com/72afb75f5516/8609776c4c4c/launch-6dab4959fb1e.min.js | 90.2 KiB | 33.2 KiB |
| /static-scripts/m/audioeye-scanner-esm/v11.0.34/audioeye-... | 80.3 KiB | 29.1 KiB |
| s.go-mpulse.net/boomerang/VRZKC-5BSTD-4EWS3-R2J59-B8GYB | 58.1 KiB | 24.2 KiB |
| consent.trustarc.com/asset/integration-builder-v1.1.0.min.js | 41.6 KiB | 23.9 KiB |
| consent.trustarc.com/asset/notice.js/v/v1.7-8549 | 36.0 KiB | 21.4 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /static-scripts/m/audioeye-scanner-esm/v11.0.34/audioeye-... | 11.5 s | 10.8 s | 0.4 ms |
| Unattributable | 924 ms | 53 ms | 0.0 ms |
| www.samsung.com/us/ | 569 ms | 21 ms | 3.4 ms |
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 494 ms | 222 ms | 17 ms |
| www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 469 ms | 411 ms | 29 ms |
| s.go-mpulse.net/boomerang/VRZKC-5BSTD-4EWS3-R2J59-B8GYB | 238 ms | 152 ms | 4.7 ms |
| /etc.clientlibs/samsung/components/content/consumer/globa... | 151 ms | 9.9 ms | 0.5 ms |
| wsv3cdn.audioeye.com/static-scripts/v2/2026-03-27/startup.bundle.js | 109 ms | 86 ms | 22 ms |
| /notice?domain=samsung.com.us&c=teconsent&js=nj¬iceTyp... | 100 ms | 43 ms | 1.8 ms |
| assets.adobedtm.com/72afb75f5516/8609776c4c4c/launch-6dab4959fb1e.min.js | 88 ms | 67 ms | 18 ms |
| /etc.clientlibs/samsung/clientlibs/consumer/global/client... | 84 ms | 76 ms | 6.4 ms |
| consent.trustarc.com/asset/notice.js/v/v1.7-8549 | 60 ms | 45 ms | 2.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
| Category | Time Spent |
|---|---|
| Script Evaluation | 12.3 s |
| Other | 1.5 s |
| Style & Layout | 721 ms |
| Rendering | 198 ms |
| Garbage Collection | 181 ms |
| Script Parsing & Compilation | 133 ms |
| Parse HTML & CSS | 109 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
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .ta-content-youtube-container { /* Color scheme variables */ --bg-light: #f8f8f8; --bg-dark: … | 6.6 KiB | 3.1 KiB |
| .ta-content-vimeo-container { /* Color scheme variables */ --bg-light: #f8f8f8; --bg-dark: #f… | 6.6 KiB | 3.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__main div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__main | /is/image/samsung/assets/ca/HOME_Feature-KV_Galaxy-S26-S2... |
div.footer-local-logo__item > a.footer-mark__link > div.image > img.image__main div.footer-local-logo__item > a.footer-mark__link > div.image > img.image__main | /is/image/samsung/assets/us/footer/Footer_GetShopApp_0820... |
div.footer-local-logo__item > a.footer-mark__link > div.image > img.image__main div.footer-local-logo__item > a.footer-mark__link > div.image > img.image__main | images.samsung.com/is/content/samsung/assets/us/footer/text-banner-2.svg |
div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img | consent.trustarc.com/get?name=samsungblack_logo.png |
div.hd08-hero-kv-home__bg > div.video > div.image > img.image__preview div.hd08-hero-kv-home__bg > div.video > div.image > img.image__preview | /is/image/samsung/assets/us/homepage/hp/03102026/home_her... |
div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__preview div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__preview | /is/image/samsung/assets/us/homepage/hp/03232026/SDSAC-10... |
div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__preview div.co76-feature-kv__inner > div.co76-feature-kv__background-media-wrap > div.image > img.image__preview | /is/image/samsung/assets/us/homepage/hp/03172026/SDSAC-10... |
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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
| Failing Elements |
|---|
Accessible Menu - Main Menu
Shop
Shop
NEW
NEW
NEW
NEW
Mobile
Mobile
NEW
NEW
NEW… div.nv00-gnb-v4__inner > div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
| Failing Elements |
|---|
Shop ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > a.nv00-gnb-v4__l0-menu-link |
Shop ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > button.nv00-gnb-v4__l0-menu-toggle-btn |
Mobile ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > a.nv00-gnb-v4__l0-menu-link |
Mobile ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > button.nv00-gnb-v4__l0-menu-toggle-btn |
TV & AV ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > a.nv00-gnb-v4__l0-menu-link |
TV & AV ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > button.nv00-gnb-v4__l0-menu-toggle-btn |
Appliances ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > a.nv00-gnb-v4__l0-menu-link |
Appliances ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > button.nv00-gnb-v4__l0-menu-toggle-btn |
Computers & Monitors ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > a.nv00-gnb-v4__l0-menu-link |
Computers & Monitors ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > button.nv00-gnb-v4__l0-menu-toggle-btn |
Wearables ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > a.nv00-gnb-v4__l0-menu-link |
Wearables ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > button.nv00-gnb-v4__l0-menu-toggle-btn |
Audio ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > a.nv00-gnb-v4__l0-menu-link |
Audio ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > button.nv00-gnb-v4__l0-menu-toggle-btn |
Accessories ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > a.nv00-gnb-v4__l0-menu-link |
Accessories ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu > div.nv00-gnb-v4__l0-menu-title > button.nv00-gnb-v4__l0-menu-toggle-btn |
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
| Failing Elements |
|---|
Samsung Electronics, and its partners, use cookies, web beacons, pixels and sim… body.ae-device-desktop > div#consent_blackbar |
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.
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.
| Failing Elements |
|---|
div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img |
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 require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
| Failing Elements |
|---|
Shop
Shop
NEW
NEW
NEW
NEW div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu |
Mobile
Mobile
NEW
NEW
NEW
NEW div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu |
TV & AV
TV & AV
NEW
NEW
NEW
NEW
NEW div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu |
Appliances
Appliances
NEW
NEW
NEW
NEW div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu |
Computers & Monitors
Computers & Monitors
NEW div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu |
Wearables
Wearables
NEW div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu |
Audio
Audio
NEW div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu |
Accessories
Accessories
NEW
NEW div.nv00-gnb-v4__container > div.nv00-gnb-v4__container-inner > ul.nv00-gnb-v4__l0-menu-list > li.nv00-gnb-v4__l0-menu |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | s.go-mpulse.net/boomerang/VRZKC-5BSTD-4EWS3-R2J59-B8GYB line 9, col 11214 |
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | /etc.clientlibs/samsung/clientlibs/consumer/global/client... line 203, col 333 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
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.
| Link destination | Link Text |
|---|---|
| www.samsung.com/us/smartphones/galaxy-s26-ultra/ | Learn more |
| www.samsung.com/us/smartphones/galaxy-s26/ | 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.
| Failing Elements |
|---|
div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img div.truste-custom-samsung-wrap > div.truste-custom-wrapper > div#audioeEyeLabeledby_0 > img |
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
| Uncrawlable Link |
|---|
Sign in
… div.nv00-gnb-v4__inner > div.nv00-gnb-v4__header > div.nv00-gnb-v4__utility-list > a.nv00-gnb-v4__utility |
To appear in search results, crawlers need access to your app.
Send Feedback