Mobile 375 × 812

Score: 74 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Lean and efficient — low environmental impact per visit.
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.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
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/28b3e394-ef71-4cce-8ffa-8dc75dc3301a)<a href="https://beavercheck.com/results/28b3e394-ef71-4cce-8ffa-8dc75dc3301a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ffrancetvinfo.fr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ffrancetvinfo.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.
€360 investment → €4,113/month returns + EUR 120,500,000 risk avoided
€360
4h · 5 findings
€4,113 /mo
~€49,359 / year
EUR 120,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
€10,041,667 / month at risk
~€120,500,002 / year if left unfixed
€120,500,000
+6 more
€0.14 /mo
1890.7 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.
3.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.68 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
467 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.
3.81 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.71 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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 |
|---|---|
| francetvinfo.fr/ | 813 ms |
| www.franceinfo.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 |
|---|---|---|
| /sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/sdk.... | 100.7 KiB | 45.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.0 s |
| Style & Layout | 988 ms |
| Other | 780 ms |
| Parse HTML & CSS | 232 ms |
| Rendering | 119 ms |
| Script Parsing & Compilation | 94 ms |
| Garbage Collection | 41 ms |
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 |
|---|---|---|
| 18.3 KiB | 15.5 KiB | |
| a,abbr,address,article,aside,audio,b,blockquote,body,butt... | 18.4 KiB | 10.5 KiB |
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 |
|---|
Bouton select section#multi-regional > div.select-dropdown > div.input-field > input#select-dropdown__id-942041 |
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
129 partenaires div.didomi-popup-notice-text > div > p > span |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
form.newsletter__form > div.newsletter__input-button-group > div.input-field > input#footer-classic__nl-footer__input form.newsletter__form > div.newsletter__input-button-group > div.input-field > input#footer-classic__nl-footer__input |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
nav.header-main__nav > ul.header-main__entries > li.navigation-item > button#navigation-item__id-616233 nav.header-main__nav > ul.header-main__entries > li.navigation-item > button#navigation-item__id-616233 |
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 |
|---|
Ce direct est maintenant terminé. Voici les principaux titres de l'actualité : div#message-69e00a7e7662f9f6d79d3a2f > div.sc-d8d55655-0 > span.sc-61f3532c-0 > span.sc-85dea5a0-0 |
#MOYEN_ORIENT div#message-69e00a7e7662f9f6d79d3a2f > div.sc-d8d55655-0 > span.sc-61f3532c-0 > span.sc-85dea5a0-0 |
Washington annonce discuter de la tenue d'une deuxième session de négociations… div#message-69e00a7e7662f9f6d79d3a2f > div.sc-d8d55655-0 > span.sc-61f3532c-0 > span.sc-85dea5a0-0 |
"optimiste" div#message-69e00a7e7662f9f6d79d3a2f > div.sc-d8d55655-0 > span.sc-61f3532c-0 > span.sc-85dea5a0-0 |
sur les chances d'un accord. La déclaration intervient après la menace de l'Ir… div#message-69e00a7e7662f9f6d79d3a2f > div.sc-d8d55655-0 > span.sc-61f3532c-0 > span.sc-85dea5a0-0 |
#MOYEN_ORIENT div#message-69e00a7e7662f9f6d79d3a2f > div.sc-d8d55655-0 > span.sc-61f3532c-0 > span.sc-85dea5a0-0 |
Au Liban, l'armée israélienne a reçu l'ordre de tuer tout combattant du Hezboll… div#message-69e00a7e7662f9f6d79d3a2f > div.sc-d8d55655-0 > span.sc-61f3532c-0 > span.sc-85dea5a0-0 |
du Liban div.sc-d8d55655-0 > span.sc-61f3532c-0 > a.sc-85dea5a0-1 > span.sc-85dea5a0-0 |
, selon un communiqué militaire israélien. Le chef d'état-major de l'armée préc… div#message-69e00a7e7662f9f6d79d3a2f > div.sc-d8d55655-0 > span.sc-61f3532c-0 > span.sc-85dea5a0-0 |
"plus de 1 700" div#message-69e00a7e7662f9f6d79d3a2f > div.sc-d8d55655-0 > span.sc-61f3532c-0 > span.sc-85dea5a0-0 |
combattants depuis le début de la guerre. div#message-69e00a7e7662f9f6d79d3a2f > div.sc-d8d55655-0 > span.sc-61f3532c-0 > span.sc-85dea5a0-0 |
• #YADAN div#message-69e00a7e7662f9f6d79d3a2f > div.sc-d8d55655-0 > span.sc-61f3532c-0 > span.sc-85dea5a0-0 |
La pétition "Non à la loi Yadan" a recueilli plus de 700 000 signatures, mais n… div#message-69e00a7e7662f9f6d79d3a2f > div.sc-d8d55655-0 > span.sc-61f3532c-0 > span.sc-85dea5a0-0 |
ont voté pour son classement div.sc-d8d55655-0 > span.sc-61f3532c-0 > a.sc-85dea5a0-1 > span.sc-85dea5a0-0 |
, ce qui signifie qu'il n'est plus possible de signer ce texte. La proposition … div#message-69e00a7e7662f9f6d79d3a2f > div.sc-d8d55655-0 > span.sc-61f3532c-0 > span.sc-85dea5a0-0 |
#FOOT div#message-69e00a7e7662f9f6d79d3a2f > div.sc-d8d55655-0 > span.sc-61f3532c-0 > span.sc-85dea5a0-0 |
On connaît le dernier carré de la Ligue des champions. Le Bayern Munich div#message-69e00a7e7662f9f6d79d3a2f > div.sc-d8d55655-0 > span.sc-61f3532c-0 > span.sc-85dea5a0-0 |
s'est qualifié div.sc-d8d55655-0 > span.sc-61f3532c-0 > a.sc-85dea5a0-1 > span.sc-85dea5a0-0 |
aux dépens du Real Madrid et affrontera le PSG en demi-finale. De son côté, Ar… div#message-69e00a7e7662f9f6d79d3a2f > div.sc-d8d55655-0 > span.sc-61f3532c-0 > span.sc-85dea5a0-0 |
These are opportunities to improve the legibility of your content.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Le Bayern Munich élimine le Real Madrid au terme d'un match fou et défiera le P… ul.rubriques__list > li.rubriques__item > section.rubrique-content > ul.rubrique-content__list |
"Un signal d'alarme très inquiétant" : Caroline Fourest, Sorj Chalandon, Alain … ul.rubriques__list > li.rubriques__item > section.rubrique-content > ul.rubrique-content__list |
:
vrai ou faux
Le gouvernement a-t-il revu ses objectifs à la baisse sur la pr… ul.rubriques__list > li.rubriques__item > section.rubrique-content > ul.rubrique-content__list |
Suppression des ZFE : "Le gouvernement n'a pas renoncé à son ambition environne… ul.rubriques__list > li.rubriques__item > section.rubrique-content > ul.rubrique-content__list |
Lutte antiterroriste: l'Assemblée approuve une mesure visant les sorties de dét… ul.rubriques__list > li.rubriques__item > section.rubrique-content > ul.rubrique-content__list |
Météo France 2 du Mercredi 15 avril 2026 à 23h05
Quel temps va-t-il faire aujo… ul.rubriques__list > li.rubriques__item > section.rubrique-content > ul.rubrique-content__list |
Guerre au Moyen-Orient : les Etats-Unis disent discuter d'une deuxième session … ul.rubriques__list > li.rubriques__item > section.rubrique-content > ul.rubrique-content__list |
Le traitement éditorial du sauvetage du pilote américain en Iran
Les auditeurs… ul.rubriques__list > li.rubriques__item > section.rubrique-content > ul.rubrique-content__list |
•
direct radio
L'info à 01h00
L'inflation, la guerre au Moyen-Orient, le rapp… div.home-franceinfo > section#univers-radio > section.rubrique-content > ul.rubrique-content__list |
•
direct tv
le direct tv de franceinfo
Tout est politique du Mercredi 15 avri… div.home-franceinfo > section#univers-tv > section.rubrique-content > ul.rubrique-content__list |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
"Il retrouvera son meilleur niveau, j'en suis persuadé"... Didier Deschamps app… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Football : Hugo Ekitike, blessé au tendon d'Achille, ne disputera pas la Coupe … section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Tennis : touché au poignet, Carlos Alcaraz déclare forfait au tournoi de Barcel… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
"Pour un footballeur, il faut cinq à six mois pour pouvoir se réentraîner corre… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
"Juste une illusion" : Camille Cottin et Louis Garrel parents des années 80 dan… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
"Gaston Lagaffe" de retour en librairie en octobre, sous la patte de Delaf et L… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
: grand entretien
"Cette fois, on a un peu lâché la pudeur" : Eric Toledano et… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Après "Pirates des Caraïbes", Gore Verbinski s’attaque à la science-fiction et … section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Le PDG d'Air Canada a-t-il perdu son poste parce qu'il ne maîtrise pas bien le … section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
: vrai ou faux
Les nouveaux maires de gauche ou d'extrême gauche augmentent-il… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Élections en Hongrie : Washington affiche son soutien à Viktor Orbán, jusqu’où … section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Drancy : la répartition des indemnités municipales fait polémique section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
"Si l’on vient expliquer aux Français que l’on ne va pas baisser la fiscalité p… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Jordan Bardella "assume" les photos de Paris Match section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Procès du financement libyen : entre Nicolas Sarkozy et Claude Guéant, la guerr… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Travail le 1er-Mai : vers "une solution pragmatique" pour les artisans boulange… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Deux-roues débridés : trafiquer son vélo ou sa trottinette électrique pour alle… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Même écartée, la pétition contre la loi Yadan "a été très utile" estime la dépu… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Patrick Bruel visé par trois enquêtes pour violences sexuelles en France et en … section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Pas moins de 1 655 titres de séjour "métiers en tension" ont été délivrés en 20… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Suppression des ZFE : "Le gouvernement n'a pas renoncé à son ambition environne… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Météo France 2 du Mercredi 15 avril 2026 à 20h50 section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Météo France 2 du Mercredi 15 avril 2026 à 19h55 section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Météo France 2 du Mercredi 15 avril 2026 à 18h50 section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Guerre au Moyen-Orient : la Maison Blanche annonce discuter d'un nouveau rendez… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Guerre au Moyen-Orient : Israël frappe 200 cibles du Hezbollah au Liban section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
"Pourquoi aurions-nous peur ? On a déjà tout perdu" : au cœur de la résistance … section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Lutte antiterroriste: l'Assemblée approuve une mesure visant les sorties de dét… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
"C dans l'air", "C politique", "C ce soir"... Retrouvez la liste des invités et… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
: transparence
Pourquoi franceinfo ne publie pas de classement des lycées et d… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
: transparence
Retrouvez la liste des invités de la chaîne info (canal 16) en … section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
: transparence
Qui est Siavosh Ghazi, la voix francophone qui raconte la guerr… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
L'inflation, la guerre au Moyen-Orient, le rapprochement du Medef avec le RN...… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
: reportage
"Le seul effet de la taxe a porté sur la destruction de la logisti… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
: témoignage
"Il pouvait dire qu'il n'y avait rien de plus excitant qu'une pet… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Plafonner les marges des distributeurs sur les carburants ne pèsera que "sur qu… section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Tout est politique du Mercredi 15 avril 2026 section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
C'est toute la question du Mercredi 15 avril 2026 section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
C'est toute la question du mercredi 15 avril 2026 section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
Le fil info du Mercredi 15 avril 2026 section.rubrique-content > ul.rubrique-content__list > div.rubrique-content__secondary-contents > li.rubrique-content__item |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
Télécharger l'application
(Nouvelle fenêtre) section.pre-footer > div.pre-footer__wrapper > div.pre-footer__content-wrapper > a.fi-button |
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.
Desktop audit not available for this result.
Send Feedback