Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
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 17.3 MB (9.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
12 image-only link(s) 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/d9b3ed4d-358b-496a-b452-3dd3e80f275c)<a href="https://beavercheck.com/results/d9b3ed4d-358b-496a-b452-3dd3e80f275c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnintendo.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnintendo.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 38.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.
9 barrier(s) likely increasing bounce by ~33%.
Page takes 38.5s to load
+12% bounceUsers abandon at ~3s — you're 36.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 448ms 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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
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
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
3 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.
$500 investment → $2.49/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$2.49 /mo
~$30 / year
USD 157,500
if kept compliant
$150 — 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 $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,530 / year if left unfixed
$157,500
+9 more
$2.49 /mo
31100.8 MB/mo × 0.080 USD/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.
11.16 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
38.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
448 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.725
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.16 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.
39.06 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.
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 | |
|---|---|---|---|
| /eu/app/media/images/other_22/misc/the_super_mario_galaxy... | 1.5 MiB | 1.4 MiB | |
| /eu/app/media/images/assets/nintendo_switch_games/tomodac... | 1.2 MiB | 1.1 MiB | |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_games/pokemon... | 291.6 KiB | 217.9 KiB |
div.clm-card-featured > div.clm-card-featured__image > div.cla-img__wrapper > img.cla-img div.clm-card-featured > div.clm-card-featured__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/splat... | 243.2 KiB | 201.0 KiB |
Monster Hunter Stories 3: Twisted Reflection div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/monst... | 142.8 KiB | 117.3 KiB |
Resident Evil Requiem div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/resid... | 92.6 KiB | 67.1 KiB |
Pikmin Bloom div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/11_square_images/games_18/smart_devi... | 91.0 KiB | 65.5 KiB |
PRAGMATA div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/pragm... | 86.9 KiB | 61.4 KiB |
Fire Emblem Shadows div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/smart_device_9/placeholder_1/... | 78.8 KiB | 53.2 KiB |
Pregunta al desarrollador, volumen 21. Tomodachi Life: Una vida de ensueño – Ca… div.clm-n-card-editorial > div.clm-n-card-editorial__asset > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/news_12/2026/april_33/atd_vol__21/kv... | 61.6 KiB | 51.4 KiB |
FINAL FANTASY VII REMAKE INTERGRADE div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/final... | 70.5 KiB | 45.0 KiB |
¡Ponte al volante y sobrevive a toda costa en el próximo evento europeo en líne… div.clm-n-card-editorial > div.clm-n-card-editorial__asset > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/news_12/2026/april_33/mariokartworld... | 54.0 KiB | 43.9 KiB |
Cómo añadir a Bubbles y demás familia a tu isla de Tomodachi Life: Una vida de … div.clm-n-card-editorial > div.clm-n-card-editorial__asset > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/news_12/2026/april_33/tomodachi_life... | 50.1 KiB | 39.9 KiB |
Nintendo Store div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/smart_device_9/nintendo_store... | 59.1 KiB | 33.6 KiB |
Kirby Air Riders: Reflexiones sobre el desarrollo con Masahiro Sakurai – Parte 1 div.clm-n-card-editorial > div.clm-n-card-editorial__asset > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/news_12/2026/march_42/kirby_air_ride... | 40.5 KiB | 30.4 KiB |
Nintendo Music div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/smart_device_9/nintendo_music... | 55.9 KiB | 30.4 KiB |
Fallout 4: Anniversary Edition div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/fallo... | 44.2 KiB | 18.7 KiB |
Nintendo Today! div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/smart_device_9/nintendo_today... | 35.4 KiB | 13.2 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.
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 |
|---|---|
| nintendo.com/ | 1.3 s |
| www.nintendo.com/ | 770 ms |
| www.nintendo.com/es-es/ | 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
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Novedades
Destacadas
Noticias
YouTube
¡Splatoon Raiders se lanza el 23 de ju… div > div.md:ml-[88px] > main.mt-[72px] > div.mb-10 | 0.725 |
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 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 |
|---|---|---|
| www.nintendo.com/eu/app_static/assets/CqnbhlbB.js | 122.5 KiB | 50.7 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 |
|---|---|---|---|
| www.nintendo.com/es-es/ | 2.3 s | 175 ms | 1.9 ms |
| Unattributable | 1.7 s | 829 ms | 0.0 ms |
| alps.cdn.nintendo.net/v1/js/account_es_EUR.js | 394 ms | 325 ms | 14 ms |
| cdn.accounts.nintendo.com/jssdk/nintendo-jssdk-client.3.0.2.js | 296 ms | 271 ms | 18 ms |
| www.nintendo.com/eu/app_static/assets/jE0zBmnv.js | 104 ms | 70 ms | 3.7 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.7 s |
| Other | 1.6 s |
| Rendering | 608 ms |
| Style & Layout | 359 ms |
| Parse HTML & CSS | 278 ms |
| Garbage Collection | 172 ms |
| Script Parsing & Compilation | 42 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 |
|---|---|
| The page has an unload handler in the main frame. | 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| @charset "UTF-8";:root{--ft-content-label-label-typography-default-font-family:"Fira Sans";--ft-con… | 464.0 KiB | 424.1 KiB |
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.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_games/tomodac... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/pragm... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_games/pokemon... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_games/tomodac... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/pragm... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_games/pokemon... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_games/tomodac... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/pragm... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_games/pokemon... |
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Elemento previo div.clo-hero-carousel__inner > div.clm-generic-carousel > div.clm-generic-carousel__carousel > div.clm-generic-carousel__nav |
Siguiente elemento div.clo-hero-carousel__inner > div.clm-generic-carousel > div.clm-generic-carousel__carousel > div.clm-generic-carousel__nav |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div > header.plo-header > button.pla-btn--plain div > div > header.plo-header > button.pla-btn--plain |
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 |
|---|
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-card-featured > div.clm-card-featured__image > div.cla-img__wrapper > img.cla-img div.clm-card-featured > div.clm-card-featured__image > div.cla-img__wrapper > img.cla-img |
div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img |
div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img |
div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img |
div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-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.
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 |
|---|
Destacadas div.clo-section-header__tabbar-container > div.clm-tab-bar__wrapper > div.clm-tab-bar > button.cla-tab |
Encuentra tu siguiente juego div.clo-section-header__tabbar-container > div.clm-tab-bar__wrapper > div.clm-tab-bar > button.cla-tab |
Ver más a > button.cla-button > span.cla-button__label > span.line-clamp-1 |
Ver más a > button.cla-button > span.cla-button__label > span.line-clamp-1 |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Ya en cines
Ir a la página web div.clm-generic-carousel__container > div.clm-generic-carousel__touch-container > div.clm-generic-carousel__slides > a |
Noticias
¡El evento «European Springtime Skirmish» de Mario Kart World tendrá … div.w-full > div.clm-n-card-editorial-list > div.container > a |
Noticias
Cómo añadir a Bubbles y demás familia a tu isla de Tomodachi Life: Un… div.w-full > div.clm-n-card-editorial-list > div.container > a |
Noticias
Pregunta al desarrollador, volumen 21. Tomodachi Life: Una vida de en… div.w-full > div.clm-n-card-editorial-list > div.container > a |
Noticias
Kirby Air Riders: Reflexiones sobre el desarrollo div.w-full > div.clm-n-card-editorial-list > div.container > a |
Nintendo Switch 2 | 17/04/2026
PRAGMATA div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Nintendo Switch 2 | 13/03/2026
Monster Hunter Stories 3: Twisted Reflection div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Nintendo Switch 2 | 27/02/2026
Resident Evil Requiem div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Nintendo Switch 2 | 24/02/2026
Fallout 4: Anniversary Edition div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Nintendo Switch 2 | 22/01/2026
FINAL FANTASY VII REMAKE INTERGRADE div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Nintendo Switch 2 | 04/09/2025
Star Wars Outlaws Gold Edition div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Nintendo Switch 2 | 02/12/2025
Assassin's Creed Shadows div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Ver más div.card-carousel-mobile > div.clm-card-end > div.px-3 > a |
Dispositivo inteligente | 05/11/2025
Nintendo Store div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Dispositivo inteligente | 27/03/2025
Nintendo Today! div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Dispositivo inteligente | 31/10/2024
Nintendo Music div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Dispositivo inteligente | 25/09/2025
Fire Emblem Shadows div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Dispositivo inteligente | 02/11/2021
Pikmin Bloom div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Dispositivo inteligente | 02/12/2024
Animal Crossing: Pocket Camp Complete div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Dispositivo inteligente | 25/09/2019
Mario Kart Tour div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Dispositivo inteligente | 02/02/2017
Fire Emblem Heroes div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Dispositivo inteligente | 15/12/2016
Super Mario Run div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Dispositivo inteligente | 14/07/2016
Pokémon GO div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Dispositivo inteligente | 03/03/2017
Nintendo Switch 2 – Control parental de Ni… div.col-span-12 > div > div.card-carousel-mobile > a.mt-auto |
Ver más div.card-carousel-mobile > div.clm-card-end > div.px-3 > a |
Todos juntos, cuando queráis y donde queráis div.cla-content-container > div.cla-content-container__inner > div.col-span-12 > a |
Disfruta de tus juegos cuando quieras, donde quieras y con quien quieras div.cla-content-container > div.cla-content-container__inner > div.col-span-12 > a |
Nintendo Switch Online
¡Sácale más partido a tu consola con el servicio de susc… div.cla-content-container > div.cla-content-container__inner > div.col-span-12 > a |
Control parental de Nintendo Switch
Asegúrate de que tus hijos tienen una exper… div.cla-content-container > div.cla-content-container__inner > div.col-span-12 > a |
Padres y control parental div.plm-footer__bottom-wrapper > div.plm-footer__link-wrapper > div.pla-link > a |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | alps.cdn.nintendo.net/v1/js/account_es_EUR.js line 106, col 29915 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.nintendo.com/eu/app_static/assets/CqnbhlbB.js line 22, col 22509 | [nuxt] Error matching route rules. TypeError: Cannot read properties of undefined (reading 'entries')
at Ic (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:19:30753)
at ih (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:19:30474)
at Object.matchAll (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:19:30191)
at ll (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:23:22463)
at async https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:27:38485 |
www.nintendo.com/eu/app_static/assets/CqnbhlbB.js line 22, col 22509 | [nuxt] Error matching route rules. TypeError: Cannot read properties of undefined (reading 'entries')
at Ic (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:19:30753)
at ih (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:19:30474)
at Object.matchAll (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:19:30191)
at ll (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:23:22463)
at async n2 (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:27:36080)
at async https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:27:38822 |
www.nintendo.com/eu/app_static/assets/CqnbhlbB.js line 48, col 53244 | [RequiredDataValidator] Data validation failed.
VueComponent: StProductCardCarousel
Context: ID: 6e593683-1c8b-44ff-b0de-930af8f21370 - Template: st_product_card_carousel - additionalInfo: ChildTemplate: st_card_product, ChildId: c031dd6e-2647-40d3-89c5-78a91b921e1d , ChildIndex: 6
RoutingInfo: {
"state": "success",
"context": "PageRef",
"locale": "es_ES",
"seoRoute": "/es-es/",
"pageRefPreviewId": "64492ae1-6673-46e5-a31b-84cccd1f4f6c.es_ES"
}
Failed Validations: {
"allRequired": {
"metaDescription": false
}
}
---------------------- |
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.
Performance issues directly impact user engagement and conversion rates.
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.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 4 | DaumWebMasterTool: 32aa5c28d33b91d5b7ca65e51ab5af74e84941e2c30d294caa1a3dc55aea1191:/KZk3GCODdcSqsR4mp1dtQ== | Unknown directive |
To appear in search results, crawlers need access to your app.
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 |
|---|
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-card-featured > div.clm-card-featured__image > div.cla-img__wrapper > img.cla-img div.clm-card-featured > div.clm-card-featured__image > div.cla-img__wrapper > img.cla-img |
div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img |
div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img |
div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img |
div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-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.
2.47 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.29 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.847
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.47 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.
4.31 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.
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 | |
|---|---|---|---|
Nintendo Switch Online – Información general div.clo-service-banner__container > div.clo-service-banner__container-item > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/16_service_banner/CI_518x320_NSwitch... | 289.2 KiB | 282.4 KiB |
Control parental de Nintendo Switch div.clo-service-banner__container > div.clo-service-banner__container-item > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/16_service_banner/CI_518x280_NSwitch... | 242.0 KiB | 236.1 KiB |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_games/tomodac... | 320.6 KiB | 214.6 KiB |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_games/pokemon... | 304.5 KiB | 198.5 KiB |
div.clm-card-featured > div.clm-card-featured__image > div.cla-img__wrapper > img.cla-img div.clm-card-featured > div.clm-card-featured__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/splat... | 243.2 KiB | 195.7 KiB |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/other_22/misc/the_super_mario_galaxy... | 296.0 KiB | 190.0 KiB |
Monster Hunter Stories 3: Twisted Reflection div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/monst... | 142.8 KiB | 132.3 KiB |
Resident Evil Requiem div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/resid... | 92.6 KiB | 82.1 KiB |
PRAGMATA div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/pragm... | 86.9 KiB | 76.3 KiB |
Fire Emblem Shadows div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/smart_device_9/placeholder_1/... | 78.8 KiB | 68.2 KiB |
Familia Nintendo Switch div.clo-promotion-banner__image > div.clo-promotion-banner__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/hardware_2/nintendo_switch_17/16x9_N... | 100.9 KiB | 67.0 KiB |
Pregunta al desarrollador, volumen 21. Tomodachi Life: Una vida de ensueño – Ca… div.clm-n-card-editorial > div.clm-n-card-editorial__asset > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/news_12/2026/april_33/atd_vol__21/kv... | 61.6 KiB | 55.6 KiB |
Nintendo Switch 2 – Características div.clo-promotion-banner__image > div.clo-promotion-banner__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/hardware_2/nintendo_switch_18/ninten... | 79.7 KiB | 52.9 KiB |
Nintendo Store div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/smart_device_9/nintendo_store... | 59.1 KiB | 48.5 KiB |
¡Ponte al volante y sobrevive a toda costa en el próximo evento europeo en líne… div.clm-n-card-editorial > div.clm-n-card-editorial__asset > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/news_12/2026/april_33/mariokartworld... | 54.0 KiB | 48.1 KiB |
Nintendo Music div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/smart_device_9/nintendo_music... | 55.9 KiB | 45.3 KiB |
Cómo añadir a Bubbles y demás familia a tu isla de Tomodachi Life: Una vida de … div.clm-n-card-editorial > div.clm-n-card-editorial__asset > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/news_12/2026/april_33/tomodachi_life... | 50.1 KiB | 44.1 KiB |
Kirby Air Riders: Reflexiones sobre el desarrollo con Masahiro Sakurai – Parte 1 div.clm-n-card-editorial > div.clm-n-card-editorial__asset > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/news_12/2026/march_42/kirby_air_ride... | 40.5 KiB | 34.6 KiB |
Fallout 4: Anniversary Edition div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/fallo... | 44.2 KiB | 33.6 KiB |
Nintendo Today! div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/smart_device_9/nintendo_today... | 35.4 KiB | 26.2 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 |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9.1 KiB | 265 ms |
| alps.cdn.nintendo.net/v1/css/alps.css | 7.2 KiB | 233 ms |
| www.nintendo.com/eu/app_static/assets/CardCarousel.tz9PIe4h.css | 505 B | |
| www.nintendo.com/eu/app_static/assets/default.BNkldn0Z.css | 323 B | |
| www.nintendo.com/eu/app_static/assets/DevInfoTooltip.BvEqdEb_.css | 1.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| nintendo.com/ | 700 ms |
| www.nintendo.com/ | 216 ms |
| www.nintendo.com/es-es/ | 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
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Novedades
Destacadas
Noticias
YouTube
¡Splatoon Raiders se lanza el 23 de ju… div > div.md:ml-[88px] > main.mt-[72px] > div.mb-10 | 0.847 |
No te pierdas el tráiler más reciente de esta nueva aventura de Splatoon princi… div.clm-card-featured__content-wrapper > div.clm-card-featured__content > div.overflow-hidden > p.clm-card-featured__description | 0.000 |
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.
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 |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/202503.1.0/otBannerSdk.js | 115.8 KiB | 61.4 KiB |
| www.nintendo.com/eu/app_static/assets/CqnbhlbB.js | 83.7 KiB | 35.3 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 |
|---|---|
| The page has an unload handler in the main frame. | 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| @charset "UTF-8";:root{--ft-content-label-label-typography-default-font-family:"Fira Sans";--ft-con… | 464.0 KiB | 419.2 KiB |
| 20.1 KiB | 17.4 KiB |
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.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_games/tomodac... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/other_22/misc/the_super_mario_galaxy... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/pokem... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/pragm... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_games/pokemon... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_games/tomodac... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/other_22/misc/the_super_mario_galaxy... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/pokem... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/pragm... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_games/pokemon... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_games/tomodac... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/other_22/misc/the_super_mario_galaxy... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/pokem... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_2_games/pragm... |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/assets/nintendo_switch_games/pokemon... |
Nintendo Switch 2 – Características div.clo-promotion-banner__image > div.clo-promotion-banner__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/hardware_2/nintendo_switch_18/ninten... |
Familia Nintendo Switch div.clo-promotion-banner__image > div.clo-promotion-banner__image > div.cla-img__wrapper > img.cla-img | /eu/app/media/images/hardware_2/nintendo_switch_17/16x9_N... |
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Elemento previo div.clo-hero-carousel__inner > div.clm-generic-carousel > div.clm-generic-carousel__carousel > div.clm-generic-carousel__nav |
Siguiente elemento div.clo-hero-carousel__inner > div.clm-generic-carousel > div.clm-generic-carousel__carousel > div.clm-generic-carousel__nav |
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.
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 |
|---|
Destacadas div.clo-section-header__tabbar-container > div.clm-tab-bar__wrapper > div.clm-tab-bar > button.cla-tab |
Encuentra tu siguiente juego div.clo-section-header__tabbar-container > div.clm-tab-bar__wrapper > div.clm-tab-bar > button.cla-tab |
These are opportunities to improve the legibility of your content.
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 |
|---|
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-card-featured > div.clm-card-featured__image > div.cla-img__wrapper > img.cla-img div.clm-card-featured > div.clm-card-featured__image > div.cla-img__wrapper > img.cla-img |
div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img |
div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img |
div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img |
div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
¡Descubre una vida de ensueño!
Ya disponible div.clm-generic-carousel__container > div.clm-generic-carousel__touch-container > div.clm-generic-carousel__slides > a |
Noticias
¡El evento «European Springtime Skirmish» de Mario Kart World tendrá … div.w-full > div.clm-n-card-editorial-list > div.container > a |
Noticias
Cómo añadir a Bubbles y demás familia a tu isla de Tomodachi Life: Un… div.w-full > div.clm-n-card-editorial-list > div.container > a |
Noticias
Pregunta al desarrollador, volumen 21. Tomodachi Life: Una vida de en… div.w-full > div.clm-n-card-editorial-list > div.container > a |
Noticias
Kirby Air Riders: Reflexiones sobre el desarrollo div.w-full > div.clm-n-card-editorial-list > div.container > a |
Nintendo Switch 2 | 17/04/2026
PRAGMATA div.clm-generic-carousel__container > div.clm-generic-carousel__touch-container > div.clm-generic-carousel__slides > a.mt-auto |
Nintendo Switch 2 | 13/03/2026
Monster Hunter Stories 3: Twisted Reflection div.clm-generic-carousel__container > div.clm-generic-carousel__touch-container > div.clm-generic-carousel__slides > a.mt-auto |
Nintendo Switch 2 | 27/02/2026
Resident Evil Requiem div.clm-generic-carousel__container > div.clm-generic-carousel__touch-container > div.clm-generic-carousel__slides > a.mt-auto |
Nintendo Switch 2 | 24/02/2026
Fallout 4: Anniversary Edition div.clm-generic-carousel__container > div.clm-generic-carousel__touch-container > div.clm-generic-carousel__slides > a.mt-auto |
Dispositivo inteligente | 05/11/2025
Nintendo Store div.clm-generic-carousel__container > div.clm-generic-carousel__touch-container > div.clm-generic-carousel__slides > a.mt-auto |
Dispositivo inteligente | 27/03/2025
Nintendo Today! div.clm-generic-carousel__container > div.clm-generic-carousel__touch-container > div.clm-generic-carousel__slides > a.mt-auto |
Dispositivo inteligente | 31/10/2024
Nintendo Music div.clm-generic-carousel__container > div.clm-generic-carousel__touch-container > div.clm-generic-carousel__slides > a.mt-auto |
Dispositivo inteligente | 25/09/2025
Fire Emblem Shadows div.clm-generic-carousel__container > div.clm-generic-carousel__touch-container > div.clm-generic-carousel__slides > a.mt-auto |
Todos juntos, cuando queráis y donde queráis div.cla-content-container > div.cla-content-container__inner > div.col-span-12 > a |
Disfruta de tus juegos cuando quieras, donde quieras y con quien quieras div.cla-content-container > div.cla-content-container__inner > div.col-span-12 > a |
Nintendo Switch Online
¡Sácale más partido a tu consola con el servicio de susc… div.cla-content-container > div.cla-content-container__inner > div.col-span-12 > a |
Control parental de Nintendo Switch
Asegúrate de que tus hijos tienen una exper… div.cla-content-container > div.cla-content-container__inner > div.col-span-12 > a |
Padres y control parental div.plm-footer__bottom-wrapper > div.plm-footer__link-wrapper > div.pla-link > a |
Política de privacidad. div.ot-sdk-eight > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | alps.cdn.nintendo.net/v1/js/account_es_EUR.js line 106, col 29915 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.nintendo.com/eu/app_static/assets/CqnbhlbB.js line 22, col 22509 | [nuxt] Error matching route rules. TypeError: Cannot read properties of undefined (reading 'entries')
at Ic (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:19:30753)
at ih (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:19:30474)
at Object.matchAll (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:19:30191)
at ll (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:23:22463)
at async https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:27:38485 |
www.nintendo.com/eu/app_static/assets/CqnbhlbB.js line 22, col 22509 | [nuxt] Error matching route rules. TypeError: Cannot read properties of undefined (reading 'entries')
at Ic (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:19:30753)
at ih (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:19:30474)
at Object.matchAll (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:19:30191)
at ll (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:23:22463)
at async n2 (https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:27:36080)
at async https://www.nintendo.com/eu/app_static/assets/CqnbhlbB.js:27:38822 |
www.nintendo.com/eu/app_static/assets/CqnbhlbB.js line 48, col 53244 | [RequiredDataValidator] Data validation failed.
VueComponent: StProductCardCarousel
Context: ID: 6e593683-1c8b-44ff-b0de-930af8f21370 - Template: st_product_card_carousel - additionalInfo: ChildTemplate: st_card_product, ChildId: c031dd6e-2647-40d3-89c5-78a91b921e1d , ChildIndex: 6
RoutingInfo: {
"state": "success",
"context": "PageRef",
"locale": "es_ES",
"seoRoute": "/es-es/",
"pageRefPreviewId": "64492ae1-6673-46e5-a31b-84cccd1f4f6c.es_ES"
}
Failed Validations: {
"allRequired": {
"metaDescription": false
}
}
---------------------- |
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.
Performance issues directly impact user engagement and conversion rates.
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.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 4 | DaumWebMasterTool: 32aa5c28d33b91d5b7ca65e51ab5af74e84941e2c30d294caa1a3dc55aea1191:/KZk3GCODdcSqsR4mp1dtQ== | Unknown directive |
To appear in search results, crawlers need access to your app.
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 |
|---|
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img div.clm-hero-carousel-slide > div.clm-hero-carousel-slide__content > div.cla-img__wrapper > img.cla-img |
div.clm-card-featured > div.clm-card-featured__image > div.cla-img__wrapper > img.cla-img div.clm-card-featured > div.clm-card-featured__image > div.cla-img__wrapper > img.cla-img |
div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img |
div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img |
div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img |
div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img div.clm-card-product__wrapper > div.clm-card-product__image > div.cla-img__wrapper > img.cla-img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback