Skip to content
https://coldsolutions.com.au

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.

18

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 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.

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.2941506809238435] map[node:map[boundingRect:map[bottom:12824 height:12574 left:0 right:412 top:250 width:412] lhId:page-4-DIV nodeLabel:ABOUT US Cold Display Solutions™ designs and manufactures premium commercial r… path:1,HTML,1,BODY,9,DIV selector:body.home > div#content snippet:<div id="content"> type:node] score:0.2766407263818115 subItems:map[items:[map[cause:Unsized image element extra:map[boundingRect:map[bottom:1794 height:180 left:30 right:194 top:1614 width:164] lhId:page-8-IMG nodeLabel:div.content > div.column > a > img path:1,HTML,1,BODY,9,DIV,0,ARTICLE,0,DIV,3,DIV,1,DIV,0,DIV,0,A,0,IMG selector:div.content > div.column > a > img snippet:<img decoding="async" src="https://coldsolutions.com.au/wp-content/uploads/2021/05/Fridge.png"> type:node]]] type:subitems]] map[node:map[boundingRect:map[bottom:12824 height:12574 left:0 right:412 top:250 width:412] lhId:page-4-DIV nodeLabel:ABOUT US Cold Display Solutions™ designs and manufactures premium commercial r… path:1,HTML,1,BODY,9,DIV selector:body.home > div#content snippet:<div id="content"> type:node] score:0.01750995454203201 subItems:map[items:[map[cause:Unsized image element extra:map[boundingRect:map[bottom:1794 height:180 left:30 right:194 top:1614 width:164] lhId:page-8-IMG nodeLabel:div.content > div.column > a > img path:1,HTML,1,BODY,9,DIV,0,ARTICLE,0,DIV,3,DIV,1,DIV,0,DIV,0,A,0,IMG selector:div.content > div.column > a > img snippet:<img decoding="async" src="https://coldsolutions.com.au/wp-content/uploads/2021/05/Fridge.png"> type:node]]] type:subitems]]]

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.

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:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:10.009 source:map[column:28437 line:13 type:source-location url:https://coldsolutions.com.au/wp-content/themes/bfjmedia/js/swiper/swiper-bundle.js urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:11.825 source:map[column:9666 line:12 type:source-location url:https://coldsolutions.com.au/wp-content/themes/bfjmedia/js/swiper/swiper-bundle.js urlProvider:network]] map[reflowTime:54.64 source:map[column:61274 line:12 type:source-location url:https://coldsolutions.com.au/wp-content/themes/bfjmedia/js/swiper/swiper-bundle.js urlProvider:network]] map[reflowTime:0.55 source:map[column:33279 line:12 type:source-location url:https://coldsolutions.com.au/wp-content/themes/bfjmedia/js/swiper/swiper-bundle.js urlProvider:network]] map[reflowTime:34.195 source:map[type:text value:[unattributed]]] map[reflowTime:0.333 source:map[column:9666 line:12 type:source-location url:https://coldsolutions.com.au/wp-content/themes/bfjmedia/js/swiper/swiper-bundle.js urlProvider:network]] map[reflowTime:1.111 source:map[column:33279 line:12 type:source-location url:https://coldsolutions.com.au/wp-content/themes/bfjmedia/js/swiper/swiper-bundle.js urlProvider:network]] map[reflowTime:0.245 source:map[column:49291 line:12 type:source-location url:https://coldsolutions.com.au/wp-content/themes/bfjmedia/js/swiper/swiper-bundle.js urlProvider:network]] map[reflowTime:10.009 source:map[column:28599 line:12 type:source-location url:https://coldsolutions.com.au/wp-content/themes/bfjmedia/js/swiper/swiper-bundle.js urlProvider:network]] map[reflowTime:2.971 source:map[column:64218 line:0 type:source-location url:https://bpi.zip.co/lib/js/zm-widget-js/modules/vendors.4536aa3a268f23391afe.bundle.min.js urlProvider:network]] map[reflowTime:0.227 source:map[column:55721 line:0 type:source-location url:https://bpi.zip.co/lib/js/zm-widget-js/modules/vendors.4536aa3a268f23391afe.bundle.min.js urlProvider:network]]]

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
article#post-42 > div.page-container > div#image-content-row-block_b029e65715426fd1bca5a3f42e9a85fd > img.column article#post-42 > div.page-container > div#image-content-row-block_b029e65715426fd1bca5a3f42e9a85fd > img.column
/wp-content/uploads/2026/01/Power-Saving-Testimonial-Jan2...498.9 KiB482.5 KiB
article#post-42 > div.page-container > div#image-content-row-block_62f248dd70198bab75df630bf6679d84 > img.column article#post-42 > div.page-container > div#image-content-row-block_62f248dd70198bab75df630bf6679d84 > img.column
/wp-content/uploads/2023/06/CDS-3-Locations-Homepage-Imag...70.6 KiB54.3 KiB
div.page-container > div#image-content-row-block_b029e65715426fd1bca5a3f42e9a85fd > div.content > img.logo div.page-container > div#image-content-row-block_b029e65715426fd1bca5a3f42e9a85fd > div.content > img.logo
coldsolutions.com.au/wp-content/uploads/2025/03/ArcTick-1.png7.5 KiB7.2 KiB
div.content > div.column > a > img div.content > div.column > a > img
coldsolutions.com.au/wp-content/uploads/2025/07/cake-display_1200-homepage.jpg11.4 KiB5.9 KiB

Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:label label:Subpart valueType:text] map[key:duration label:Duration valueType:ms]]
items: [map[duration:22454.700000030516 label:Time to first byte subpart:timeToFirstByte] map[duration:76.71899996948243 label:Resource load delay subpart:resourceLoadDelay] map[duration:538.64 label:Resource load duration subpart:resourceLoadDuration] map[duration:75.641 label:Element render delay subpart:elementRenderDelay]]
lhId: page-1-IMG
nodeLabel: article#post-42 > div.page-container > div#image-content-row-block_62f248dd70198bab75df630bf6679d84 > img.column
path: 1,HTML,1,BODY,9,DIV,0,ARTICLE,0,DIV,2,DIV,0,IMG
selector: article#post-42 > div.page-container > div#image-content-row-block_62f248dd70198bab75df630bf6679d84 > img.column
snippet: <img decoding="async" src="https://coldsolutions.com.au/wp-content/uploads/2023/06/CDS-3-Locations-Ho…" alt="" class="column">

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-1-IMG
nodeLabel: article#post-42 > div.page-container > div#image-content-row-block_62f248dd70198bab75df630bf6679d84 > img.column
path: 1,HTML,1,BODY,9,DIV,0,ARTICLE,0,DIV,2,DIV,0,IMG
selector: article#post-42 > div.page-container > div#image-content-row-block_62f248dd70198bab75df630bf6679d84 > img.column
snippet: <img decoding="async" src="https://coldsolutions.com.au/wp-content/uploads/2023/06/CDS-3-Locations-Ho…" alt="" class="column">

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

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
/vue-static/landings/line-awesome/line-awesome/1.3.0/css/...16.9 KiB1.0 s
/css2?family=Oswald:wght@300;500;700&family=Roboto:wght@3...1.9 KiB820 ms
fonts.googleapis.com/css?family=Montserrat:1001.0 KiB157 ms
cdn.linearicons.com/free/1.0.0/icon-font.min.css?ver=7.0.32.3 KiB838 ms
coldsolutions.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.7.133.0 KiB333 ms
coldsolutions.com.au/wp-content/themes/bfjmedia/js/swiper/swiper-bundle.js40.8 KiB500 ms
/wp-content/plugins/kliken-marketing-for-google/assets/kk...980 B
/wp-content/plugins/breeze/assets/js/js-front-end/breeze-...1.2 KiB
coldsolutions.com.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15.4 KiB
/wp-content/plugins/gravityforms/legacy/css/readyclass.mi...4.3 KiB167 ms
/wp-content/uploads/pum/pum-site-styles.css?generated=178...4.5 KiB
/wp-content/plugins/ajax-search-for-woocommerce/assets/cs...7.9 KiB
/wp-content/plugins/woocommerce/assets/css/woocommerce.cs...13.0 KiB
coldsolutions.com.au/wp-content/themes/bfjmedia/css/bootstrap/bootstrap.min.css24.1 KiB667 ms
coldsolutions.com.au/wp-content/themes/bfjmedia/css/fontawesome/css/all.css14.3 KiB500 ms
/wp-content/plugins/gravityforms/legacy/css/formsmain.min...14.6 KiB
/wp-content/plugins/gravityforms/legacy/css/formreset.min...730 B167 ms
/wp-content/plugins/woocommerce/assets/css/woocommerce-sm...1.9 KiB
/wp-content/plugins/gravityforms/legacy/css/browsers.min....1.6 KiB
/wp-content/plugins/zipmoney-payments-woocommerce/assets/...1.2 KiB
/wp-content/plugins/woocommerce/assets/css/woocommerce-la...4.1 KiB
/wp-content/plugins/mailchimp-for-woocommerce/blocks/buil...1.2 KiB
/wp-content/plugins/woocommerce/assets/client/blocks/wc-b...3.4 KiB167 ms
coldsolutions.com.au/wp-content/themes/bfjmedia/style.css?ver=178512341111.4 KiB333 ms
/wp-content/plugins/advanced-product-fields-for-woocommer...833 B
/wp-content/plugins/woocommerce-gateway-stripe/build/upe-...3.8 KiB

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

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

Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 22.3 s
URLTime Spent
coldsolutions.com.au/22.4 s

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
ABOUT US Cold Display Solutions™ designs and manufactures premium commercial r… body.home > div#content
0.277
ABOUT US Cold Display Solutions™ designs and manufactures premium commercial r… body.home > div#content
0.018

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

Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 150 ms 23.5 KiB

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.

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 Evaluation4.3 s
Other1.2 s
Style & Layout860 ms
Script Parsing & Compilation662 ms
Parse HTML & CSS171 ms
Rendering124 ms
Garbage Collection123 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
The page has an unload handler in a sub frame.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
article#post-42 > div.page-container > div#image-content-row-block_62f248dd70198bab75df630bf6679d84 > img.column article#post-42 > div.page-container > div#image-content-row-block_62f248dd70198bab75df630bf6679d84 > img.column
/wp-content/uploads/2023/06/CDS-3-Locations-Homepage-Imag...
article#post-42 > div.page-container > div#image-content-row-block_b029e65715426fd1bca5a3f42e9a85fd > img.column article#post-42 > div.page-container > div#image-content-row-block_b029e65715426fd1bca5a3f42e9a85fd > img.column
/wp-content/uploads/2026/01/Power-Saving-Testimonial-Jan2...
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
coldsolutions.com.au/wp-content/uploads/2021/02/FFA-Directory-1.svg
div.content > div.column > a > img div.content > div.column > a > img
coldsolutions.com.au/wp-content/uploads/2021/05/GelatoFreezers.png
div.content > div.column > a > img div.content > div.column > a > img
coldsolutions.com.au/wp-content/uploads/2024/08/Commercial-Freezers-icon.jpg
div.content > div.column > a > img div.content > div.column > a > img
coldsolutions.com.au/wp-content/uploads/2023/12/open-displayglass-deli.png
div.content > div.column > a > img div.content > div.column > a > img
coldsolutions.com.au/wp-content/uploads/2025/07/cake-display_1200-homepage.jpg
div.content > div.column > a > img div.content > div.column > a > img
/wp-content/uploads/2021/05/cds_ImpulseUnits-Compact-600_...
div.content > div.column > a > img div.content > div.column > a > img
coldsolutions.com.au/wp-content/uploads/2021/05/StainlessSteel.png
div.content > div.column > a > img div.content > div.column > a > img
coldsolutions.com.au/wp-content/uploads/2021/05/PizzaSalad.png
div.content > div.column > a > img div.content > div.column > a > img
coldsolutions.com.au/wp-content/uploads/2021/05/Fridge.png
div#testimonial-slider-block_31ff783357bf41cea1b3572df1087945 > div.description > div.semi-wrapper > img div#testimonial-slider-block_31ff783357bf41cea1b3572df1087945 > div.description > div.semi-wrapper > img
coldsolutions.com.au/wp-content/uploads/2025/07/Logo-White-e1751867373892.png
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
/wp-content/uploads/2021/02/Sydney_Royal_Easter_Show_logo...
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
/wp-content/uploads/2021/02/Sydney_Royal_Easter_Show_logo...
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
coldsolutions.com.au/wp-content/uploads/2021/02/rms-postshow-logo-large.svg
div.bottom-row > div.page-container > div.column > img.logo div.bottom-row > div.page-container > div.column > img.logo
coldsolutions.com.au/wp-content/uploads/2021/02/arctick.svg
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
coldsolutions.com.au/wp-content/uploads/2021/02/logodevondale.svg
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
coldsolutions.com.au/wp-content/uploads/2021/02/Monde_Nissin_logo.svg
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
coldsolutions.com.au/wp-content/uploads/2021/02/lindt.svg
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
coldsolutions.com.au/wp-content/uploads/2021/02/g581.svg
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
/wp-content/uploads/2021/02/ekka-logo-full-colour-no-date...
div.page-container > div.navbar-wrapper > a.logo > img div.page-container > div.navbar-wrapper > a.logo > img
coldsolutions.com.au/wp-content/uploads/2021/05/LOGO-NEW-TM-305.png
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
coldsolutions.com.au/wp-content/uploads/2021/02/simonjohnsonprovidore.svg
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
coldsolutions.com.au/wp-content/uploads/2021/02/KraftHeinz.svg
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
coldsolutions.com.au/wp-content/uploads/2021/02/Coles_logo.svg
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
coldsolutions.com.au/wp-content/uploads/2021/02/Coles_logo.svg
div.bottom-row > div.page-container > div.column > img.logo div.bottom-row > div.page-container > div.column > img.logo
coldsolutions.com.au/wp-content/uploads/2021/11/zippay-logo.jpg
div.bottom-row > div.page-container > div.column > img.logo div.bottom-row > div.page-container > div.column > img.logo
coldsolutions.com.au/wp-content/uploads/2021/11/paypal-footer-logo.jpg
div.page-container > div.column > div.justify-content-center > img div.page-container > div.column > div.justify-content-center > img
coldsolutions.com.au/wp-content/uploads/2021/02/%EF%8B%9C.svg
div.page-container > div.column > div.justify-content-center > img div.page-container > div.column > div.justify-content-center > img
coldsolutions.com.au/wp-content/uploads/2021/02/%EF%93%9E-1.svg
div.page-container > div.column > div.justify-content-center > img div.page-container > div.column > div.justify-content-center > img
coldsolutions.com.au/wp-content/uploads/2021/02/%EF%9E%AE.svg
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
coldsolutions.com.au/wp-content/uploads/2021/02/%EF%81%98.svg
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
coldsolutions.com.au/wp-content/uploads/2021/02/%EF%8A%B5.svg
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
coldsolutions.com.au/wp-content/uploads/2021/02/%EF%93%9E.svg
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
coldsolutions.com.au/wp-content/uploads/2021/02/%EF%87%9E.svg
div.page-container > div.navbar-wrapper > a.phone > img div.page-container > div.navbar-wrapper > a.phone > img
coldsolutions.com.au/wp-content/uploads/2021/02/phone.svg
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
coldsolutions.com.au/wp-content/uploads/2021/02/%EF%89%94.svg
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
coldsolutions.com.au/wp-content/uploads/2021/02/%EF%85%95.svg
div.page-container > div.navbar-wrapper > a.cart > img div.page-container > div.navbar-wrapper > a.cart > img
coldsolutions.com.au/wp-content/uploads/2021/02/cart.svg
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
coldsolutions.com.au/wp-content/uploads/2021/02/%EF%82%A3.svg
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
coldsolutions.com.au/wp-content/uploads/2021/02/%EF%80%BA.svg

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

Optimize DOM size
Modern HTTP
Optimize viewport for mobile
User Timing marks and measures 3 user timings
Avoid long main-thread tasks 20 long tasks found
Network Requests
Network Round Trip Times 170 ms
Server Backend Latencies 480 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid multiple page redirects
INP breakdown
Avoid non-composited animations
82

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
SHOWROOMS IN BNE/SYD/MEL • div.page-container > div.text-uppercase > a > span.primary-color
100% LOWEST PRICES EVERY TIME! body.home > div.page-container > div.text-uppercase > span.tertiary-color
ABOUT US div#image-content-row-block_62f248dd70198bab75df630bf6679d84 > div.content > div.semi-wrapper > h2
BUY • RENT TO BUY • HIRE div.content > div.semi-wrapper > div.links-about > h2
BUY div.semi-wrapper > div.links-about > h2 > a
RENT TO BUY div.semi-wrapper > div.links-about > h2 > a
HIRE div.semi-wrapper > div.links-about > h2 > a
CUSTOMER REVIEW div#image-content-row-block_b029e65715426fd1bca5a3f42e9a85fd > div.content > div.semi-wrapper > h2
Proudly supporting Australian businesses for over 25 Years div.page-container > div#brands-block_20287e6f6de082996cbc22009a0ea093 > div.page-container > h3
Very impressed. Super simple process from the quote to purchase, delivery & set… div#swiper-wrapper-657c8fe85ddffad1 > div.swiper-slide > div.content > p
Cold Display Solutions™ supplied and delivered our 3 door fridge in 2015 and it… div#swiper-wrapper-657c8fe85ddffad1 > div.swiper-slide > div.content > p
SAM div.swiper-container > div#swiper-wrapper-657c8fe85ddffad1 > div.swiper-slide > div.name
VUMBACA FRUIT MARKET div.swiper-container > div#swiper-wrapper-657c8fe85ddffad1 > div.swiper-slide > div.company
I purchased several commercial fridges from Steve for my bottle shop, and they’… div#swiper-wrapper-657c8fe85ddffad1 > div.swiper-slide > div.content > p
BUY $4,012.00 EX GST $4,413.20 INC GST div > a > div.d-flex > div.product-price
$4,413.20 INC GST a > div.d-flex > div.product-price > span
RESTOCKING SOON a > div.product-image > div.overlay-status > h6
BUY $4,012.00 EX GST $4,413.20 INC GST div > a > div.d-flex > div.product-price
$4,413.20 INC GST a > div.d-flex > div.product-price > span
RESTOCKING SOON a > div.product-image > div.overlay-status > h6
BUY $2,012.00 EX GST $2,213.20 INC GST div > a > div.d-flex > div.product-price
$2,213.20 INC GST a > div.d-flex > div.product-price > span
BUY $3,499.00 EX GST $3,848.90 INC GST div > a > div.d-flex > div.product-price
$3,848.90 INC GST a > div.d-flex > div.product-price > span
BUY $962.00 EX GST $1,058.20 INC GST div > a > div.d-flex > div.product-price
$1,058.20 INC GST a > div.d-flex > div.product-price > span
BUY $1,372.00 EX GST $1,509.20 INC GST div > a > div.d-flex > div.product-price
$1,509.20 INC GST a > div.d-flex > div.product-price > span
RESTOCKING SOON a > div.product-image > div.overlay-status > h6
BUY $5,832.00 EX GST $6,415.20 INC GST div > a > div.d-flex > div.product-price
$6,415.20 INC GST a > div.d-flex > div.product-price > span

These are opportunities to improve the legibility of your content.

Names and labels

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.page-container > div.navbar-wrapper > a.phone > img div.page-container > div.navbar-wrapper > a.phone > img
div.page-container > div.navbar-wrapper > a.cart > img div.page-container > div.navbar-wrapper > a.cart > img
div.page-container > div#image-content-row-block_62f248dd70198bab75df630bf6679d84 > div.content > img.logo div.page-container > div#image-content-row-block_62f248dd70198bab75df630bf6679d84 > div.content > img.logo
div.content > div.column > a > img div.content > div.column > a > img
div.content > div.column > a > img div.content > div.column > a > img
div.content > div.column > a > img div.content > div.column > a > img
div.content > div.column > a > img div.content > div.column > a > img
div.content > div.column > a > img div.content > div.column > a > img
div.content > div.column > a > img div.content > div.column > a > img
div.content > div.column > a > img div.content > div.column > a > img
div.content > div.column > a > img div.content > div.column > a > img
div.page-container > div#image-content-row-block_b029e65715426fd1bca5a3f42e9a85fd > div.content > img.logo div.page-container > div#image-content-row-block_b029e65715426fd1bca5a3f42e9a85fd > div.content > img.logo
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
div#testimonial-slider-block_31ff783357bf41cea1b3572df1087945 > div.description > div.semi-wrapper > img div#testimonial-slider-block_31ff783357bf41cea1b3572df1087945 > div.description > div.semi-wrapper > img
div.page-container > div.column > div.justify-content-center > img div.page-container > div.column > div.justify-content-center > img
div.page-container > div.column > div.justify-content-center > img div.page-container > div.column > div.justify-content-center > img
div.page-container > div.column > div.justify-content-center > img div.page-container > div.column > div.justify-content-center > img
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img
div.bottom-row > div.page-container > div.column > img.logo div.bottom-row > div.page-container > div.column > img.logo
div.bottom-row > div.page-container > div.column > img.logo div.bottom-row > div.page-container > div.column > img.logo
div.bottom-row > div.page-container > div.column > img.logo div.bottom-row > div.page-container > div.column > img.logo

Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
section#page_banner > div.page_banner-img > div.video-container > iframe#player section#page_banner > div.page_banner-img > div.video-container > iframe#player

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.mobile-view > div.page-container > div.navbar-wrapper > a.logo div.mobile-view > div.page-container > div.navbar-wrapper > a.logo
div.mobile-view > div.page-container > div.navbar-wrapper > a.phone div.mobile-view > div.page-container > div.navbar-wrapper > a.phone
div.page-container > div#woocommerce-featured-block_54f169f7b612dfc04d416200638e1b3c > div.content > a div.page-container > div#woocommerce-featured-block_54f169f7b612dfc04d416200638e1b3c > div.content > a
div.page-container > div#woocommerce-featured-block_54f169f7b612dfc04d416200638e1b3c > div.content > a div.page-container > div#woocommerce-featured-block_54f169f7b612dfc04d416200638e1b3c > div.content > a
div.page-container > div#woocommerce-featured-block_54f169f7b612dfc04d416200638e1b3c > div.content > a div.page-container > div#woocommerce-featured-block_54f169f7b612dfc04d416200638e1b3c > div.content > a
div.page-container > div#woocommerce-featured-block_54f169f7b612dfc04d416200638e1b3c > div.content > a div.page-container > div#woocommerce-featured-block_54f169f7b612dfc04d416200638e1b3c > div.content > a
div.page-container > div#woocommerce-featured-block_54f169f7b612dfc04d416200638e1b3c > div.content > a div.page-container > div#woocommerce-featured-block_54f169f7b612dfc04d416200638e1b3c > div.content > a
div.page-container > div#woocommerce-featured-block_54f169f7b612dfc04d416200638e1b3c > div.content > a div.page-container > div#woocommerce-featured-block_54f169f7b612dfc04d416200638e1b3c > div.content > a
div.page-container > div#woocommerce-featured-block_54f169f7b612dfc04d416200638e1b3c > div.content > a div.page-container > div#woocommerce-featured-block_54f169f7b612dfc04d416200638e1b3c > div.content > a

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.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Commercial Fridges div.content > div.column > a > h6
Two Door Freezer (Elegance Black) div.content > div.column > a > h5

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html.chrome html.chrome

These items highlight common accessibility best practices.

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]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
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
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.
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.
Deprecated ARIA roles were not used
Identical links have the same purpose.
`[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
Buttons have an accessible name
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
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
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.
Uses ARIA roles only on compatible elements
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
Access to fetch at 'https://d3mewz86hy02zo.cloudfront.net/merchants/global.json' from origin 'https://coldsolutions.com.au' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Failed to load resource: net::ERR_FAILED
Failed to load resource: the server responded with a status of 404 ()
Failed to load resource: the server responded with a status of 404 ()
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 clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
77

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
coldsolutions.com.au/about-usInformation

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.page-container > div.navbar-wrapper > a.phone > img div.page-container > div.navbar-wrapper > a.phone > img
div.page-container > div.navbar-wrapper > a.cart > img div.page-container > div.navbar-wrapper > a.cart > img
div.page-container > div#image-content-row-block_62f248dd70198bab75df630bf6679d84 > div.content > img.logo div.page-container > div#image-content-row-block_62f248dd70198bab75df630bf6679d84 > div.content > img.logo
div.content > div.column > a > img div.content > div.column > a > img
div.content > div.column > a > img div.content > div.column > a > img
div.content > div.column > a > img div.content > div.column > a > img
div.content > div.column > a > img div.content > div.column > a > img
div.content > div.column > a > img div.content > div.column > a > img
div.content > div.column > a > img div.content > div.column > a > img
div.content > div.column > a > img div.content > div.column > a > img
div.content > div.column > a > img div.content > div.column > a > img
div.page-container > div#image-content-row-block_b029e65715426fd1bca5a3f42e9a85fd > div.content > img.logo div.page-container > div#image-content-row-block_b029e65715426fd1bca5a3f42e9a85fd > div.content > img.logo
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-1d0477a5fbaae8107 > div.swiper-slide > img
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img
div#testimonial-slider-block_31ff783357bf41cea1b3572df1087945 > div.description > div.semi-wrapper > img div#testimonial-slider-block_31ff783357bf41cea1b3572df1087945 > div.description > div.semi-wrapper > img
div.page-container > div.column > div.justify-content-center > img div.page-container > div.column > div.justify-content-center > img
div.page-container > div.column > div.justify-content-center > img div.page-container > div.column > div.justify-content-center > img
div.page-container > div.column > div.justify-content-center > img div.page-container > div.column > div.justify-content-center > img
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img
div.bottom-row > div.page-container > div.column > img.logo div.bottom-row > div.page-container > div.column > img.logo
div.bottom-row > div.page-container > div.column > img.logo div.bottom-row > div.page-container > div.column > img.logo
div.bottom-row > div.page-container > div.column > img.logo div.bottom-row > div.page-container > div.column > img.logo

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

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uncrawlable Link
Back li#menu-item-4535 > ul.sub-menu > li.back > a
Back li#menu-item-4530 > ul.sub-menu > li.back > a

To appear in search results, crawlers need access to your app.

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
robots.txt is valid
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback