Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 10.1s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 16.5 MB (9.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/c5d10f57-93de-4e61-a85e-004495a99cf2)<a href="https://beavercheck.com/results/c5d10f57-93de-4e61-a85e-004495a99cf2"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcriteo.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcriteo.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 10.1s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~36%.
Page takes 10.1s to load
+12% bounceUsers abandon at ~3s — you're 7.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
Mixed content on HTTPS page
+8% bounceBrowsers block insecure subresources — broken images, missing scripts, warning badge
Fix: Change http:// URLs inside the page to https:// (or protocol-relative)
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
54 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
46 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$600 investment → $5,416/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$5,416 /mo
~$64,986 / year
USD 157,500
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,529 / year if left unfixed
$157,500
+5 more
$2.38 /mo
29714.2 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.08 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.20 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
26.29 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css | 10.9 KiB | 826 ms |
| www.criteo.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 35.0 KiB | 150 ms |
| www.criteo.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 | 5.5 KiB | |
| www.criteo.com/wp-content/themes/criteo2017/js/cookies.js | 778 B |
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 |
|---|---|---|
| cdn.drda.io/scripts/analytics/next/dreamdata.cl.min.js | 1800.0 s | 34.6 KiB |
| web.cmp.usercentrics.eu/ui/TvGdprCmpView.f8e69ac0.js | 3600.0 s | 29.4 KiB |
| web.cmp.usercentrics.eu/ui/loader.js | 3600.0 s | 15.7 KiB |
| app.usercentrics.eu/session/1px.png?settingsId=eETjrQB6y3u-TA | 1800.0 s | 1023 B |
| /a?v=3&t=l&pid=1283422330&rv=64f0&tag_exp=0~115938465~115... | 0.0 ms | 11 B |
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.
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 | |
|---|---|---|---|
div.row > div.quote-wrapper > div.quote_author > img.mr-st-6 div.row > div.quote-wrapper > div.quote_author > img.mr-st-6 | www.criteo.com/wp-content/uploads/2025/03/Adele-Nasr-Headshot.jpg | 76.9 KiB | 76.0 KiB |
div.content-box-wrapp > div.content-box > div.tab-content-image > img div.content-box-wrapp > div.content-box > div.tab-content-image > img | www.criteo.com/wp-content/uploads/2025/03/hp-bento-advertisers-retail-media.png | 58.1 KiB | 47.0 KiB |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide | www.criteo.com/wp-content/uploads/2026/02/Wine-Country-Logo-250.png | 15.6 KiB | 13.1 KiB |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide | www.criteo.com/wp-content/uploads/2024/01/Represent_Black.png | 6.6 KiB | 6.4 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.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| criteo.com/ | 759 ms |
| www.criteo.com/ | 0.0 ms |
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.
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 |
|---|---|---|
| www.criteo.com/wp-content/themes/criteo2017/css/theme.min.css?ver=2026041656 | 143.3 KiB | 137.2 KiB |
| .overlay { --color-cmp-overlay: #303030; --feature-overlay-opacity: 0.4; } … | 14.8 KiB | 13.5 KiB |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css | 10.2 KiB | 10.1 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-W0WYERL9HS&cx=c>m=4e64f0 | 174.7 KiB | 112.0 KiB |
| /assets/external/engines/hls_video.js@4a7b909604c9049f14b... | 158.7 KiB | 82.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-M4Z343H | 193.8 KiB | 74.3 KiB |
| fast.wistia.com/assets/external/publicApi.js | 146.8 KiB | 67.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-W0WYERL9HS | 175.7 KiB | 66.2 KiB |
| www.googletagmanager.com/gtag/js?id=AW-878667505&cx=c>m=4e64f0 | 146.0 KiB | 63.8 KiB |
| www.googletagmanager.com/gtag/js?id=DC-12766688&cx=c>m=4e64f0 | 129.2 KiB | 62.5 KiB |
| web.cmp.usercentrics.eu/ui/v/3.114.0/WebSdk.lib.c9b98563.js | 55.9 KiB | 35.9 KiB |
| www.criteo.com/wp-content/themes/criteo2017/js/theme.min.js?ver=2026041656 | 54.0 KiB | 29.4 KiB |
| browser.sentry-cdn.com/9.6.1/bundle.min.js | 24.6 KiB | 21.1 KiB |
| www.criteo.com/wp-content/themes/criteo2017/js/select2.min.js | 45.2 KiB | 21.0 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.
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 |
|---|---|
| Other | 12.6 s |
| Script Evaluation | 5.9 s |
| Style & Layout | 1.2 s |
| Rendering | 809 ms |
| Script Parsing & Compilation | 623 ms |
| Parse HTML & CSS | 201 ms |
| Garbage Collection | 122 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.criteo.com/wp-content/themes/criteo2017/js/select2.min.js | 45.2 KiB | 15.9 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.content-box-wrapp > div.content-box > div.tab-content-image > img div.content-box-wrapp > div.content-box > div.tab-content-image > img | www.criteo.com/wp-content/uploads/2025/03/hp-bento-advertisers-retail-media.png |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide | www.criteo.com/wp-content/uploads/2024/01/Represent_Black.png |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide | www.criteo.com/wp-content/uploads/2024/01/Represent_Black.png |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide | www.criteo.com/wp-content/uploads/2024/01/Represent_Black.png |
div.content-box-wrapp > div.content-box > div.tab-content-image > img div.content-box-wrapp > div.content-box > div.tab-content-image > img | www.criteo.com/wp-content/uploads/2025/03/hp-bento-performance-media-4.svg |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide | www.criteo.com/wp-content/uploads/2026/02/Wine-Country-Logo-250.png |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide | www.criteo.com/wp-content/uploads/2026/02/Wine-Country-Logo-250.png |
div.block-wrapper > div.block-inner-wrapper > div.img-wrapper > img.block-image div.block-wrapper > div.block-inner-wrapper > div.img-wrapper > img.block-image | www.criteo.com/wp-content/uploads/2025/03/Group-1000004380.svg |
div.block-wrapper > div.block-inner-wrapper > div.img-wrapper > img.block-image div.block-wrapper > div.block-inner-wrapper > div.img-wrapper > img.block-image | www.criteo.com/wp-content/uploads/2025/03/Frame-1000004615.svg |
div.row > div.col-12 > a > img div.row > div.col-12 > a > img | tree-nation.com/images/tracking/label-co2-website-white-en.png |
div.block-wrapper > div.block-inner-wrapper > div.img-wrapper > img.block-image div.block-wrapper > div.block-inner-wrapper > div.img-wrapper > img.block-image | www.criteo.com/wp-content/uploads/2025/03/Group-1000004326.svg |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide | www.criteo.com/wp-content/uploads/2024/05/Patch-Media-ss-logo.png |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide | www.criteo.com/wp-content/uploads/2024/05/Patch-Media-ss-logo.png |
div.container > div > div.customers-logos > img div.container > div > div.customers-logos > img | www.criteo.com/wp-content/uploads/2025/09/WPP-Media_Wordmark_White.svg |
div.content-box-wrapp > div.content-box > div.tab-content-logo > img div.content-box-wrapp > div.content-box > div.tab-content-logo > img | www.criteo.com/wp-content/uploads/2025/03/ysl_beauty_logo.svg.svg |
div.container > div > div.customers-logos > img div.container > div > div.customers-logos > img | www.criteo.com/wp-content/uploads/2025/03/comcast.svg |
div.container > div > div.customers-logos > img div.container > div > div.customers-logos > img | www.criteo.com/wp-content/uploads/2025/03/deliveroo-1.svg |
div.container > div > div.customers-logos > img div.container > div > div.customers-logos > img | www.criteo.com/wp-content/uploads/2025/03/shopify-2.svg |
div.container > div > div.customers-logos > img div.container > div > div.customers-logos > img | www.criteo.com/wp-content/uploads/2025/03/bounding-box.svg |
Criteo div.mobile-left > div.logo > a > img | www.criteo.com/wp-content/themes/criteo2017/img/criteo-logo-orange.svg |
Criteo logo div.row > div.col-12 > a.d-block > img.footer-logo | www.criteo.com/wp-content/themes/criteo2017/img/criteo-logo-orange.svg |
div.container > div.row > div.customer-story-inner > img.mb-st-6 div.container > div.row > div.customer-story-inner > img.mb-st-6 | www.criteo.com/wp-content/uploads/2025/03/aventon-seeklogo.com-2.svg |
div.container > div > div.customers-logos > img div.container > div > div.customers-logos > img | www.criteo.com/wp-content/uploads/2025/03/PG_Logo_SVG.svg |
li.nav-item > a.tab > div.icon > img.tab-icon li.nav-item > a.tab > div.icon > img.tab-icon | www.criteo.com/wp-content/uploads/2025/03/bento-retailers.svg |
li.nav-item > a.tab > div.icon > img.tab-icon li.nav-item > a.tab > div.icon > img.tab-icon | www.criteo.com/wp-content/uploads/2025/03/bento-agencies.svg |
li.nav-item > a.tab > div.icon > img.tab-icon li.nav-item > a.tab > div.icon > img.tab-icon | www.criteo.com/wp-content/uploads/2025/04/hp-advertisers-icon-1.svg |
li.nav-item > a.tab > div.icon > img.tab-icon li.nav-item > a.tab > div.icon > img.tab-icon | www.criteo.com/wp-content/uploads/2025/03/bento-publishers.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Advertisers
Increase brand visibility and sales div.slick-list > div.slick-track > li.nav-item > a.tab |
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 |
|---|
Advertisers
Increase brand visibility and sales
Retailers
Control, scale, and m… div.container > div.content > div.pt-st-4 > ul#mobile-slider-tabs |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
By clicking “Accept All Cookies”, you agree to the storing of cookies on your d… div.cmp-wrapper > div#uc-main-dialog |
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.
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 |
|---|
body.home > div#page-modular > section#sID-0 > img.hero-bg-grid body.home > div#page-modular > section#sID-0 > img.hero-bg-grid |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide |
div.row > div.col-12 > a > img div.row > div.col-12 > a > 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.container > div.banner-content > span.banner-right > a div.container > div.banner-content > span.banner-right > a |
div.header-container > div#global-banner > div.container > a.overlay-link div.header-container > div#global-banner > div.container > a.overlay-link |
div.slick-list > div.slick-track > div.solution > a.overlay-link div.slick-list > div.slick-track > div.solution > a.overlay-link |
div.post-wrapper > article#post-417529 > div.background-wrapper > a.article-link div.post-wrapper > article#post-417529 > div.background-wrapper > a.article-link |
div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link |
div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link |
div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link |
div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link |
div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link |
div.row > div.col-12 > div.inner-block > a.overlay-link div.row > div.col-12 > div.inner-block > a.overlay-link |
div.row > div.col-12 > div.inner-block > a.overlay-link div.row > div.col-12 > div.inner-block > a.overlay-link |
div.row > div.col-12 > div.inner-block > a.overlay-link div.row > div.col-12 > div.inner-block > a.overlay-link |
div.col-12 > div.social-links > div.social-icons > a div.col-12 > div.social-links > div.social-icons > a |
div.col-12 > div.social-links > div.social-icons > a div.col-12 > div.social-links > div.social-icons > a |
div.col-12 > div.social-links > div.social-icons > a div.col-12 > div.social-links > div.social-icons > a |
div.col-12 > div.social-links > div.social-icons > a div.col-12 > div.social-links > div.social-icons > a |
div.row > div.col-12 > div > a.d-block div.row > div.col-12 > div > a.d-block |
div.container > div.row > div.col-12 > a div.container > div.row > div.col-12 > 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.
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 |
|---|
Advertisers
Increase brand visibility and sales ul#mobile-slider-tabs > div.slick-list > div.slick-track > li.nav-item |
Success Stories div.col-12 > div.footer-menu > ul.mt-4 > li |
Agencies div.col-12 > div.footer-menu > ul.mt-4 > li |
Marketplace Performance Outcome div.col-12 > div.footer-menu > ul.mt-4 > li |
Partners div.col-12 > div.footer-menu > ul.mt-4 > li |
Privacy Policy div.col-12 > div.footer-menu > ul.mt-4 > li |
CCPA Privacy Policy div.col-12 > div.footer-menu > ul.mt-4 > li |
Website Privacy Policy div.col-12 > div.footer-menu > ul.mt-4 > li |
Do Not Sell or Share My Personal Information div.col-12 > div.footer-menu > ul.mt-4 > li |
Cookie Management div.col-12 > div.footer-menu > ul.mt-4 > li |
Privacy Guidelines for Clients and Publisher Partners div.col-12 > div.footer-menu > ul.mt-4 > li |
Trust Center div.col-12 > div.footer-menu > ul.mt-4 > li |
Security div.col-12 > div.footer-menu > ul.mt-4 > li |
Reports & Research div.col-12 > div.footer-menu > ul.mt-4 > li |
Blog div.col-12 > div.footer-menu > ul.mt-4 > li |
Webinars div.col-12 > div.footer-menu > ul.mt-4 > li |
Events div.col-12 > div.footer-menu > ul.mt-4 > li |
Developers div.col-12 > div.footer-menu > ul.mt-4 > li |
Terms and Conditions div.col-12 > div.footer-menu > ul.mt-4 > li |
Legal Mentions div.col-12 > div.footer-menu > ul.mt-4 > li |
Supply Partner Guidelines div.col-12 > div.footer-menu > ul.mt-4 > li |
Advertising Guidelines div.col-12 > div.footer-menu > ul.mt-4 > li |
Supported Platforms div.col-12 > div.footer-menu > ul.mt-4 > li |
UK Modern Slavery Act div.col-12 > div.footer-menu > ul.mt-4 > li |
Tax Strategy div.col-12 > div.footer-menu > ul.mt-4 > li |
Careers div.col-12 > div.footer-menu > ul.mt-4 > li |
Company div.col-12 > div.footer-menu > ul.mt-4 > li |
Investors div.col-12 > div.footer-menu > ul.mt-4 > li |
In the News div.col-12 > div.footer-menu > ul.mt-4 > li |
Sustainability div.col-12 > div.footer-menu > ul.mt-4 > li |
Diversity, Equity & Inclusion div.col-12 > div.footer-menu > ul.mt-4 > li |
Contact Us div.col-12 > div.footer-menu > ul.mt-4 > li |
Office Locations div.col-12 > div.footer-menu > ul.mt-4 > li |
Retail Media div.col-12 > div.footer-menu > ul.mt-4 > li |
Retargeting div.col-12 > div.footer-menu > ul.mt-4 > li |
Customer Acquisition div.col-12 > div.footer-menu > ul.mt-4 > li |
Display Advertising div.col-12 > div.footer-menu > ul.mt-4 > li |
Customer Targeting div.col-12 > div.footer-menu > ul.mt-4 > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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) | |
|---|---|---|---|
div.row > div.quote-wrapper > div.quote_author > img.mr-st-6 div.row > div.quote-wrapper > div.quote_author > img.mr-st-6 | www.criteo.com/wp-content/uploads/2025/03/Adele-Nasr-Headshot.jpg | 64 x 64 (1.00) | 1086 x 974 (1.11) |
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
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to XMLHttpRequest at 'https://tree-nation.com/track/web/195755' from origin 'https://www.criteo.com' 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 |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.criteo.com/technology/product-recommendations/ | Learn more |
| www.criteo.com/technology/commerce-ai/ | Learn more |
| www.criteo.com/technology/predictive-bidding/ | Learn more |
| www.criteo.com/technology/shopper-graph/ | Learn more |
| www.criteo.com/technology/dco/ | Learn more |
| www.criteo.com/go/ | Learn more |
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 |
|---|
body.home > div#page-modular > section#sID-0 > img.hero-bg-grid body.home > div#page-modular > section#sID-0 > img.hero-bg-grid |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide |
div.row > div.col-12 > a > img div.row > div.col-12 > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
Platform
… div.mobile-mega-menu > ul#mobile-menu > li.main-menu-item > a.main-menu-item-link |
Solutions
… div.mobile-mega-menu > ul#mobile-menu > li.main-menu-item > a.main-menu-item-link |
Capabilities
… div.mobile-mega-menu > ul#mobile-menu > li.main-menu-item > a.main-menu-item-link |
Resources
… div.mobile-mega-menu > ul#mobile-menu > li.main-menu-item > a.main-menu-item-link |
About
… div.mobile-mega-menu > ul#mobile-menu > li.main-menu-item > a.main-menu-item-link |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.20 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.97 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
112 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.28 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.16 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css | 10.9 KiB | 265 ms |
| www.criteo.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 34.9 KiB | 80 ms |
| www.criteo.com/wp-content/themes/criteo2017/js/cookies.js | 859 B | |
| www.criteo.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 | 5.6 KiB |
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 |
|---|---|---|
| cdn.drda.io/scripts/analytics/next/dreamdata.cl.min.js | 1800.0 s | 34.6 KiB |
| web.cmp.usercentrics.eu/ui/TvGdprCmpView.f8e69ac0.js | 3600.0 s | 29.4 KiB |
| web.cmp.usercentrics.eu/ui/loader.js | 3600.0 s | 15.7 KiB |
| app.usercentrics.eu/session/1px.png?settingsId=eETjrQB6y3u-TA | 1800.0 s | 1.0 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.
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 | |
|---|---|---|---|
div.row > div.quote-wrapper > div.quote_author > img.mr-st-6 div.row > div.quote-wrapper > div.quote_author > img.mr-st-6 | www.criteo.com/wp-content/uploads/2025/03/Adele-Nasr-Headshot.jpg | 76.9 KiB | 76.6 KiB |
div.content-box-wrapp > div.content-box > div.tab-content-image > img div.content-box-wrapp > div.content-box > div.tab-content-image > img | www.criteo.com/wp-content/uploads/2025/03/hp-bento-advertisers-retail-media.png | 58.1 KiB | 48.8 KiB |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide | www.criteo.com/wp-content/uploads/2026/02/Wine-Country-Logo-250.png | 15.6 KiB | 14.8 KiB |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide | www.criteo.com/wp-content/uploads/2024/01/Represent_Black.png | 6.6 KiB | 6.5 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 |
|---|---|
| criteo.com/ | 211 ms |
| www.criteo.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.
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 |
|---|---|---|
| www.criteo.com/wp-content/themes/criteo2017/css/theme.min.css?ver=2026041656 | 143.3 KiB | 135.9 KiB |
| .overlay { --color-cmp-overlay: #303030; --feature-overlay-opacity: 0.4; } … | 14.8 KiB | 13.7 KiB |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css | 10.2 KiB | 10.1 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 |
|---|---|---|---|
| /wp-content/plugins/motionpage/assets/js/gsap/ScrollTrigg... | 1.8 s | 44 ms | 1.1 ms |
| /wp-content/plugins/motionpage/assets/js/gsap/gsap.min.js... | 1.0 s | 10 ms | 1.4 ms |
| Unattributable | 486 ms | 40 ms | 0.0 ms |
| www.criteo.com/ | 407 ms | 152 ms | 6.4 ms |
| fast.wistia.com/assets/external/publicApi.js | 309 ms | 235 ms | 19 ms |
| /assets/external/engines/hls_video.js@4a7b909604c9049f14b... | 250 ms | 173 ms | 0.6 ms |
| www.googletagmanager.com/gtm.js?id=GTM-M4Z343H | 119 ms | 96 ms | 16 ms |
| fast.wistia.com/player.js | 109 ms | 97 ms | 7.4 ms |
| www.criteo.com/wp-content/themes/criteo2017/js/wavegradient.js | 100 ms | 100 ms | 0.0 ms |
| www.criteo.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 95 ms | 59 ms | 1.8 ms |
| www.googletagmanager.com/gtag/js?id=G-W0WYERL9HS | 88 ms | 74 ms | 13 ms |
| www.googletagmanager.com/gtag/js?id=AW-878667505&cx=c>m=4e64f0 | 84 ms | 51 ms | 15 ms |
| web.cmp.usercentrics.eu/ui/v/3.114.0/WebSdk.lib.c9b98563.js | 58 ms | 49 ms | 7.2 ms |
| www.googletagmanager.com/gtag/js?id=DC-12766688&cx=c>m=4e64f0 | 56 ms | 44 ms | 11 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 |
|---|---|
| Other | 3.2 s |
| Script Evaluation | 1.4 s |
| Style & Layout | 256 ms |
| Script Parsing & Compilation | 144 ms |
| Rendering | 97 ms |
| Parse HTML & CSS | 55 ms |
| Garbage Collection | 42 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.criteo.com/wp-content/themes/criteo2017/js/select2.min.js | 45.2 KiB | 15.9 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-W0WYERL9HS&cx=c>m=4e64f0 | 174.7 KiB | 112.0 KiB |
| /assets/external/engines/hls_video.js@4a7b909604c9049f14b... | 158.7 KiB | 82.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-M4Z343H | 193.8 KiB | 74.3 KiB |
| fast.wistia.com/assets/external/publicApi.js | 146.8 KiB | 66.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-W0WYERL9HS | 175.7 KiB | 65.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-878667505&cx=c>m=4e64f0 | 146.0 KiB | 65.3 KiB |
| www.googletagmanager.com/gtag/js?id=DC-12766688&cx=c>m=4e64f0 | 129.2 KiB | 62.5 KiB |
| web.cmp.usercentrics.eu/ui/v/3.114.0/WebSdk.lib.c9b98563.js | 55.9 KiB | 35.9 KiB |
| browser.sentry-cdn.com/9.6.1/bundle.min.js | 24.6 KiB | 21.1 KiB |
| www.criteo.com/wp-content/themes/criteo2017/js/theme.min.js?ver=2026041656 | 38.7 KiB | 21.1 KiB |
| www.criteo.com/wp-content/themes/criteo2017/js/select2.min.js | 45.2 KiB | 21.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.content-box-wrapp > div.content-box > div.tab-content-image > img div.content-box-wrapp > div.content-box > div.tab-content-image > img | www.criteo.com/wp-content/uploads/2025/03/hp-bento-advertisers-retail-media.png |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide | www.criteo.com/wp-content/uploads/2024/01/Represent_Black.png |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-first div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-first | www.criteo.com/wp-content/uploads/2024/01/Represent_Black.png |
div.content-box-wrapp > div.content-box > div.tab-content-image > img div.content-box-wrapp > div.content-box > div.tab-content-image > img | www.criteo.com/wp-content/uploads/2025/03/hp-bento-performance-media-4.svg |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide | www.criteo.com/wp-content/uploads/2026/02/Wine-Country-Logo-250.png |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-first div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-first | www.criteo.com/wp-content/uploads/2026/02/Wine-Country-Logo-250.png |
div.block-wrapper > div.block-inner-wrapper > div.img-wrapper > img.block-image div.block-wrapper > div.block-inner-wrapper > div.img-wrapper > img.block-image | www.criteo.com/wp-content/uploads/2025/03/Group-1000004380.svg |
div.block-wrapper > div.block-inner-wrapper > div.img-wrapper > img.block-image div.block-wrapper > div.block-inner-wrapper > div.img-wrapper > img.block-image | www.criteo.com/wp-content/uploads/2025/03/Frame-1000004615.svg |
div.row > div.col-12 > a > img div.row > div.col-12 > a > img | tree-nation.com/images/tracking/label-co2-website-white-en.png |
div.block-wrapper > div.block-inner-wrapper > div.img-wrapper > img.block-image div.block-wrapper > div.block-inner-wrapper > div.img-wrapper > img.block-image | www.criteo.com/wp-content/uploads/2025/03/Group-1000004326.svg |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide | www.criteo.com/wp-content/uploads/2024/05/Patch-Media-ss-logo.png |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-first div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-first | www.criteo.com/wp-content/uploads/2024/05/Patch-Media-ss-logo.png |
div.container > div > div.customers-logos > img div.container > div > div.customers-logos > img | www.criteo.com/wp-content/uploads/2025/09/WPP-Media_Wordmark_White.svg |
div.content-box-wrapp > div.content-box > div.tab-content-logo > img div.content-box-wrapp > div.content-box > div.tab-content-logo > img | www.criteo.com/wp-content/uploads/2025/03/ysl_beauty_logo.svg.svg |
div.container > div > div.customers-logos > img div.container > div > div.customers-logos > img | www.criteo.com/wp-content/uploads/2025/03/comcast.svg |
div.container > div > div.customers-logos > img div.container > div > div.customers-logos > img | www.criteo.com/wp-content/uploads/2025/03/deliveroo-1.svg |
div.container > div > div.customers-logos > img div.container > div > div.customers-logos > img | www.criteo.com/wp-content/uploads/2025/03/shopify-2.svg |
div.container > div > div.customers-logos > img div.container > div > div.customers-logos > img | www.criteo.com/wp-content/uploads/2025/03/bounding-box.svg |
Criteo div.left > div.logo > a > img | www.criteo.com/wp-content/themes/criteo2017/img/criteo-logo-orange.svg |
Criteo logo div.row > div.col-12 > a.d-block > img.footer-logo | www.criteo.com/wp-content/themes/criteo2017/img/criteo-logo-orange.svg |
div.container > div.row > div.customer-story-inner > img.mb-st-6 div.container > div.row > div.customer-story-inner > img.mb-st-6 | www.criteo.com/wp-content/uploads/2025/03/aventon-seeklogo.com-2.svg |
div.container > div > div.customers-logos > img div.container > div > div.customers-logos > img | www.criteo.com/wp-content/uploads/2025/03/PG_Logo_SVG.svg |
li.nav-item > a.tab > div.icon > img.tab-icon li.nav-item > a.tab > div.icon > img.tab-icon | www.criteo.com/wp-content/uploads/2025/03/bento-retailers.svg |
li.nav-item > a.tab > div.icon > img.tab-icon li.nav-item > a.tab > div.icon > img.tab-icon | www.criteo.com/wp-content/uploads/2025/03/bento-agencies.svg |
li.nav-item > a.tab > div.icon > img.tab-icon li.nav-item > a.tab > div.icon > img.tab-icon | www.criteo.com/wp-content/uploads/2025/04/hp-advertisers-icon-1.svg |
li.nav-item > a.tab > div.icon > img.tab-icon li.nav-item > a.tab > div.icon > img.tab-icon | www.criteo.com/wp-content/uploads/2025/03/bento-publishers.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Advertisers
Increase brand visibility and sales div.pt-st-4 > ul#mobile-slider-tabs > li.nav-item > a.tab |
Retailers
Control, scale, and maximize monetization div.pt-st-4 > ul#mobile-slider-tabs > li.nav-item > a.tab |
Media Owners
Connect to commerce demand & data div.pt-st-4 > ul#mobile-slider-tabs > li.nav-item > a.tab |
Agencies
Gain efficiencies and maximize ROI div.pt-st-4 > ul#mobile-slider-tabs > li.nav-item > a.tab |
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 |
|---|
Advertisers
Increase brand visibility and sales
Retailers
Control, scale, and m… div.container > div.content > div.pt-st-4 > ul#mobile-slider-tabs |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
By clicking “Accept All Cookies”, you agree to the storing of cookies on your d… div.cmp-wrapper > div#uc-main-dialog |
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.
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 |
|---|
body.home > div#page-modular > section#sID-0 > img.hero-bg-grid body.home > div#page-modular > section#sID-0 > img.hero-bg-grid |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide |
div.row > div.col-12 > a > img div.row > div.col-12 > a > 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.header-container > div#global-banner > div.container > a.overlay-link div.header-container > div#global-banner > div.container > a.overlay-link |
div.slick-list > div.slick-track > div.solution > a.overlay-link div.slick-list > div.slick-track > div.solution > a.overlay-link |
div.slick-list > div.slick-track > div.solution > a.overlay-link div.slick-list > div.slick-track > div.solution > a.overlay-link |
div.slick-list > div.slick-track > div.solution > a.overlay-link div.slick-list > div.slick-track > div.solution > a.overlay-link |
div.slick-list > div.slick-track > div.solution > a.overlay-link div.slick-list > div.slick-track > div.solution > a.overlay-link |
div.post-wrapper > article#post-417529 > div.background-wrapper > a.article-link div.post-wrapper > article#post-417529 > div.background-wrapper > a.article-link |
div.post-wrapper > article#post-400042 > div.background-wrapper > a.article-link div.post-wrapper > article#post-400042 > div.background-wrapper > a.article-link |
div.post-wrapper > article#post-408017 > div.background-wrapper > a.article-link div.post-wrapper > article#post-408017 > div.background-wrapper > a.article-link |
div.container > div.technologies-wrapper > div.content-box-wrapp > a.visible-link div.container > div.technologies-wrapper > div.content-box-wrapp > a.visible-link |
div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link |
div.container > div.technologies-wrapper > div.content-box-wrapp > a.visible-link div.container > div.technologies-wrapper > div.content-box-wrapp > a.visible-link |
div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link |
div.container > div.technologies-wrapper > div.content-box-wrapp > a.visible-link div.container > div.technologies-wrapper > div.content-box-wrapp > a.visible-link |
div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link |
div.container > div.technologies-wrapper > div.content-box-wrapp > a.visible-link div.container > div.technologies-wrapper > div.content-box-wrapp > a.visible-link |
div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link |
div.container > div.technologies-wrapper > div.content-box-wrapp > a.visible-link div.container > div.technologies-wrapper > div.content-box-wrapp > a.visible-link |
div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link div.container > div.technologies-wrapper > div.content-box-wrapp > a.overlay-link |
div.row > div.col-12 > div.inner-block > a.overlay-link div.row > div.col-12 > div.inner-block > a.overlay-link |
div.row > div.col-12 > div.inner-block > a.overlay-link div.row > div.col-12 > div.inner-block > a.overlay-link |
div.row > div.col-12 > div.inner-block > a.overlay-link div.row > div.col-12 > div.inner-block > a.overlay-link |
div.col-lg-3 > div.social-links > div.social-icons > a div.col-lg-3 > div.social-links > div.social-icons > a |
div.col-lg-3 > div.social-links > div.social-icons > a div.col-lg-3 > div.social-links > div.social-icons > a |
div.col-lg-3 > div.social-links > div.social-icons > a div.col-lg-3 > div.social-links > div.social-icons > a |
div.col-lg-3 > div.social-links > div.social-icons > a div.col-lg-3 > div.social-links > div.social-icons > a |
div.row > div.col-12 > div > a.d-block div.row > div.col-12 > div > a.d-block |
div.container > div.row > div.col-12 > a div.container > div.row > div.col-12 > 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.
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 |
|---|
resources div.row > div.additional-notes > span.note > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
Advertisers
Increase brand visibility and sales div.content > div.pt-st-4 > ul#mobile-slider-tabs > li.nav-item |
Retailers
Control, scale, and maximize monetization div.content > div.pt-st-4 > ul#mobile-slider-tabs > li.nav-item |
Media Owners
Connect to commerce demand & data div.content > div.pt-st-4 > ul#mobile-slider-tabs > li.nav-item |
Agencies
Gain efficiencies and maximize ROI div.content > div.pt-st-4 > ul#mobile-slider-tabs > li.nav-item |
Success Stories div.col-12 > div.footer-menu > ul.mt-4 > li |
Agencies div.col-12 > div.footer-menu > ul.mt-4 > li |
Marketplace Performance Outcome div.col-12 > div.footer-menu > ul.mt-4 > li |
Partners div.col-12 > div.footer-menu > ul.mt-4 > li |
Privacy Policy div.col-12 > div.footer-menu > ul.mt-4 > li |
CCPA Privacy Policy div.col-12 > div.footer-menu > ul.mt-4 > li |
Website Privacy Policy div.col-12 > div.footer-menu > ul.mt-4 > li |
Do Not Sell or Share My Personal Information div.col-12 > div.footer-menu > ul.mt-4 > li |
Cookie Management div.col-12 > div.footer-menu > ul.mt-4 > li |
Privacy Guidelines for Clients and Publisher Partners div.col-12 > div.footer-menu > ul.mt-4 > li |
Trust Center div.col-12 > div.footer-menu > ul.mt-4 > li |
Security div.col-12 > div.footer-menu > ul.mt-4 > li |
Reports & Research div.col-12 > div.footer-menu > ul.mt-4 > li |
Blog div.col-12 > div.footer-menu > ul.mt-4 > li |
Webinars div.col-12 > div.footer-menu > ul.mt-4 > li |
Events div.col-12 > div.footer-menu > ul.mt-4 > li |
Developers div.col-12 > div.footer-menu > ul.mt-4 > li |
Terms and Conditions div.col-12 > div.footer-menu > ul.mt-4 > li |
Legal Mentions div.col-12 > div.footer-menu > ul.mt-4 > li |
Supply Partner Guidelines div.col-12 > div.footer-menu > ul.mt-4 > li |
Advertising Guidelines div.col-12 > div.footer-menu > ul.mt-4 > li |
Supported Platforms div.col-12 > div.footer-menu > ul.mt-4 > li |
UK Modern Slavery Act div.col-12 > div.footer-menu > ul.mt-4 > li |
Tax Strategy div.col-12 > div.footer-menu > ul.mt-4 > li |
Careers div.col-12 > div.footer-menu > ul.mt-4 > li |
Company div.col-12 > div.footer-menu > ul.mt-4 > li |
Investors div.col-12 > div.footer-menu > ul.mt-4 > li |
In the News div.col-12 > div.footer-menu > ul.mt-4 > li |
Sustainability div.col-12 > div.footer-menu > ul.mt-4 > li |
Diversity, Equity & Inclusion div.col-12 > div.footer-menu > ul.mt-4 > li |
Contact Us div.col-12 > div.footer-menu > ul.mt-4 > li |
Office Locations div.col-12 > div.footer-menu > ul.mt-4 > li |
Retail Media div.col-12 > div.footer-menu > ul.mt-4 > li |
Retargeting div.col-12 > div.footer-menu > ul.mt-4 > li |
Customer Acquisition div.col-12 > div.footer-menu > ul.mt-4 > li |
Display Advertising div.col-12 > div.footer-menu > ul.mt-4 > li |
Customer Targeting div.col-12 > div.footer-menu > ul.mt-4 > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 |
|---|
EN div.right > div.dropdown > div.dropdown-wrapper > a#language-dropdown-trigger |
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) | |
|---|---|---|---|
div.row > div.quote-wrapper > div.quote_author > img.mr-st-6 div.row > div.quote-wrapper > div.quote_author > img.mr-st-6 | www.criteo.com/wp-content/uploads/2025/03/Adele-Nasr-Headshot.jpg | 64 x 64 (1.00) | 1086 x 974 (1.11) |
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
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to XMLHttpRequest at 'https://tree-nation.com/track/web/195755' from origin 'https://www.criteo.com' 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 |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.criteo.com/go/ | Learn more |
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 |
|---|
body.home > div#page-modular > section#sID-0 > img.hero-bg-grid body.home > div#page-modular > section#sID-0 > img.hero-bg-grid |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide |
div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide div.background-wrapper-inner > div.post-inner > div.post-logo > img.logo-slide |
div.row > div.col-12 > a > img div.row > div.col-12 > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
Platform
… div.mobile-mega-menu > ul#mobile-menu > li.main-menu-item > a.main-menu-item-link |
Solutions
… div.mobile-mega-menu > ul#mobile-menu > li.main-menu-item > a.main-menu-item-link |
Capabilities
… div.mobile-mega-menu > ul#mobile-menu > li.main-menu-item > a.main-menu-item-link |
Resources
… div.mobile-mega-menu > ul#mobile-menu > li.main-menu-item > a.main-menu-item-link |
About
… div.mobile-mega-menu > ul#mobile-menu > li.main-menu-item > a.main-menu-item-link |
To appear in search results, crawlers need access to your app.
Send Feedback