Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
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.
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.
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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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 | |
|---|---|---|---|
Cover Video div.horizontalPadding > div.col-sm-6 > div > img | www.register.it/wp-content/uploads/testimonial_2.jpg | 286.3 KiB | 279.7 KiB |
div.horizontalPadding > div.col-sm-6 > div > video div.horizontalPadding > div.col-sm-6 > div > video | www.register.it/wp-content/uploads/Partner_Successo_Online_Main_Video_Cover.jpg | 86.0 KiB | 78.1 KiB |
div.dada-simple-text > div.horizontalPadding > a > img div.dada-simple-text > div.horizontalPadding > a > img | www.register.it/wp-content/uploads/earth-day-badge.png | 23.3 KiB | 20.8 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| register.it/ | 826 ms |
| www.register.it/ | 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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/plugins/bwp-minify/min/?f=wp-includes/css/dis... | 39.8 KiB | 37.2 KiB |
| maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css | 19.8 KiB | 18.7 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| eu.acsbapp.com/apps/app/dist/js/app.js | 216.7 KiB | 114.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-96QR | 195.8 KiB | 79.1 KiB |
| cdn.iubenda.com/cookie_solution/iubenda_cs/1.98.0/core-it.js | 110.5 KiB | 70.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-5VR81DCZXV&cx=c>m=4e64k1 | 173.1 KiB | 69.6 KiB |
| www.googletagmanager.com/gtag/js?id=AW-1069948562&cx=c>m=4e64k1 | 143.4 KiB | 65.1 KiB |
| trk.register.it/js/he-man_all.min.js?v=2.1.73&ma=ma_enabled | 93.8 KiB | 41.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 1.2 s | 26 ms | 0.0 ms |
| code.jquery.com/jquery-1.12.3.min.js?ver=1.12.3 | 887 ms | 201 ms | 16 ms |
| eu.acsbapp.com/apps/app/dist/js/app.js | 884 ms | 639 ms | 142 ms |
| www.googletagmanager.com/gtm.js?id=GTM-96QR | 866 ms | 726 ms | 108 ms |
| trk.register.it/js/he-man_all.min.js?v=2.1.73&ma=ma_enabled | 857 ms | 530 ms | 40 ms |
| www.register.it/ | 785 ms | 128 ms | 34 ms |
| cdn.iubenda.com/cookie_solution/iubenda_cs/1.98.0/core-it.js | 620 ms | 538 ms | 61 ms |
| www.googletagmanager.com/gtag/js?id=G-5VR81DCZXV&cx=c>m=4e64k1 | 332 ms | 242 ms | 81 ms |
| www.googletagmanager.com/gtag/js?id=AW-1069948562&cx=c>m=4e64k1 | 242 ms | 177 ms | 61 ms |
| srv.cmp-teamblue.services/js/cmp_all.min.js?v=1.1.36 | 194 ms | 135 ms | 58 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.6 s |
| Other | 1.3 s |
| Style & Layout | 1.2 s |
| Script Parsing & Compilation | 635 ms |
| Parse HTML & CSS | 201 ms |
| Garbage Collection | 143 ms |
| Rendering | 131 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.display-flex > div.box-item > div.image-container > img div.display-flex > div.box-item > div.image-container > img | /wp-content/uploads/2017/03/visualProductBox_noTop-icon_s... |
div.display-flex > div.box-item > div.image-container > img div.display-flex > div.box-item > div.image-container > img | /wp-content/uploads/2017/03/visualProductBox_noTop-icon_s... |
div.display-flex > div.box-item > div.image-container > img div.display-flex > div.box-item > div.image-container > img | /wp-content/uploads/2017/03/visualProductBox_noTop-icon_s... |
div.display-flex > div.box-item > div.image-container > img div.display-flex > div.box-item > div.image-container > img | /wp-content/uploads/2017/03/visualProductBox_noTop-icon_s... |
div > div.text-left > h3.title-md > img div > div.text-left > h3.title-md > img | www.register.it/wp-content/uploads/AI_Logo_Dark-Blue.svg |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight | www.register.it/wp-content/uploads/positive-ai-sparks.svg |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight | www.register.it/wp-content/uploads/positive-ai-sparks.svg |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight | www.register.it/wp-content/uploads/simplySite_table_icon_domain.svg |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight | /wp-content/uploads/wordpress_allfeatures_icon_updates_au... |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight | www.register.it/wp-content/uploads/simplySite_table_icon_caselleEmail.svg |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight | www.register.it/wp-content/uploads/wordpress_icon_staging_softgrey.svg |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight | www.register.it/wp-content/uploads/simplySite_table_icon_domain.svg |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight | /wp-content/uploads/wordpress_allfeatures_icon_updates_au... |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight | www.register.it/wp-content/uploads/simplySite_table_icon_caselleEmail.svg |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight | www.register.it/wp-content/uploads/wordpress_allfeatures_icon_staging.svg |
div.dada-simple-text > div.horizontalPadding > a > img div.dada-simple-text > div.horizontalPadding > a > img | www.register.it/wp-content/uploads/earth-day-badge.png |
Register.it div.navbar-header > div.top-header > a#site-title > img | cdn-teamblue.services/register.it/img/header/register.it_logo.png |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight | www.register.it/wp-content/uploads/tld-blog-regsterit-domains_w.png |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight | www.register.it/wp-content/uploads/home_searchBar_tld_com_col-negative.png |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight | www.register.it/wp-content/uploads/digital-logo-transparent-e1634637771135.png |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight | www.register.it/wp-content/uploads/home_searchBar_partners_shop_02.png |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight | www.register.it/wp-content/uploads/dART-Logo-negative.png |
div.container > div.marginTop > div.feature-list-item > img div.container > div.marginTop > div.feature-list-item > img | www.register.it/wp-content/uploads/WhoisBar-LogoPartner-it.png |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight | www.register.it/wp-content/uploads/home_searchBar_me.png |
div.title-sm > span > b > img.marginIconRight div.title-sm > span > b > img.marginIconRight | www.register.it/wp-content/uploads/sparks-ai-badge.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SITO IN 30 GIORNI
Il tuo sito online
in meno di un mese.
Garantito.
Lancia il … div#pgc-21246-2-0 > div.dada-carousel-box > div#dada-carousel-box-459102 > div.carousel-inner |
WayWidget con Intelligenza Artificiale
Internet è per tutti. Assicurati che an… div#pgc-21246-12-0 > div.dada-carousel-box > div#dada-carousel-box-187291 > div.carousel-inner |
Online Brand Protection
Servizi pensati per la gestione, lo sviluppo e la prot… div#pgc-21246-17-0 > div.dada-carousel-box > div#dada-carousel-box-810824 > div.carousel-inner |
Register.it, il partner per la tua presenza online a 360°
Domini, Hosting, Ser… div#pgc-21246-18-0 > div.dada-carousel-box > div#dada-carousel-box-191937 > div.carousel-inner |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SITO IN 30 GIORNI
Il tuo sito online
in meno di un mese.
Garantito.
Lancia il … div#pgc-21246-2-0 > div.dada-carousel-box > div#dada-carousel-box-459102 > div.carousel-inner |
WayWidget con Intelligenza Artificiale
Internet è per tutti. Assicurati che an… div#pgc-21246-12-0 > div.dada-carousel-box > div#dada-carousel-box-187291 > div.carousel-inner |
Online Brand Protection
Servizi pensati per la gestione, lo sviluppo e la prot… div#pgc-21246-17-0 > div.dada-carousel-box > div#dada-carousel-box-810824 > div.carousel-inner |
Register.it, il partner per la tua presenza online a 360°
Domini, Hosting, Ser… div#pgc-21246-18-0 > div.dada-carousel-box > div#dada-carousel-box-191937 > div.carousel-inner |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.navbar-header > div.complete-responsive-navigation > div.bottom-header > button.navbar-toggle div.navbar-header > div.complete-responsive-navigation > div.bottom-header > button.navbar-toggle |
div.search-container > div.container > form.hero-area-form > button.btn div.search-container > div.container > form.hero-area-form > button.btn |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.title-sm > span > b > img.marginIconRight div.title-sm > span > b > img.marginIconRight |
div.container > div.marginTop > div.feature-list-item > img div.container > div.marginTop > div.feature-list-item > img |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight |
div.dada-simple-text > div.horizontalPadding > a > img div.dada-simple-text > div.horizontalPadding > a > img |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div > div.text-left > h3.title-md > img div > div.text-left > h3.title-md > img |
div.display-flex > div.box-item > div.image-container > img div.display-flex > div.box-item > div.image-container > img |
div.display-flex > div.box-item > div.image-container > img div.display-flex > div.box-item > div.image-container > img |
div.display-flex > div.box-item > div.image-container > img div.display-flex > div.box-item > div.image-container > img |
div.display-flex > div.box-item > div.image-container > img div.display-flex > div.box-item > div.image-container > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.navbar-header > div.complete-responsive-navigation > div.bottom-header > a.cart-button div.navbar-header > div.complete-responsive-navigation > div.bottom-header > a.cart-button |
div#headerLoginBox > div.login-widget > div.unloggedstyle > a.opener div#headerLoginBox > div.login-widget > div.unloggedstyle > a.opener |
div#pgc-21246-7-0 > div.dada-simple-text > div.horizontalPadding > a div#pgc-21246-7-0 > div.dada-simple-text > div.horizontalPadding > a |
RSS div#pgc-21246-22-0 > div#panel-21246-22-0-0 > h3.widget-title > a.rsswidget |
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.
Contrast
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 |
|---|
Scopri di più e personalizza div.iubenda-cs-rationale > div.iubenda-cs-opt-group > div.iubenda-cs-opt-group-custom > button.iubenda-cs-customize-btn |
Giornata della Terra Registra ora il tuo dominio .bio o .earth da 0,50€/mese div#pgc-21246-7-0 > div.dada-simple-text > div.horizontalPadding > span.title-xs |
Giornata della Terra div.dada-simple-text > div.horizontalPadding > span.title-xs > strong |
Registra div.dada-simple-text > div.horizontalPadding > span.title-xs > a |
RISPARMIA IL 70% div.product-plan-column > div.features-list-title > h3.title-md > span.lineheight-md |
ACQUISTA ORA div.price-and-buttons-block > div > div.marginBottom > a.btn |
Aggiornamenti automatici div.feature-details > div.features-list-block > p.title-sm > span.title-xs |
Ambiente di test div.feature-details > div.features-list-block > p.title-sm > span.title-xs |
RISPARMIA IL 70% div.product-plan-column > div.features-list-title > h3.title-md > span.lineheight-md |
ACQUISTA ORA div.price-and-buttons-block > div > div.marginBottom > a.btn |
prezzo di listino div.dada-simple-text > div.title-sm > p.container > a |
condizioni div.dada-simple-text > div.title-sm > p.container > a |
PROVA GRATIS div.text-left > h3.title-md > a.btn > strong |
STORIE DI SUCCESSO div > div.horizontalPadding > div.col-sm-6 > span |
domini registrati in oltre 500 estensioni div.container > div.display-flex > div.box-item > p.box-item-text |
nuove registrazioni al mese div.container > div.display-flex > div.box-item > p.box-item-text |
siti ospitati sulle piattaforme Hosting div.container > div.display-flex > div.box-item > p.box-item-text |
clienti in tutta Europa div.container > div.display-flex > div.box-item > p.box-item-text |
Register.it al netcomm FORUM 2026 div#panel-21246-22-0-0 > ul > li > a.rsswidget |
Direttiva NIS2. Scadenze 2026 e guida agli adempimenti per le imprese div#panel-21246-22-0-0 > ul > li > a.rsswidget |
Sostenibilità e business: come comunicare i propri valori online con i tld gius… div#panel-21246-22-0-0 > ul > li > a.rsswidget |
OpenClaw: AI per aziende più efficienti e competitive div#panel-21246-22-0-0 > ul > li > a.rsswidget |
WordPress 7.0: la nuova era. div#panel-21246-22-0-0 > ul > li > a.rsswidget |
Online la nuova piattaforma AgID per segnalare barriere di accessibilità web div#panel-21246-22-0-0 > ul > li > a.rsswidget |
Leggi qui se vuoi saperne di più » div.row > div.col-md-6 > p.marginBottom > a |
Register S.p.A div.row > div.col-md-6 > p.text-note > a |
IT ul > li.active > a > span.language-short-name-2 |
EN ul > li > a.dada-icl > span.language-short-name-2 |
Rivedi le tue scelte sui cookie div.row > div.col-xs-12 > div.textwidget > a.cmp_change_consent_link |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Register S.p.A div.row > div.col-md-6 > p.text-note > a |
These are opportunities to improve the legibility of your content.
Navigation
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 |
|---|
SITO A NORMA?
Verificalo automaticamente in pochi secondi.
Scansiona il tuo s… div.item-content-block > div > div.col-sm-6 > h3.title-sm |
I numeri del gruppo div.panel-grid > div#pgc-21246-19-0 > div.dada-simple-text > h4.title-lg |
Informazioni div#footer-content > div.row > div.col-xs-12 > h5.text-dark |
These are opportunities to improve keyboard navigation in your application.
Best practices
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.no-js html.no-js |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
WordPress div.area-block-content > div.area-block-text > a.btn > img.marginIconRight | www.register.it/wp-content/uploads/WordPress-Hosting.png | 40 x 70 (0.57) | 70 x 70 (1.00) |
WordPress div.item-content-block > div > a.btn > img.marginIconRight | www.register.it/wp-content/uploads/WordPress-Hosting.png | 40 x 70 (0.57) | 70 x 70 (1.00) |
WordPress div > div > a.btn > img.marginIconRight | www.register.it/wp-content/uploads/WordPress-Hosting.png | 40 x 70 (0.57) | 70 x 70 (1.00) |
WordPress div > div > a.btn > img.marginIconRight | www.register.it/wp-content/uploads/WordPress-Hosting.png | 40 x 70 (0.57) | 70 x 70 (1.00) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Register.it div.navbar-header > div.top-header > a#site-title > img | cdn-teamblue.services/register.it/img/header/register.it_logo.png | 180 x 47 | 200 x 52 | 270 x 71 |
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.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Informazioni li#menu-item-3882 > ul.dropdown-menu > li#menu-item-3904 > a |
Altri servizi li#menu-item-3971 > ul.dropdown-menu > li#menu-item-3982 > a |
Email nav.pull-left > ul#menu-navigation > li#menu-item-3883 > a.dropdown-toggle |
Informazioni li#menu-item-3883 > ul.dropdown-menu > li#menu-item-3918 > a |
PEC & SPID nav.pull-left > ul#menu-navigation > li#menu-item-4022 > a.dropdown-toggle |
Informazioni li#menu-item-4022 > ul.dropdown-menu > li#menu-item-4023 > a |
Informazioni li#menu-item-3885 > ul.dropdown-menu > li#menu-item-3940 > a |
Informazioni li#menu-item-40424 > ul.dropdown-menu > li#menu-item-76883 > a |
Crea il tuo sito webo il tuo e-commerce.Scegli le nostresoluzioni per larealizz… li#menu-item-3899 > ul.dropdown-menu > li#menu-item-3968 > a |
SSL nav.pull-left > ul#menu-navigation > li#menu-item-3985 > a.dropdown-toggle |
Informazioni li#menu-item-3985 > ul.dropdown-menu > li#menu-item-4004 > a |
Marketing nav.pull-left > ul#menu-navigation > li#menu-item-87670 > a.dropdown-toggle |
WebMail nav.navbar-collapse > ul#menu-top-navigation > li#menu-item-4239 > a.dropdown-toggle |
Assistenza nav.navbar-collapse > ul#menu-top-navigation > li#menu-item-4244 > a.dropdown-toggle |
To appear in search results, crawlers need access to your app.
Content Best Practices
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.title-sm > span > b > img.marginIconRight div.title-sm > span > b > img.marginIconRight |
div.container > div.marginTop > div.feature-list-item > img div.container > div.marginTop > div.feature-list-item > img |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight |
div.container > div.marginTop > div.feature-list-item > img.marginIconRight div.container > div.marginTop > div.feature-list-item > img.marginIconRight |
div.dada-simple-text > div.horizontalPadding > a > img div.dada-simple-text > div.horizontalPadding > a > img |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight div.feature-details > div.features-list-block > p.title-sm > img.marginIconRight |
div > div.text-left > h3.title-md > img div > div.text-left > h3.title-md > img |
div.display-flex > div.box-item > div.image-container > img div.display-flex > div.box-item > div.image-container > img |
div.display-flex > div.box-item > div.image-container > img div.display-flex > div.box-item > div.image-container > img |
div.display-flex > div.box-item > div.image-container > img div.display-flex > div.box-item > div.image-container > img |
div.display-flex > div.box-item > div.image-container > img div.display-flex > div.box-item > div.image-container > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.