Lighthouse Desktop
· 0 checks — Desktop 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /s/9f2e4f3ae272e6239af3325a81c28bb6.js?country=ca-ch-gb-j... | 0.0 ms | 154.1 KiB |
| js.hcaptcha.com/1/api.js | 300.0 s | 86.0 KiB |
| cdn.cookie-script.com/s/bb841988d25342a2ae35833d136e53e0.js | 0.0 ms | 69.1 KiB |
| assets.adobedtm.com/b67828293f0a/772d7b0a0770/launch-b720dd1a140f.min.js | 3600.0 s | 56.7 KiB |
| kit.fontawesome.com/c3ecf597bc.js | 60.0 s | 6.3 KiB |
| cse.google.com/cse.js?cx=b0b9131d3fa4f4892&hl=en | 0.0 ms | 4.0 KiB |
| js.sentry-cdn.com/08d6cfbba71846968bfc9fa8016669ef.min.js | 3600.0 s | 2.6 KiB |
| munchkin.marketo.net/munchkin.js | 0.0 ms | 1.2 KiB |
| www.google.com/cse/static/style/look/v6/default.css | 3000.0 s | 1.2 KiB |
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.
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.
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 |
|---|---|
| veeam.com/ | 399 ms |
| www.veeam.com/ | 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 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.
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 |
|---|---|---|---|
| browser.sentry-cdn.com/10.49.0/bundle.tracing.min.js | 983 ms | 551 ms | 4.1 ms |
| www.veeam.com/ | 685 ms | 15 ms | 2.4 ms |
| fast.wistia.com/assets/external/E-v1.js | 469 ms | 370 ms | 82 ms |
| Unattributable | 461 ms | 15 ms | 0.0 ms |
| /s/9f2e4f3ae272e6239af3325a81c28bb6.js?country=ca-ch-gb-j... | 309 ms | 263 ms | 23 ms |
| assets.adobedtm.com/b67828293f0a/772d7b0a0770/launch-b720dd1a140f.min.js | 289 ms | 239 ms | 4.2 ms |
| cdn.veeam.com/content/dam/veeam/global/go/projects/site/hp/js/main-v18.min.js? | 164 ms | 67 ms | 0.6 ms |
| psr.veeam.com/global/lib/gsap/v3.12.2/js/gsap.min.js | 164 ms | 24 ms | 2.5 ms |
| unpkg.com/@dotlottie/player-component@2.7.12/dist/dotlottie-player.mjs | 143 ms | 120 ms | 0.1 ms |
| js.hcaptcha.com/1/api.js | 122 ms | 108 ms | 12 ms |
| kit.fontawesome.com/c3ecf597bc.js | 102 ms | 101 ms | 0.5 ms |
| fast.wistia.com/player.js | 68 ms | 51 ms | 16 ms |
| /etc.clientlibs/veeam-cms/clientlibs/clientlib-entry.min.... | 50 ms | 47 ms | 0.4 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 | 2.2 s |
| Other | 947 ms |
| Style & Layout | 662 ms |
| Rendering | 235 ms |
| Script Parsing & Compilation | 204 ms |
| Parse HTML & CSS | 64 ms |
| Garbage Collection | 59 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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+en.css | 9.7 KiB | 2.8 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /*! * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com * License - https://fontaw… | 102.9 KiB | 102.3 KiB |
| /etc.clientlibs/veeam-cms/clientlibs/clientlib-components... | 36.2 KiB | 33.4 KiB |
| 15.1 KiB | 13.7 KiB | |
| /etc.clientlibs/veeam-cms/clientlibs/clientlib-vendors.mi... | 14.0 KiB | 13.2 KiB |
| /*! * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com * License - https://fontaw… | 11.4 KiB | 11.4 KiB |
| cdn.veeam.com/content/dam/veeam/global/go/projects/site/hp/css/main-v93.min.css | 17.8 KiB | 10.0 KiB |
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.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img | /content/dam/veeam/global/logo/footer-badges/idc.png?ck=1... |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img | /content/dam/veeam/global/logo/footer-badges/gigaom.png?c... |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img | /content/dam/veeam/global/logo/footer-badges/trustradius.... |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img | /content/dam/veeam/global/logo/footer-badges/forrester.pn... |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img | /content/dam/veeam/global/logo/footer-badges/forrester_20... |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img | /content/dam/veeam/global/logo/footer-badges/magic_quadra... |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img | /content/dam/veeam/global/logo/footer-badges/gartner_2026... |
Be veeam logo main div.veeam-image > div.veeam-image__view > picture > img.veeam-image__image | /content/dam/veeam/global/be_veeam_logo_main_menu.png.web... |
Leader in The Forrester div.h-leader__card > div.h-leader__card-inner > div.h-leader__card-image > img | /content/dam/veeam/global/go/projects/site/hp/img/blocks/... |
Leader in Data Resilience div.h-leader__card > div.h-leader__card-inner > div.h-leader__card-image > img | /content/dam/veeam/global/go/projects/site/hp/img/blocks/... |
Leader in 2025 Gartner div.h-leader__card > div.h-leader__card-inner > div.h-leader__card-image > img | /content/dam/veeam/global/go/projects/site/hp/img/blocks/... |
#1 in Global Market Share, div.h-leader__card > div.h-leader__card-inner > div.h-leader__card-image > img | /content/dam/veeam/global/go/projects/site/hp/img/blocks/... |
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
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Close body.header-component__button-first--inherited > div#wistia-0083ah0jm6-1_popover_container |
Close body.header-component__button-first--inherited > div#wistia-hubnopr482-1_popover_container |
Close body.header-component__button-first--inherited > div#wistia-szqqbsgphc-1_popover_container |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI assistant body.header-component__button-first--inherited > q-focus-sentinel > div |
After AI assistant body.header-component__button-first--inherited > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
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 |
|---|
section.h-news > div#news-carousel > div.h-news-carousel__pagination > button.owl-dot section.h-news > div#news-carousel > div.h-news-carousel__pagination > button.owl-dot |
section.h-news > div#news-carousel > div.h-news-carousel__pagination > button.owl-dot section.h-news > div#news-carousel > div.h-news-carousel__pagination > button.owl-dot |
section.h-news > div#news-carousel > div.h-news-carousel__pagination > button.owl-dot section.h-news > div#news-carousel > div.h-news-carousel__pagination > button.owl-dot |
section.h-news > div#news-carousel > div.h-news-carousel__pagination > button.owl-dot section.h-news > div#news-carousel > div.h-news-carousel__pagination > button.owl-dot |
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.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > 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.footer__container > div.footer__connect > div.footer__social > a.footer__social-link div.footer__container > div.footer__connect > div.footer__social > a.footer__social-link |
div.footer__container > div.footer__connect > div.footer__social > a.footer__social-link div.footer__container > div.footer__connect > div.footer__social > a.footer__social-link |
div.footer__container > div.footer__connect > div.footer__social > a.footer__social-link div.footer__container > div.footer__connect > div.footer__social > a.footer__social-link |
div.footer__container > div.footer__connect > div.footer__social > a.footer__social-link div.footer__container > div.footer__connect > div.footer__social > a.footer__social-link |
div.footer__container > div.footer__connect > div.footer__social > a.footer__social-link div.footer__container > div.footer__connect > div.footer__social > a.footer__social-link |
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 |
|---|
ACCEPT ALL div#cookiescript_toppart > div#cookiescript_rightpart > div#cookiescript_buttons > div#cookiescript_accept |
REJECT ALL div#cookiescript_toppart > div#cookiescript_rightpart > div#cookiescript_buttons > div#cookiescript_reject |
These are opportunities to improve the legibility of your content.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Deploying Secure and Frictionless Backup
READ THE FULL REPORT
Veeam Named Leade… section.h-news-resources-wrapper > section.h-news > div#news-carousel > ul.h-news-carousel__cards |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Deploying Secure and Frictionless Backup
READ THE FULL REPORT div.owl-stage-outer > div.owl-stage > div.owl-item > li.h-news-carousel__slide |
Veeam Named Leader and Outperformer in the GigaOm Radar Report
GET THE INSIGHTS div.owl-stage-outer > div.owl-stage > div.owl-item > li.h-news-carousel__slide |
Veeam Acquires Securiti AI
READ PRESS RELEASE div.owl-stage-outer > div.owl-stage > div.owl-item > li.h-news-carousel__slide |
Find out your organization's SaaS data protection strengths and gaps
TAKE THE A… div.owl-stage-outer > div.owl-stage > div.owl-item > li.h-news-carousel__slide |
Deploying Secure and Frictionless Backup
READ THE FULL REPORT div.owl-stage-outer > div.owl-stage > div.owl-item > li.h-news-carousel__slide |
Veeam Named Leader and Outperformer in the GigaOm Radar Report
GET THE INSIGHTS div.owl-stage-outer > div.owl-stage > div.owl-item > li.h-news-carousel__slide |
Veeam Acquires Securiti AI
READ PRESS RELEASE div.owl-stage-outer > div.owl-stage > div.owl-item > li.h-news-carousel__slide |
Find out your organization's SaaS data protection strengths and gaps
TAKE THE A… div.owl-stage-outer > div.owl-stage > div.owl-item > li.h-news-carousel__slide |
Deploying Secure and Frictionless Backup
READ THE FULL REPORT div.owl-stage-outer > div.owl-stage > div.owl-item > li.h-news-carousel__slide |
Veeam Named Leader and Outperformer in the GigaOm Radar Report
GET THE INSIGHTS div.owl-stage-outer > div.owl-stage > div.owl-item > li.h-news-carousel__slide |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Log In div.header-component__container > ul.utility-navigation > li.utility-navigation__item > a.utility-navigation__link |
Data Trust and Resilience Report 2026
Achieve higher data trust and faster rec… div.h-resources__cards-wrapper > ul.h-resources__card-list > li.h-resources__card > a.h-resources__card-link |
Wake Up! — Real Stories from Inside the Breach
Go inside real-world breaches t… div.h-resources__cards-wrapper > ul.h-resources__card-list > li.h-resources__card > a.h-resources__card-link |
Economics of Cyber Extortion
Insights from the frontline of ransomware negotia… div.h-resources__cards-wrapper > ul.h-resources__card-list > li.h-resources__card > a.h-resources__card-link |
be: Ready — Leadership Strategies for Data Resilience
Actionable insight for t… div.h-resources__cards-wrapper > ul.h-resources__card-list > li.h-resources__card > a.h-resources__card-link |
CXO Executive Exchange
Conversations that move industries and shape the future… div.h-resources__cards-wrapper > ul.h-resources__card-list > li.h-resources__card > a.h-resources__card-link |
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) | |
|---|---|---|---|
li.js-h-pillars-content-item > div.h-pillars__middle-wrapper > div.h-pillars__content-item-text > img.h-pillars__content-mob-img li.js-h-pillars-content-item > div.h-pillars__middle-wrapper > div.h-pillars__content-item-text > img.h-pillars__content-mob-img | /content/dam/veeam/global/go/projects/site/hp/img/blocks/... | 720 x 150 (4.80) | 752 x 187 (4.02) |
li.js-h-pillars-content-item > div.h-pillars__middle-wrapper > div.h-pillars__content-item-text > img.h-pillars__content-tablet-img li.js-h-pillars-content-item > div.h-pillars__middle-wrapper > div.h-pillars__content-item-text > img.h-pillars__content-tablet-img | /content/dam/veeam/global/go/projects/site/hp/img/blocks/... | 720 x 150 (4.80) | 752 x 187 (4.02) |
li.js-h-pillars-content-item > div.h-pillars__middle-wrapper > div.h-pillars__content-item-text > img.h-pillars__content-mob-img li.js-h-pillars-content-item > div.h-pillars__middle-wrapper > div.h-pillars__content-item-text > img.h-pillars__content-mob-img | /content/dam/veeam/global/go/projects/site/hp/img/blocks/... | 372 x 246 (1.51) | 396 x 270 (1.47) |
div.h-pillars__content-item-text > div.h-pillars-content-graphic-wrapper > div.h-pillars-content-graphic-wrapper__item > img.h-pillars-content-graphic-wrapper__item-img div.h-pillars__content-item-text > div.h-pillars-content-graphic-wrapper > div.h-pillars-content-graphic-wrapper__item > img.h-pillars-content-graphic-wrapper__item-img | /content/dam/veeam/global/go/projects/site/hp/img/blocks/... | 372 x 246 (1.51) | 396 x 270 (1.47) |
div.h-set-apart__wrapper > div.h-set-apart__title-part > div.h-set-apart__image-title-mob-wrapper > img.h-set-apart__image-title-mob div.h-set-apart__wrapper > div.h-set-apart__title-part > div.h-set-apart__image-title-mob-wrapper > img.h-set-apart__image-title-mob | /content/dam/veeam/global/go/projects/site/hp/img/blocks/... | 354 x 200 (1.77) | 345 x 200 (1.73) |
li.js-h-pillars-content-item > div.h-pillars__middle-wrapper > div.h-pillars__content-item-text > img.h-pillars__content-mob-img li.js-h-pillars-content-item > div.h-pillars__middle-wrapper > div.h-pillars__content-item-text > img.h-pillars__content-mob-img | /content/dam/veeam/global/go/projects/site/hp/img/blocks/... | 258 x 223 (1.16) | 278 x 243 (1.14) |
div.h-pillars__content-item-text > div.h-pillars-content-graphic-wrapper > div.h-pillars-content-graphic-wrapper__item > img.h-pillars-content-graphic-wrapper__item-img div.h-pillars__content-item-text > div.h-pillars-content-graphic-wrapper > div.h-pillars-content-graphic-wrapper__item > img.h-pillars-content-graphic-wrapper__item-img | /content/dam/veeam/global/go/projects/site/hp/img/blocks/... | 258 x 223 (1.16) | 278 x 243 (1.14) |
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Fledge | js.hcaptcha.com/1/api.js line 3, col 47111 |
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.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
figure.video-component > div.video-component__container > div.video-component__responsive-wrapper > a.video-component__facade |
figure.video-component > div.video-component__container > div.video-component__responsive-wrapper > a.video-component__facade |
div.header__search > form.header__search-form > div.header__search-container > a.header__search-close |
Change language footer.footer > div.footer__container > div.footer__language-and-copyright > a.footer__language-switcher |
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.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img |
div.footer__container > div.footer__badges > span.footer__badge > img div.footer__container > div.footer__badges > span.footer__badge > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.