Skip to content
https://sketchfab.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.

25

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.

Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:node label:Element subItemsHeading:map[key:extra] valueType:node] map[granularity:0.001 key:score label:Layout shift score subItemsHeading:map[key:cause valueType:text] valueType:numeric]]
items: [map[node:map[type:text value:Total] score:0.235345] map[node:map[boundingRect:map[bottom:300 height:300 left:-80 right:453 top:0 width:533] lhId:page-0-DIV nodeLabel:Worker 12 - copy 3D Model path:1,HTML,1,BODY,4,MAIN,5,DIV,0,DIV selector:body.page-embed > main.viewer > div.fallback > div.fallback-viewport snippet:<div class="fallback-viewport" style="width: 533px; height: 300px; margin-top: -150px; margin-left: -266px;"> type:node] score:0.235345 subItems:map[items:[map[cause:Unsized image element extra:map[boundingRect:map[bottom:2594 height:25 left:50 right:123 top:2569 width:73] lhId:page-1-IMG nodeLabel:Audi logo path:1,HTML,1,BODY,4,MAIN,0,DIV,3,DIV,0,DIV,1,DIV,0,DIV,0,IMG selector:div.static-page__container > div.c-plan-brands > div.c-plan-brands__brand > img snippet:<img loading="lazy" src="https://static.sketchfab.com/static/builds/web/dist/static/assets/images/b…" alt="Audi logo"> type:node]]] type:subitems]]]

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
value: no origins were preconnected
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

A long cache lifetime can speed up repeat visits to your page. Learn more about caching.

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
Worker 12 - copy 3D Model main.viewer > div.fallback > div.fallback-viewport > img.fallback-sprite
/models/99bfe75ebd734fa3832a63e02e2cacf7/fallbacks/9a106b...205.5 KiB62.8 KiB
Crocs logo div.static-page__container > div.c-plan-brands > div.c-plan-brands__brand > img
/static/builds/web/dist/static/assets/images/brands/f424d...10.6 KiB10.5 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.

URLTransfer SizeDuration
cdn.cookielaw.org/scripttemplates/otSDKStub.js9.1 KiB768 ms

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

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.

These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS

Why this matters

Performance issues directly impact user engagement and conversion rates.

ElementLayout shift score
Worker 12 - copy 3D Model body.page-embed > main.viewer > div.fallback > div.fallback-viewport
0.235

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

Diagnostics

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.

Why this matters

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.

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 Evaluation3.4 s
Other1.3 s
Script Parsing & Compilation638 ms
Style & Layout264 ms
Parse HTML & CSS224 ms
Garbage Collection165 ms
Rendering61 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
Crocs logo div.static-page__container > div.c-plan-brands > div.c-plan-brands__brand > img
/static/builds/web/dist/static/assets/images/brands/f424d...
Yamaha logo div.static-page__container > div.c-plan-brands > div.c-plan-brands__brand > img
/static/builds/web/dist/static/assets/images/brands/537a5...
Balenciaga logo div.static-page__container > div.c-plan-brands > div.c-plan-brands__brand > img
/static/builds/web/dist/static/assets/images/brands/afeac...
Dell logo div.static-page__container > div.c-plan-brands > div.c-plan-brands__brand > img
/static/builds/web/dist/static/assets/images/brands/a7463...
The British Museum logo div.static-page__container > div.c-plan-brands > div.c-plan-brands__brand > img
/static/builds/web/dist/static/assets/images/brands/5db76...
Audi logo div.static-page__container > div.c-plan-brands > div.c-plan-brands__brand > img
/static/builds/web/dist/static/assets/images/brands/bb0c2...
Mini logo div.static-page__container > div.c-plan-brands > div.c-plan-brands__brand > img
/static/builds/web/dist/static/assets/images/brands/83ff5...
Eagle Creek logo div.static-page__container > div.c-plan-brands > div.c-plan-brands__brand > img
/static/builds/web/dist/static/assets/images/brands/83921...
Deckers logo div.static-page__container > div.c-plan-brands > div.c-plan-brands__brand > img
/static/builds/web/dist/static/assets/images/brands/a8f15...
Leroy Merlin logo div.static-page__container > div.c-plan-brands > div.c-plan-brands__brand > img
/static/builds/web/dist/static/assets/images/brands/ca3b2...
Philips logo div.static-page__container > div.c-plan-brands > div.c-plan-brands__brand > img
/static/builds/web/dist/static/assets/images/brands/2c559...
Schneider logo div.static-page__container > div.c-plan-brands > div.c-plan-brands__brand > img
/static/builds/web/dist/static/assets/images/brands/5ce3e...

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

Document request latency
Optimize DOM size
Forced reflow
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
Minify JavaScript
Avoids enormous network payloads Total size was 2,170 KiB
Avoid long main-thread tasks 16 long tasks found
Network Requests
Network Round Trip Times 20 ms
Server Backend Latencies 150 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid multiple page redirects
Initial server response time was short Root document took 210 ms
INP breakdown
LCP request discovery
User Timing marks and measures
Avoid non-composited animations
96

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.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
JOIN FOR FREE div.hero-container > div.static-page__container > div.hero__text > button.button
SEE PLANS div.hero-container > div.static-page__container > div.hero__text > a.button
Share and embed 3D models anywhere online div.home-configurator > div.home__section > div.static-page__container > h2.home__title
DISCOVER OUR BUSINESS SOLUTIONS main.content > div > div.home-brands > a.button
Join millions of 3D creators main.content > div > div.home-community > h2.home__title
JOIN SKETCHFAB main.content > div > div.home-community > button.home-community__button
JOIN SKETCHFAB FOR FREE div > div.home__section > div.static-page__container > button.button
CONTACT US div.main-footer__col > ul.main-footer__links > li.main-footer__link > a.skfb-link

These are opportunities to improve the legibility of your content.

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>`
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
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
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
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
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Uses ARIA roles only on compatible elements
Identical links have the same purpose.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Deprecated ARIA roles were not used
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
`[role]`s have all required `[aria-*]` attributes
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
`[role]` values are valid
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
`<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
Form elements have associated labels
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
No element has a `[tabindex]` value greater than 0
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.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Image elements do not have `[alt]` attributes that are redundant text.
Elements with visible text labels have matching accessible names.
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
createChild error: `categoriesNavigationDropdown` The selector .home-store__categories-container is not a valid mount point.

Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLMap URL
/static/builds/web/dist/1c76918338bfe04b43c19e45141a8782-.../static/builds/web/dist/1c76918338bfe04b43c19e45141a8782-...
/static/builds/web/dist/03097b3b7092b581e4a09196735c38a8-.../static/builds/web/dist/03097b3b7092b581e4a09196735c38a8-...
/static/builds/web/dist/fd3570ce9497bf551397979b128ca7d9-.../static/builds/web/dist/fd3570ce9497bf551397979b128ca7d9-...
/static/builds/web/dist/fd3570ce9497bf551397979b128ca7d9-.../static/builds/web/dist/fd3570ce9497bf551397979b128ca7d9-...
/static/builds/web/dist/e63aad6fe682593f1e639bea2ecc665e-.../static/builds/web/dist/e63aad6fe682593f1e639bea2ecc665e-...
/static/builds/web/dist/e4033d6eb1ae90b9d2bcb7cb6bf8cd6a-.../static/builds/web/dist/e4033d6eb1ae90b9d2bcb7cb6bf8cd6a-...
/static/builds/web/dist/db161102e09a72dbc6937e61846a5d8b-.../static/builds/web/dist/db161102e09a72dbc6937e61846a5d8b-...
/static/builds/web/dist/da8ed87c0adc4ddd8992e5e8cbf906fc-.../static/builds/web/dist/da8ed87c0adc4ddd8992e5e8cbf906fc-...
/static/builds/web/dist/da8ed87c0adc4ddd8992e5e8cbf906fc-.../static/builds/web/dist/da8ed87c0adc4ddd8992e5e8cbf906fc-...
/static/builds/web/dist/d545a608d53c86eff5035288b9157323-.../static/builds/web/dist/d545a608d53c86eff5035288b9157323-...
/static/builds/web/dist/ce474348f2f606066fb235dcc408e5d5-.../static/builds/web/dist/ce474348f2f606066fb235dcc408e5d5-...
/static/builds/web/dist/c9cf6172d18afe063a040b56a50af55f-.../static/builds/web/dist/c9cf6172d18afe063a040b56a50af55f-...
/static/builds/web/dist/c8ad894ab8fc8b1964bd28bfbd8d62d7-.../static/builds/web/dist/c8ad894ab8fc8b1964bd28bfbd8d62d7-...
/static/builds/web/dist/c8ad894ab8fc8b1964bd28bfbd8d62d7-.../static/builds/web/dist/c8ad894ab8fc8b1964bd28bfbd8d62d7-...
/static/builds/web/dist/c5315a9e7254a4e1e21358eec857669d-.../static/builds/web/dist/c5315a9e7254a4e1e21358eec857669d-...
/static/builds/web/dist/c4a8ac20a8d72e119523d2bac9bd3af7-.../static/builds/web/dist/c4a8ac20a8d72e119523d2bac9bd3af7-...
/static/builds/web/dist/c4a8ac20a8d72e119523d2bac9bd3af7-.../static/builds/web/dist/c4a8ac20a8d72e119523d2bac9bd3af7-...
/static/builds/web/dist/c1a7cc8b1c425dda69e5657f2fdd272f-.../static/builds/web/dist/c1a7cc8b1c425dda69e5657f2fdd272f-...
/static/builds/web/dist/bc8e3f5f2b678b1def38df63f34ce14d-.../static/builds/web/dist/bc8e3f5f2b678b1def38df63f34ce14d-...
/static/builds/web/dist/bc8e3f5f2b678b1def38df63f34ce14d-.../static/builds/web/dist/bc8e3f5f2b678b1def38df63f34ce14d-...
/static/builds/web/dist/b7a86f0c6b0118057e804a708632940d-.../static/builds/web/dist/b7a86f0c6b0118057e804a708632940d-...
/static/builds/web/dist/b15f245f5c9dffceae76c22719561081-.../static/builds/web/dist/b15f245f5c9dffceae76c22719561081-...
/static/builds/web/dist/9f22128e904ef304c5b15735484fb5eb-.../static/builds/web/dist/9f22128e904ef304c5b15735484fb5eb-...
/static/builds/web/dist/9ee9e3a75338b7653406c7b413f8df5e-.../static/builds/web/dist/9ee9e3a75338b7653406c7b413f8df5e-...
/static/builds/web/dist/9ee9e3a75338b7653406c7b413f8df5e-.../static/builds/web/dist/9ee9e3a75338b7653406c7b413f8df5e-...
/static/builds/web/dist/9733c8aefb3e840a0cab0f03743645cf-.../static/builds/web/dist/9733c8aefb3e840a0cab0f03743645cf-...
/static/builds/web/dist/8a687a5156dadc24ce93a0f36ac87374-.../static/builds/web/dist/8a687a5156dadc24ce93a0f36ac87374-...
/static/builds/web/dist/8a687a5156dadc24ce93a0f36ac87374-.../static/builds/web/dist/8a687a5156dadc24ce93a0f36ac87374-...
/static/builds/web/dist/87a5add62ddbe83a3ee5b10d8b28bc05-.../static/builds/web/dist/87a5add62ddbe83a3ee5b10d8b28bc05-...
/static/builds/web/dist/875fbf88c626dde891026b1a8a9b014d-.../static/builds/web/dist/875fbf88c626dde891026b1a8a9b014d-...
/static/builds/web/dist/860338fc236ebc0a2088fc427cc309ae-.../static/builds/web/dist/860338fc236ebc0a2088fc427cc309ae-...
/static/builds/web/dist/8274b12b0eeb1eb8f81799be10c44eb7-.../static/builds/web/dist/8274b12b0eeb1eb8f81799be10c44eb7-...
/static/builds/web/dist/7f86c298a3e47f698c04c72e3c9c9d18-.../static/builds/web/dist/7f86c298a3e47f698c04c72e3c9c9d18-...
/static/builds/web/dist/7c0d2bc9b260b5b4892a1b3059b7ec61-.../static/builds/web/dist/7c0d2bc9b260b5b4892a1b3059b7ec61-...
/static/builds/web/dist/7c0d2bc9b260b5b4892a1b3059b7ec61-.../static/builds/web/dist/7c0d2bc9b260b5b4892a1b3059b7ec61-...
/static/builds/web/dist/70e8ed83729a09e2fd0d0b159aaa5300-.../static/builds/web/dist/70e8ed83729a09e2fd0d0b159aaa5300-...
/static/builds/web/dist/6ce812b2431334783034d02de2b36689-.../static/builds/web/dist/6ce812b2431334783034d02de2b36689-...
/static/builds/web/dist/69726867deb868bd1edf7f945ddfe846-.../static/builds/web/dist/69726867deb868bd1edf7f945ddfe846-...
/static/builds/web/dist/685aff1deede857b0471cf5c1b70b36c-.../static/builds/web/dist/685aff1deede857b0471cf5c1b70b36c-...
/static/builds/web/dist/6708e035029f50bb0de545b39531140c-.../static/builds/web/dist/6708e035029f50bb0de545b39531140c-...
/static/builds/web/dist/5bcaa88525fab96faffe19e1ce66716c-.../static/builds/web/dist/5bcaa88525fab96faffe19e1ce66716c-...
/static/builds/web/dist/5a7b38fbe0bff72c1ff130f661bd4e1a-.../static/builds/web/dist/5a7b38fbe0bff72c1ff130f661bd4e1a-...
/static/builds/web/dist/5a298722f218e773c03d1e7f7a71bca1-.../static/builds/web/dist/5a298722f218e773c03d1e7f7a71bca1-...
/static/builds/web/dist/5a298722f218e773c03d1e7f7a71bca1-.../static/builds/web/dist/5a298722f218e773c03d1e7f7a71bca1-...
/static/builds/web/dist/582cbcbb84cec7452b26d1e394abddd9-.../static/builds/web/dist/582cbcbb84cec7452b26d1e394abddd9-...
/static/builds/web/dist/582cbcbb84cec7452b26d1e394abddd9-.../static/builds/web/dist/582cbcbb84cec7452b26d1e394abddd9-...
/static/builds/web/dist/4d71cc51c2cb5e3265bd14a9f5bb5679-.../static/builds/web/dist/4d71cc51c2cb5e3265bd14a9f5bb5679-...
/static/builds/web/dist/4c590dc44ebc9d440e27f4aec1d5aae0-.../static/builds/web/dist/4c590dc44ebc9d440e27f4aec1d5aae0-...
/static/builds/web/dist/4855c01cd35af2ca304ead8050d4be99-.../static/builds/web/dist/4855c01cd35af2ca304ead8050d4be99-...
/static/builds/web/dist/45cb52d581ebdce9f33e1bb992c5a3ed-.../static/builds/web/dist/45cb52d581ebdce9f33e1bb992c5a3ed-...
/static/builds/web/dist/3cdac9d105b7f0d540bfe0d56266acb8-.../static/builds/web/dist/3cdac9d105b7f0d540bfe0d56266acb8-...
/static/builds/web/dist/3cab602213ea1bd82c11556321522f3e-.../static/builds/web/dist/3cab602213ea1bd82c11556321522f3e-...
/static/builds/web/dist/3bd8124788f5ffbbe1b1dea09f664efb-.../static/builds/web/dist/3bd8124788f5ffbbe1b1dea09f664efb-...
/static/builds/web/dist/34afee4e00abf4f86af3802ee69df8c8-.../static/builds/web/dist/34afee4e00abf4f86af3802ee69df8c8-...
/static/builds/web/dist/2e08de1e4124042b93cfb2a9f12ea9a9-.../static/builds/web/dist/2e08de1e4124042b93cfb2a9f12ea9a9-...
/static/builds/web/dist/2e08de1e4124042b93cfb2a9f12ea9a9-.../static/builds/web/dist/2e08de1e4124042b93cfb2a9f12ea9a9-...
/static/builds/web/dist/2501372c81883da32e6bfa6564e8fd3f-.../static/builds/web/dist/2501372c81883da32e6bfa6564e8fd3f-...
/static/builds/web/dist/23072640c13bc2c244618d77d0e1cefa-.../static/builds/web/dist/23072640c13bc2c244618d77d0e1cefa-...
/static/builds/web/dist/1a418f4905db7f48f3d793bb3d37df47-.../static/builds/web/dist/1a418f4905db7f48f3d793bb3d37df47-...
/static/builds/web/dist/15a77b981b95819e390e8fb965adabd4-.../static/builds/web/dist/15a77b981b95819e390e8fb965adabd4-...
/static/builds/web/dist/01bc8051afea15a7c911c308510c2fff-.../static/builds/web/dist/01bc8051afea15a7c911c308510c2fff-...
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
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
92

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.

Content Best Practices

Descriptive link text helps search engines understand your content. Learn how to make links more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Link destinationLink Text
cookiepedia.co.uk/giving-consent-to-cookiesMore information

Format your HTML in a way that enables crawlers to better understand your app’s content.

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 are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback