Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
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.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 button(s) with no accessible 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/a066965d-0f77-486d-abae-c62f30ef1fd5)<a href="https://beavercheck.com/results/a066965d-0f77-486d-abae-c62f30ef1fd5"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Famazon.fr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Famazon.frThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~38%.
Page takes 5.8s to load
+12% bounceUsers abandon at ~3s — you're 3.3s 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 506ms 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
3 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
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
1 broken link(s) on the page
+2% 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.
€360 investment → €3,599/month returns + EUR 20,500,000 risk avoided
€360
4h · 5 findings
€3,599 /mo
~€43,187 / year
EUR 20,500,000
if kept compliant
€120 — 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.
4.5 developer hours at €80/hr
Based on France rates (€80/hr)
Start here for the best return on investment
€1,708,333 / month at risk
~€20,500,002 / year if left unfixed
€20,500,000
+3 more
€0.13 /mo
1774.0 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.80 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.84 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
506 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.80 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.48 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.
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 |
|---|---|---|
| /images/G/01/AUIClients/AmazonUI-3c913031596ca78a3768f4e9... | 21.1 KiB | 904 ms |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /images/G/01/csminstrumentation/csm-captcha-instrumentati... | 86400.0 s | 1.6 KiB |
| /images/G/01/csminstrumentation/rd-script-6d68177fa606159... | 86400.0 s | 1.5 KiB |
| fls-eu.amazon.fr/1/oc-csi/1/OP/requestId=KKF2FS3T09WCWQGGX0ZV&js=1 | 0.0 ms | 151 B |
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 |
|---|---|
| amazon.fr/ | 1.2 s |
| www.amazon.fr/ | 755 ms |
| www.amazon.fr/ | 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.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
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 |
|---|---|---|
| /1c5c1ecf7303/0a0f47775f3e/ab24445d6425/challenge.js | 500.8 KiB | 280.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /images/G/01/AUIClients/AmazonUI-3c913031596ca78a3768f4e9... | 20.6 KiB | 19.7 KiB |
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 | |
|---|---|
body > div.a-container > div.a-text-center > img body > div.a-container > div.a-text-center > img | fls-eu.amazon.fr/1/oc-csi/1/OP/requestId=KKF2FS3T09WCWQGGX0ZV&js=1 |
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.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.a-no-js html.a-no-js |
These items highlight common accessibility best practices.
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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.
1.76 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
47 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.041
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.85 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.66 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
Crime 101 (T) - new movie div#CardInstanceC9hMu1ZB-EEGXzZZ57SQ2w > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/81YTbPFIVTL._SX3000_.jpg | 389.6 KiB | 292.2 KiB |
Advertisement for new Echo Studio smart speaker. Black spherical device on whit… div.a-section > div.a-section > div.a-section > img._cropped-image-map_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/81DnCazGApL._SX3000_.jpg | 288.0 KiB | 216.0 KiB |
Shop consciously. Make more sustainable choices div#CardInstanceWsJnD0eVzCNRAX9WKEirkg > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/71OG-v-v9TL._SX3000_.jpg | 220.8 KiB | 165.6 KiB |
Everyday Essentials Made in France div#CardInstance8Gjl1MU5tSB8z5dn7mkJTw > a.a-link-normal > div.a-section > img._cropped-image-link_style_fluidLandscapeImage__3eTVC | m.media-amazon.com/images/I/71LIm7p5HIL._SX3000_.jpg | 154.3 KiB | 115.7 KiB |
France a.nav-a > span.icp-nav-link-inner > span.nav-line-2 > span.icp-nav-flag | m.media-amazon.com/images/S/sash/MAbi1rCjQI9H2y0.png | 44.3 KiB | 35.0 KiB |
Catch Up Games - Flip 7 Board Game, CAT100FL li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71TbsZvr7BL._AC_SY200_.jpg | 12.9 KiB | 8.4 KiB |
ATM Gaming PILI PILI - Board Game - Grand Prix du Jouet 2025 - Tactical and Atm… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81IK1GabepL._AC_SY200_.jpg | 15.4 KiB | 7.9 KiB |
div#eae6fb9e-1941-46ca-9202-db937f49506e > div.a-section > a.a-link-normal > span.gw-icon div#eae6fb9e-1941-46ca-9202-db937f49506e > div.a-section > a.a-link-normal > span.gw-icon | m.media-amazon.com/images/S/sash/x6ok$LYiGGUKJXl.png | 12.9 KiB | 7.8 KiB |
Pokémon : Y-ex Charizard Mega Box (4 Booster Packs and 1 Shiny Promo Card) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81oKcRv7RVL._AC_SY200_.jpg | 12.7 KiB | 7.7 KiB |
Pokémon : First Partners Illustration Collection – Series 1 (3 Promo Cards, 2 B… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/8159XIXhflL._AC_SY200_.jpg | 13.1 KiB | 7.4 KiB |
Pokémon : X-ex Charizard Mega Box (4 Booster Packs and 1 Shiny Promo Card) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81olfPno2QL._AC_SY200_.jpg | 12.2 KiB | 7.2 KiB |
Bionoble Huile de Ricin Bio 50ml - Huile Pousse Cheveux, Cils, Sourcils, Barbe … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91hbAFc1MEL._AC_SY200_.jpg | 13.0 KiB | 7.2 KiB |
Fashion li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/08/X-Site/French_Vitrine/French_Vitrine_bubble_... | 12.5 KiB | 6.0 KiB |
LEGO Speed Champions F1 Ferrari SF-24 Racing Vehicle Construction Set Includes … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/8169xVSJScL._AC_SY200_.jpg | 12.5 KiB | 6.0 KiB |
Baby Products li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/08/X-Site/French_Vitrine/French_Vitrine_bubble_... | 11.9 KiB | 5.4 KiB |
Toys & Games li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/08/X-Site/French_Vitrine/French_Vitrine_bubble_... | 11.7 KiB | 5.2 KiB |
Bibliocollège - Le Médecin malgré lui, Molière li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71wNY1nm6yL._AC_SY200_.jpg | 9.6 KiB | 5.1 KiB |
La femme de ménage se marie li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81FGULEBXNL._AC_SY200_.jpg | 8.1 KiB | 4.1 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.
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.
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 |
|---|---|
| amazon.fr/ | 635 ms |
| www.amazon.fr/ | 408 ms |
| www.amazon.fr/ | 0.0 ms |
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 |
|---|---|---|
| /1c5c1ecf7303/0a0f47775f3e/ab24445d6425/challenge.js | 500.6 KiB | 280.0 KiB |
| /images/I/51jC0T3AfxL._RC|71ekcYa0U8L.js,416IQz5llzL.js,0... | 122.1 KiB | 78.2 KiB |
| /images/I/11I0WXrZVoL._RC|11Y+5x+kkTL.js,518IfuPC2lL.js,1... | 68.8 KiB | 42.6 KiB |
| m.media-amazon.com/images/I/81kCF8wuZEL.js?AUIClients/FWCIMAssets | 56.3 KiB | 23.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 minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.2 s |
| Other | 624 ms |
| Style & Layout | 320 ms |
| Script Parsing & Compilation | 110 ms |
| Parse HTML & CSS | 83 ms |
| Rendering | 58 ms |
| Garbage Collection | 23 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| inline: //////////////////////////////////////… | 41.7 KiB | 17.6 KiB |
| /images/I/11sflnhgXuL._RC|61xgboVfIXL.js_.js?AUIClients/A... | 16.0 KiB | 7.0 KiB |
| inline: <!-- window.$Nav && $Nav.decla… | 15.2 KiB | 2.0 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /images/I/51waPb-h-9L._RC|71VZyKb-gRL.css,41WcY5PbsbL.css... | 103.9 KiB | 94.4 KiB |
| /images/I/11WsGYSItxL._RC|01DE6WSvLKL.css,412BdyKawrL.css... | 50.8 KiB | 48.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 | |
|---|---|
Pokémon : Mega Evolution Premium Poster Collection - Transcendent Heroes - Mega… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91woziWT9eL._AC_SY200_.jpg |
Pokémon : Mega Evolution Premium Poster Collection - Transcendent Heroes - Mega… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91XpNx7D3SL._AC_SY200_.jpg |
ATM Gaming PILI PILI - Board Game - Grand Prix du Jouet 2025 - Tactical and Atm… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81IK1GabepL._AC_SY200_.jpg |
Pokémon : Mega Evolution First Partners Deluxe Collection - Transcendent Heroes… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91uNTjKsymL._AC_SY200_.jpg |
Pokémon : Upgraded blister pack of 2 booster packs (2 booster packs and 3 Shiny… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91+UDnVxhAL._AC_SY200_.jpg |
ATM Gaming Mouton Mouton - Family and Friends Board Game - Complete the Same An… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71TLZoJ1Q9L._AC_SY200_.jpg |
Unicorn Academy - L'Ecole des Unicornes - Wildstar Unicorn + Sophia Doll - Unic… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81c8T0z-PtL._AC_SY200_.jpg |
Pokémon : Coffret Dresseur d’élite Méga-Évolution – Équilibre Parfait (1 Carte … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81DbBQdVGAL._AC_SY200_.jpg |
L'Oréal Paris Panoramic Volume Mascara - Expanded Lashes - No Packets - Stretch… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51w9ug-NmsL._AC_SY200_.jpg |
LEGO Botanicals The Miniature Orchid - Artificial Flowers for Adult Nature Enth… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71EeFX1HCsL._AC_SY200_.jpg |
LEGO Botanicals 10349 Small Smiling Plants – Toy – Creative Hobbies – 2 Artific… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81JGnQochGL._AC_SY200_.jpg |
Home & Kitchen li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/08/X-Site/French_Vitrine/French_Vitrine_bubble_... |
Fashion li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/08/X-Site/French_Vitrine/French_Vitrine_bubble_... |
Food & Grocery li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/08/X-Site/French_Vitrine/French_Vitrine_bubble_... |
Baby Products li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/08/X-Site/French_Vitrine/French_Vitrine_bubble_... |
Office Products li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/08/X-Site/French_Vitrine/French_Vitrine_bubble_... |
Toys & Games li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/08/X-Site/French_Vitrine/French_Vitrine_bubble_... |
Health & Beauty li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/08/X-Site/French_Vitrine/French_Vitrine_bubble_... |
Sports & Outdoor li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/08/X-Site/French_Vitrine/French_Vitrine_bubble_... |
Electronics li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/08/X-Site/French_Vitrine/French_Vitrine_bubble_... |
Media & Books li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/08/X-Site/French_Vitrine/French_Vitrine_bubble_... |
Garden & DIY li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | /images/G/08/X-Site/French_Vitrine/French_Vitrine_bubble_... |
LEGO Speed Champions F1 Ferrari SF-24 Racing Vehicle Construction Set Includes … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/8169xVSJScL._AC_SY200_.jpg |
LEGO Speed Champions | Flash McQueen – Racing Car Toy – Collector Model – Disne… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81f5c9hpLXL._AC_SY200_.jpg |
NYX PROFESSIONAL MAKEUP - Powder blush, enriched with mango butter, almond butt… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71CZACiUZ1L._AC_SY200_.jpg |
Bionoble Huile de Ricin Bio 50ml - Huile Pousse Cheveux, Cils, Sourcils, Barbe … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/91hbAFc1MEL._AC_SY200_.jpg |
Pokémon : First Partners Illustration Collection – Series 1 (3 Promo Cards, 2 B… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/8159XIXhflL._AC_SY200_.jpg |
Pokémon : X-ex Charizard Mega Box (4 Booster Packs and 1 Shiny Promo Card) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81olfPno2QL._AC_SY200_.jpg |
Pokémon : Y-ex Charizard Mega Box (4 Booster Packs and 1 Shiny Promo Card) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81oKcRv7RVL._AC_SY200_.jpg |
Le grand guide de l'éducation canine par Esprit Dog li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/717PlBtyWAL._AC_SY200_.jpg |
C'est pas du gras, c'est de l'eau !: Le guide du drainage lymphatique à la mais… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71ER+mq0d0L._AC_SY200_.jpg |
Lettre à Clara li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51kqcWMWopL._AC_SY200_.jpg |
Coloriages mystères Disney - Grands classiques Tome 13: Colorie les chiffres et… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81Jm40mZCSL._AC_SY200_.jpg |
On ne badine pas avec l'amour (oeuvre au programme du Bac de français 2026, 1re… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81HzWpezykL._AC_SY200_.jpg |
Cahiers de Douai (oeuvre au programme Bac de français 2026, 1re générale & tech… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81frmGufNXL._AC_SY200_.jpg |
Maxi-Annales ABC du Brevet 2026 - Toutes les matières 3e : Maths - Français - H… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61K4bf3TzvL._AC_SY200_.jpg |
Louison et Monsieur Molière li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71fM-+VXX5L._AC_SY200_.jpg |
Immigration, mythes et réalités li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71uK4QxT81L._AC_SY200_.jpg |
Bibliocollège - Le Médecin malgré lui, Molière li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71wNY1nm6yL._AC_SY200_.jpg |
CELESTE MA PLANETE li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81tFPLXPO6L._AC_SY200_.jpg |
Bibliocollège - Les Fourberies de Scapin, Molière li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81ebSJCN-sL._AC_SY200_.jpg |
Le royaume de Kensuké (Folio Junior) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/816GP0vnUlL._AC_SY200_.jpg |
VENDREDI OU LA VIE SAUVAGE li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81vr9tPhLAL._AC_SY200_.jpg |
Catch Up Games - Flip 7 Board Game, CAT100FL li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71TbsZvr7BL._AC_SY200_.jpg |
Pokémon : Lot de boosters Méga-Évolution – Équilibre Parfait (6 boosters) du JC… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81eCzHAg9LL._AC_SY200_.jpg |
Le Crime du paradis - Nouveau roman 2026 li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/715SRK6Z2wL._AC_SY200_.jpg |
Le triangle des passions du monde: Comprendre le chaos qui vient li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61bkXludyDL._AC_SY200_.jpg |
GARNIER Skin Active - Radiance Serum - Anti-Dark Spot - Face Care Enriched With… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51jLB820yFL._AC_SY200_.jpg |
Dans la peau d'Epstein li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61mQNqaszUL._AC_SY200_.jpg |
Toutes les matières 3e - Ma Compil fiches Brevet - Brevet 2026 li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61d+NlysAPL._AC_SY200_.jpg |
Une unique lueur li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71Srl6-2maL._AC_SY200_.jpg |
La locataire li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71DtOtq4GLL._AC_SY200_.jpg |
One Piece - Édition originale - Tome 112: Haley li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/913wClHZhrL._AC_SY200_.jpg |
Les Quatre Accords toltèques: La voie de la liberté personnelle li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61VftQMhYdL._AC_SY200_.jpg |
Windy City - Tome 5 Rewind It Back (5) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71KkL2fx0sL._AC_SY200_.jpg |
IELLO CODENAMES – The Cult Game of Deduction - Loved by Thousands of Players! F… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71nBU0BVixL._AC_SY200_.jpg |
La femme de ménage voit tout li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/717w2gA+89L._AC_SY200_.jpg |
La femme de ménage li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/613H6840ArL._AC_SY200_.jpg |
La femme de ménage se marie li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/81FGULEBXNL._AC_SY200_.jpg |
Les secrets de la femme de ménage li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71RMELKuocL._AC_SY200_.jpg |
La psy li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71cE6QbXHSL._AC_SY200_.jpg |
Kilomètre Zéro. Le Chemin Du Bonheur (Littérature Française (12612) li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/618Q9+ZRzRL._AC_SY200_.jpg |
Antigone li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71EoBhWCc4L._AC_SY200_.jpg |
REXONA - Clean Scent Women's Deodorant - Anti-perspirant Stick - 3x more effect… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61W5wJlm6IL._AC_SY200_.jpg |
Taft - Schwarzkopf - Hair Styling Powder - 2-in-1 - Volume - Long Lasting - Mat… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/71sOjtvhXmL._AC_SY200_.jpg |
Savon Le Naturel - Extra Pure Marseille Liquid Soap - Natural Origin - Vegetabl… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41cnsFYWFyL._AC_SY200_.jpg |
Garnier Ultra Doux Pure Avocado Oil & Shea Butter for Dry, Curly to Kinky Hair … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61Pe1G5DJOL._AC_SY200_.jpg |
GRIFEMA Water Spray 200ml White - Reusable Fine Mist Spray for Hair, Face, Plan… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41NpMLUkyiL._AC_SY200_.jpg |
NYX Professional Makeup - Makeup Fixing Spray - Transfer Resistant and Waterpro… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41PTy+gSx9L._AC_SY200_.jpg |
L'Oreal Paris CC Crème 5-in-1 Universal Anti-Redness Cream Enriched with Vitami… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/410yJLyzrUL._AC_SY200_.jpg |
GARNIER Ambre Solaire - Natural Bronzer - Moisturising Self-Tanning Mousse - Pr… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/51DK-M9JzwL._AC_SY200_.jpg |
L'Oréal Paris - Fluid Foundation - 24H Hydration - Hyaluronic Acid Formula - Al… li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/61ERbQfJEVL._AC_SY200_.jpg |
Maybelline New York Instant Eraser Concealer Fluid Concealer Nude Beige (02) 5 … li.feed-carousel-card > span.a-list-item > a.a-link-normal > img.product-image | m.media-amazon.com/images/I/41ERqRUzTvL._AC_SY200_.jpg |
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search Amazon.fr form#nav-search-bar-form > div.nav-fill > div.nav-search-field > input#twotabsearchtextbox |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Get to Know Us div.navFooterVerticalColumn > div.navFooterVerticalRow > div.navFooterLinkCol > div.navFooterColHead |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Expand to Change Language or Country div.nav-right > div#nav-tools > div#icp-nav-flyout > button.nav-flyout-button |
Expand Account and Lists div.nav-right > div#nav-tools > div#nav-link-accountList > button.nav-flyout-button |
Gift Cards Details ul.nav-ul > li.nav-li > div#nav_link_gift_cards > button.nav-flyout-button |
These items highlight common accessibility best practices.
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 |
|---|
EN div.nav-right > div#nav-tools > div#icp-nav-flyout > a.nav-a |
Computers div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Phones div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Headphones div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Virtual reality div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Furniture div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Lawnmowers div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Barbecue div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Lighting div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Fitness and bodybuilding div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Running div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Sportswear div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Sports shoes div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Hard rock div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Pop div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Jazz div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Rap and hip-hop div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Antivirus div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Office technology div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Video div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
System utilities div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Snacks div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Hygiene products div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Gourmet baskets div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Household cleaning div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Men's watches div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Women's watches div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Women's jewellery div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Bags & Suitcases div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Smartphones div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Watches div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Headphones div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Tablets div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Tennis racquets div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Kettlebells div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Rugby balls div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Steppers div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Garden tools div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Vegetables div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Decoration div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Fertilizer div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Spring fashion div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Everyday basics div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Spring cleaning div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
Influencer faves div._Zmx1a_fluidQuadImageLabelBody_3tld0 > div.a-section > div.a-section > a.a-link-normal |
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 |
|---|---|
| SharedStorage | www.amazon.fr/ line 3413, col 2048 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /-/en/b/?_encoding=UTF8&node=96141311031&pd_rd_w=0Yhfq&co... | See more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback