Skip to content
https://techradar.com

Lighthouse Mobile

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

Detailed Report

Audit breakdown by category with detailed findings.

44

Performance

Insights

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
MacBook Pro M5 Pro hands on div.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img
cdn.mos.cms.futurecdn.net/oBpBNEpnNrXELAzVwYiMp-840-80.jpg.webp30.1 KiB22.9 KiB
A man holding eight pairs of headphones in his hands, with models from Bose, So… div.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img
cdn.mos.cms.futurecdn.net/7ZJKS3SrqycqQkwwxFhQb3-320-80.jpg.webp22.9 KiB20.9 KiB
John Ternus and Tim Cook div.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img
cdn.mos.cms.futurecdn.net/qmQV5Ui964W4J6j2GUWaa9-320-80.jpg.webp16.3 KiB14.2 KiB

Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.

Why this matters

Performance issues directly impact user engagement and conversion rates.

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 1.5 s

Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation7.1 s
Other1.3 s
Style & Layout554 ms
Script Parsing & Compilation357 ms
Garbage Collection252 ms
Parse HTML & CSS157 ms
Rendering48 ms

Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
Pages with cache-control:no-store header cannot enter back/forward cache.Actionable
Pages whose main resource has cache-control:no-store cannot enter back/forward cache.Not actionable
Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header.Not actionable

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
flag of FR div.relative > div.flex > button.h-fit > img.w-5
vanilla.futurecdn.net/techradar/media/shared/img/flags/nosize/FR.svg

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

Layout shift culprits
Optimize DOM size
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
Minify JavaScript
Reduce unused CSS
Avoids enormous network payloads Total size was 1,941 KiB
User Timing marks and measures 20 user timings
Avoid long main-thread tasks 20 long tasks found
Network Requests
Network Round Trip Times 40 ms
Server Backend Latencies 110 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 30 ms
INP breakdown
LCP request discovery
Avoid non-composited animations
Avoid large layout shifts
95

Accessibility

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

ARIA

Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div#slice-container-popularBox > section.popular-box > div.popular-box__label > div.popular-box__label__tab div#slice-container-popularBox > section.popular-box > div.popular-box__label > div.popular-box__label__tab

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.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Le MacBook tactile d’Apple retardé… et une partie des fans n’en veut même pas div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link
Mauvaise nouvelle pour certains utilisateurs : iOS 27 s’apprêterait à abandonne… div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link
47 millions de galaxies plus tard, cette carte 3D pourrait changer notre vision… div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link
Apple sort vainqueur d’une bataille juridique… et une fonction clé pourrait rev… div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link
Chez Apple, l’ère Tim Cook touche à sa fin : John Ternus va prendre les command… div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link
Blue Origin réussit un nouvel exploit et prouve qu’il peut rivaliser avec Space… div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link
Le MacBook tactile d’Apple retardé… et une partie des fans n’en veut même pas E… div.mainCarousel > section#homePageCarousel > div#Item1 > a.article-link
Chez Apple, l’ère Tim Cook touche à sa fin : John Ternus va prendre les command… div.mainCarousel > section#homePageCarousel > div#Item2 > a.article-link
Les meilleurs casques audio anti-bruit pour tous les budgets, testés par nos ex… div.mainCarousel > section#homePageCarousel > div#Item3 > a.article-link
Apple sort vainqueur d’une bataille juridique… et une fonction clé pourrait rev… div.mainCarousel > section#homePageCarousel > div#Item5 > a.article-link
La meilleure montre de course à pied pour 2026 : des montres pour tous les nive… div.mainCarousel > section#homePageCarousel > div#Item6 > a.article-link
Des lunettes connectées Gucci pourraient bientôt voir le jour… et leur prix s’a… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
RÉALITÉ VIRTUELLE ET RÉALITÉ AUGMENTÉE section.listingResultsWrapper > div.listingResults > div.listingResult > a.category-link
Les smartphones compacts, c’est fini ? Samsung s’explique et avance une alterna… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Fuite du premier appareil hybride Insta360 : innovation ou faux pas ? Par Davi… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Meilleures montres Garmin 2026 : des montres multisports pour toutes les activi… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Gemini écrit comme un humain… au point de tromper presque tous les détecteurs d… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
DJI prépare un nouveau drone d’entrée de gamme… mais a-t-il encore une place fa… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
GOALKER UNICUT H1 : le robot tondeuse nouvelle génération qui va vous changer l… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Elon Musk dévoile une puce surpuissante… mais la conduite autonome devra attend… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
DJI Pocket 4 vs DJI Pocket 3 : 7 améliorations pour la prochaine caméra de vlog… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Apple prépare-t-elle ses propres lunettes connectées ? Les indices s’accumulent… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Et si vous n’aviez plus besoin d’AirPods ? Ces écouteurs font (presque) mieux p… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Test de l'iPhone 17e d'Apple : plus rapide, mieux équipé… sans coûter plus cher… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Test du DJI Pocket 4 : La nouvelle référence du vlogging compact Par Adrien Ba… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
CAMÉSCOPES section.listingResultsWrapper > div.listingResults > div.listingResult > a.category-link
Test du Xiaomi 17 : un smartphone premium qui tient vraiment en main Par Adrie… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Test du Honor Magic 8 Pro : difficile de lui trouver de vrais défauts Par Dash… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Test du Samsung Galaxy S26 Plus : un téléphone « juste comme il faut » pour cer… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Test du Samsung Galaxy Book6 Pro : un bijou de design qui doit encore justifier… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Test du DJI Avata 360 : le drone 360 à battre dès sa sortie Par Sam Kieldsen p… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Test de la Garmin Forerunner 970 : la montre qui pourrait transformer vos entra… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Test du Nothing Phone (4a) : le smartphone à petit prix qui pourrait vous faire… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Test des AirPods Pro 3 d’Apple : plus performants, plus confortables… et capabl… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Test du Google Pixel 10a : la preuve qu’un smartphone abordable peut rester au … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Comment utiliser la manette Nintendo Switch Pro sur votre PC ? Par Clio Leonar… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Comment jouer à la saga Yakuza dans l'ordre ? Par Clio Leonard, Adam Vjestica … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Comment regarder les films Harry Potter et Les Animaux Fantastiques dans l'ordr… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Le retour de ChatGPT-4o : comment l’utiliser à la place de GPT-5 Par Adrien Ba… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Comment télécharger la version bêta pour développeurs de macOS Tahoe 26 Par Ad… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Comment regarder les films et les séries Star Wars dans l'ordre ? Par Samuel R… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
J'ai créé une machine virtuelle Windows 11 pour tester DeepSeek en toute sécuri… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Nouvelle télévision : 6 pièges à éviter pour une installation réussie Par Adri… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Comment utiliser la nouvelle fonctionnalité ChatGPT Project pour organiser vos … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Où acheter le Samsung Galaxy Z Flip 4 au meilleur prix ? Par Isabelle Dumontei… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Un casque 5 étoiles pour moins cher ? Ces 6 casques ont obtenu notre meilleure … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Black Friday 2023 - Profitez de ces réductions sur les jeux vidéo ! Par Adrien… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Préparez-vous de somptueux cafés avec cette remarquable machine expresso De’Lon… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Où acheter la carte graphique Nvidia RTX 3080 au meilleur prix ? Par Matt Hans… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Amazon Prime Day 2023 : les 73 meilleurs bons plans du jour Par Enzo Bonucci p… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Où acheter la Samsung Galaxy Watch 5 à son meilleur prix ? Par James Pickard p… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Où acheter une console Nintendo Switch / Switch Lite au meilleur prix ? Par Is… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Où acheter la Nintendo Switch OLED au meilleur prix ? Par Isabelle Dumonteil p… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Un drone géant de 2 tonnes transporte du thé sur 120 km… sans aucun pilote Par… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
L’IA en passe de devenir le « Roi de Babel » en maîtrisant des langues oubliées… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Données volées chez Basic-Fit : plus d’un million de clients potentiellement ex… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
78,6 millions de données Rockstar divulguées… mais sans la moindre révélation s… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Claude s’invite dans Word et transforme déjà la manière d’écrire Par Adrien Ba… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
OpenAI alerte sur un problème de données : les utilisateurs Mac doivent agir sa… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Pour reprendre la main sur le numérique, la France tourne le dos à Windows Par… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Test de NordVPN Par Clio Leonard, Mike Williams publié 13 avril 2026 MISE À J… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Des clés API Google exposées permettent à des hackers d’exploiter Gemini gratui… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
`[lang]` attributes have a valid value
Heading elements appear in a sequentially-descending order
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
`[accesskey]` values are unique
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Identical links have the same purpose.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
96

Best Practices

General

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
CMP not ready or failed, or unexpected eventStatus: [object Object]
Error: __tcfapi does not exist at https://freyr.futurecdn.net/freyr.js:1:91878 at new Promise (<anonymous>) at https://freyr.futurecdn.net/freyr.js:1:91816 at https://freyr.futurecdn.net/freyr.js:1:91660 at Object.next (https://freyr.futurecdn.net/freyr.js:1:91765) at ng (https://freyr.futurecdn.net/freyr.js:1:90614) at i (https://freyr.futurecdn.net/freyr.js:1:93035) at https://freyr.futurecdn.net/freyr.js:1:93096 at new Promise (<anonymous>) at n_ (https://freyr.futurecdn.net/freyr.js:1:92975)
Error: __tcfapi does not exist at https://freyr.futurecdn.net/freyr.js:1:91878 at new Promise (<anonymous>) at https://freyr.futurecdn.net/freyr.js:1:91816 at https://freyr.futurecdn.net/freyr.js:1:91660 at Object.next (https://freyr.futurecdn.net/freyr.js:1:91765) at ng (https://freyr.futurecdn.net/freyr.js:1:90614) at i (https://freyr.futurecdn.net/freyr.js:1:93035) at https://freyr.futurecdn.net/freyr.js:1:93096 at new Promise (<anonymous>) at n_ (https://freyr.futurecdn.net/freyr.js:1:92975)
Error: __uspapi does not exist at https://freyr.futurecdn.net/freyr.js:1:94607 at new Promise (<anonymous>) at https://freyr.futurecdn.net/freyr.js:1:94545 at https://freyr.futurecdn.net/freyr.js:1:94389 at Object.next (https://freyr.futurecdn.net/freyr.js:1:94494) at nk (https://freyr.futurecdn.net/freyr.js:1:93151) at s (https://freyr.futurecdn.net/freyr.js:1:94991) at https://freyr.futurecdn.net/freyr.js:1:95052 at new Promise (<anonymous>) at nC (https://freyr.futurecdn.net/freyr.js:1:94932)
Error: `apstag.init` was called multiple times with different pubIDs (3032 then 1823914b-7239-4a86-83d9-a49754244490) at H (https://c.aps.amazon-adsystem.com/apstag.js:4:101551) at z (https://c.aps.amazon-adsystem.com/apstag.js:4:140265) at kt (https://c.aps.amazon-adsystem.com/apstag.js:4:140496) at https://c.aps.amazon-adsystem.com/apstag.js:4:202308 at Object.init (https://c.aps.amazon-adsystem.com/apstag.js:4:4478) at initiateApstagLibrary (https://cdn.nexx360.io/loader.js:1:9669) at Object.setConfig (https://cdn.nexx360.io/loader.js:1:2624) at Array.<anonymous> (https://cdn.nexx360.io/glxm.js:1:10366) at https://cdn.nexx360.io/loader.js:1:49993 at https://cdn.nexx360.io/loader.js:1:49997
Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
100

SEO

These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback