Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
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.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
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 10.6 MB (8.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
4 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
6 link(s) with no accessible 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/d45d9951-0302-420c-b2ac-ec07b73d2c77)<a href="https://beavercheck.com/results/d45d9951-0302-420c-b2ac-ec07b73d2c77"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fseedtag.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fseedtag.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 7.7s 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.
9 barrier(s) likely increasing bounce by ~31%.
Page takes 7.7s to load
+12% bounceUsers abandon at ~3s — you're 5.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.7s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
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
7 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
2 broken link(s) on the page
+3% 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.
€510 investment → €4,743/month returns + EUR 120,500,000 risk avoided
€510
6h · 5 findings
€4,743 /mo
~€56,916 / year
EUR 120,500,000
if kept compliant
€85 — 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 €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,669 / month at risk
~€120,500,023 / year if left unfixed
€120,500,000
+7 more
€1.89 /mo
25455.1 MB/mo × 0.074 EUR/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.
3.43 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.65 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.87 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.
14.70 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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /6952bdb253f199cf358fade0/css/268-seedtag.webflow.shared.... | 48.5 KiB | 1.2 s |
| ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js | 5.9 KiB | 757 ms |
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.header30_wrapper > header.section_header30 > div.header30_background-image-wrapper > img.header30_background-image div.header30_wrapper > header.section_header30 > div.header30_background-image-wrapper > img.header30_background-image | /6952bdb253f199cf358fade0/696fa1b292b1d1930b4bf888_hero-s... | 35.6 KiB | 20.9 KiB |
a.layout422_card > div.layout422_card-asset > div.layout422_card-asset-img > video#f758693b-bd2c-2468-7fe3-61f36844c7c4-video a.layout422_card > div.layout422_card-asset > div.layout422_card-asset-img > video#f758693b-bd2c-2468-7fe3-61f36844c7c4-video | /6952bdb253f199cf358fade0/696e5c6aeb47b11f065dbfcc_2---Es... | 48.2 KiB | 7.4 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 |
|---|---|
| seedtag.com/ | 940 ms |
| www.seedtag.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.
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 |
|---|---|---|
| /6952bdb253f199cf358fade0/css/268-seedtag.webflow.shared.... | 47.9 KiB | 40.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 |
|---|---|
| Script Evaluation | 4.5 s |
| Other | 4.3 s |
| Style & Layout | 1.6 s |
| Script Parsing & Compilation | 621 ms |
| Rendering | 478 ms |
| Garbage Collection | 186 ms |
| Parse HTML & CSS | 145 ms |
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-BSW5V5FZBP | 177.1 KiB | 117.0 KiB |
| /wvxwa3jtwetcNjk1MmJkYjI1M2YxOTljZjM1OGZhZGUw/AZMtEPfPsCY... | 184.6 KiB | 74.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5VFVZ6V | 135.4 KiB | 65.7 KiB |
| /static/v1.1.1/hubspot-webflow.iife.js | 24.9 KiB | 21.6 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.logo2_list-marquee > div.logo2_logo-list-hero > div#w-node-_891517a7-4c12-cb0c-a30b-a733b2533f46-c80244ce > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div#w-node-_891517a7-4c12-cb0c-a30b-a733b2533f46-c80244ce > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73f19b0c7b522a4e427_Unilev... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73e2706899947f62e57_Logo.avif |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73fa4416e3db6622488_Logo-1... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73f836f62e3078924e1_Logo-2... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73e7c3e3b70c0d8c9fd_Logo-3... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div#w-node-_50a0889c-2ccb-982a-3055-32dfdee18b95-c80244ce > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div#w-node-_50a0889c-2ccb-982a-3055-32dfdee18b95-c80244ce > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73f19b0c7b522a4e427_Unilev... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73e2706899947f62e57_Logo.avif |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73fa4416e3db6622488_Logo-1... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73f836f62e3078924e1_Logo-2... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73e7c3e3b70c0d8c9fd_Logo-3... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div#w-node-_7e2692bf-b4e8-eb3d-025a-2981c1b196b9-c80244ce > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div#w-node-_7e2692bf-b4e8-eb3d-025a-2981c1b196b9-c80244ce > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73f19b0c7b522a4e427_Unilev... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73e2706899947f62e57_Logo.avif |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73fa4416e3db6622488_Logo-1... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73f836f62e3078924e1_Logo-2... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73e7c3e3b70c0d8c9fd_Logo-3... |
div.navbar18_component > div.navbar18_container > a.navbar18_logo-link > img.navbar18_logo div.navbar18_component > div.navbar18_container > a.navbar18_logo-link > img.navbar18_logo | /6952bdb253f199cf358fade0/6964b4672619fc50a5b9a085_Logo.svg |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ed5b7c5e3a2c4addb7_Logos_... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ec16ea93315aeab48e_Logos_... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ecfef2625e026fc563_Heinek... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div#w-node-_891517a7-4c12-cb0c-a30b-a733b2533f4e-c80244ce > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div#w-node-_891517a7-4c12-cb0c-a30b-a733b2533f4e-c80244ce > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ecbcaee026f26d6942_Logos_... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ecb76d18b413337a0d_Logos_... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ed5b7c5e3a2c4addb7_Logos_... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ec16ea93315aeab48e_Logos_... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ecfef2625e026fc563_Heinek... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div#w-node-_50a0889c-2ccb-982a-3055-32dfdee18b9d-c80244ce > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div#w-node-_50a0889c-2ccb-982a-3055-32dfdee18b9d-c80244ce > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ecbcaee026f26d6942_Logos_... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ecb76d18b413337a0d_Logos_... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ed5b7c5e3a2c4addb7_Logos_... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ec16ea93315aeab48e_Logos_... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ecfef2625e026fc563_Heinek... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div#w-node-_7e2692bf-b4e8-eb3d-025a-2981c1b196c1-c80244ce > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div#w-node-_7e2692bf-b4e8-eb3d-025a-2981c1b196c1-c80244ce > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ecbcaee026f26d6942_Logos_... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ecb76d18b413337a0d_Logos_... |
a.layout422_card > div.layout422_card-asset > div.layout422_card-asset-wrap-border > img.image_card a.layout422_card > div.layout422_card-asset > div.layout422_card-asset-wrap-border > img.image_card | |
a.layout422_card > div.layout422_card-asset > div.layout422_card-asset-wrap-border > img.image_card a.layout422_card > div.layout422_card-asset > div.layout422_card-asset-wrap-border > img.image_card | |
div.sticky-wrap > div.solution_asset-lens > div.circle-asset-lens > img.lens-asset-overlay div.sticky-wrap > div.solution_asset-lens > div.circle-asset-lens > img.lens-asset-overlay | |
div.hide-desktop > div.padding-bottom > div.footer15_image-wrapper > img.footer15_image div.hide-desktop > div.padding-bottom > div.footer15_image-wrapper > img.footer15_image |
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.
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 |
|---|
I understand context at a human level, the way
people think, feel, and decide, … div.margin-liz > div.max-width-small > div.max-width-small > p.text-size-medium |
I help brands reach and connect with their
audiences across the entire funnel.
… div.max-width-small > div.margin-bottom > div.max-width-xsmall > p.text-size-medium |
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.
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 |
|---|
more div.margin-bottom > div.max-width-large > h2.heading-style-h1 > div |
human, div.margin-bottom > div.max-width-large > h2.heading-style-h1 > div |
effective div.margin-bottom > div.max-width-large > h2.heading-style-h1 > div |
and div.margin-bottom > div.max-width-large > h2.heading-style-h1 > div |
sustainable div.margin-bottom > div.max-width-large > h2.heading-style-h1 > div |
era div.margin-bottom > div.max-width-large > h2.heading-style-h1 > div |
of div.margin-bottom > div.max-width-large > h2.heading-style-h1 > div |
advertising. div.margin-bottom > div.max-width-large > h2.heading-style-h1 > div |
I discover div.max-width-xsmall > div.discover_wrapper > div > h4.heading-style-h4 |
why they read div.rotating-line > span.rotating-text__highlight > span.rotating-text__inner > span.rotating-text__word |
what they’ll do div.rotating-line > span.rotating-text__highlight > span.rotating-text__inner > span.rotating-text__word |
across every channel div.max-width-xsmall > div.discover_wrapper > div.discover_assets-wrapper > div.text-size-medium |
Meet Liz div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968a6-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
About Us div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968a6-bd69689c > div.footer15_link-list-wrap > div.tooltip1_component > a.footer15_link |
Careers div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968a6-bd69689c > div.footer15_link-list-wrap > a.footer15_link > div |
Contact div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968a6-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
Newsletter div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968a6-bd69689c > div.footer15_link-list-wrap > div.tooltip1_component > a.footer15_link |
Advertisers div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968b9-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
Publishers div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968b9-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
CTV div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968b9-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
OLV div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968b9-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
Display div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968b9-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
Research & Measurement div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968b9-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
LAB div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968b9-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
Seedtag Blog div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968dc-bd69689c > div.footer15_link-list-wrap > div.tooltip1_component > a.footer15_link |
Success Stories div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968dc-bd69689c > div.footer15_link-list-wrap > div.tooltip1_component > a.footer15_link |
Industry Insights div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968dc-bd69689c > div.footer15_link-list-wrap > div.tooltip1_component > a.footer15_link |
Seedtag Academy div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968dc-bd69689c > div.footer15_link-list-wrap > div.tooltip1_component > a.footer15_link |
Press Room div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968dc-bd69689c > div.footer15_link-list-wrap > a.footer15_link > div |
AdTech Heroes div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968dc-bd69689c > div.footer15_link-list-wrap > a.footer15_link > div |
The Pub Way Podcast div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968dc-bd69689c > div.footer15_link-list-wrap > a.footer15_link > div |
Brand safety policy div.padding-top > div.footer15_bottom-wrapper > div.w-layout-grid > a.footer15_legal-link |
Legal notice div.padding-top > div.footer15_bottom-wrapper > div.w-layout-grid > a.footer15_legal-link |
Cookies policy div.padding-top > div.footer15_bottom-wrapper > div.w-layout-grid > a.footer15_legal-link |
Privacy div.padding-top > div.footer15_bottom-wrapper > div.w-layout-grid > a.footer15_legal-link |
Whistleblowing Channel div.padding-top > div.footer15_bottom-wrapper > div.w-layout-grid > a.footer15_legal-link |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Ready to elevate your campaigns with Neuro-Contextual advertising? div.w-layout-grid > div#w-node-_545d4179-0ad4-a0cb-0e03-d9e4b496ac64-b496ac5b > div.margin-bottom > h4.heading-style-h4 |
These are opportunities to improve keyboard navigation in your application.
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.page-wrapper > div.navbar18_component > div.navbar18_container > a.navbar18_logo-link div.page-wrapper > div.navbar18_component > div.navbar18_container > a.navbar18_logo-link |
div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968ef-bd69689c > div.footer15_link-list-wrap > div.w-layout-grid > a.footer15_social-link div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968ef-bd69689c > div.footer15_link-list-wrap > div.w-layout-grid > a.footer15_social-link |
div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968ef-bd69689c > div.footer15_link-list-wrap > div.w-layout-grid > a.footer15_social-link div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968ef-bd69689c > div.footer15_link-list-wrap > div.w-layout-grid > a.footer15_social-link |
div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968ef-bd69689c > div.footer15_link-list-wrap > div.w-layout-grid > a.footer15_social-link div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968ef-bd69689c > div.footer15_link-list-wrap > div.w-layout-grid > a.footer15_social-link |
div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968ef-bd69689c > div.footer15_link-list-wrap > div.w-layout-grid > a.footer15_social-link div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968ef-bd69689c > div.footer15_link-list-wrap > div.w-layout-grid > a.footer15_social-link |
body > div.modal1_component > div.modal1_content-wrapper > a.modal1_close-button body > div.modal1_component > div.modal1_content-wrapper > a.modal1_close-button |
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.
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 |
|---|---|
| AttributionReporting |
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.
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 |
|---|---|
| /world-cup-2026?utm_campaign=world-cup-26-launch&utm_sour... | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.51 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.19 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
293 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.78 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.
3.32 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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /6952bdb253f199cf358fade0/css/268-seedtag.webflow.shared.... | 48.4 KiB | 407 ms |
| ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js | 5.9 KiB | 204 ms |
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 |
|---|---|
| seedtag.com/ | 384 ms |
| www.seedtag.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.
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 |
|---|---|---|
| /6952bdb253f199cf358fade0/css/268-seedtag.webflow.shared.... | 47.9 KiB | 42.4 KiB |
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 | 1.1 s |
| Other | 612 ms |
| Style & Layout | 344 ms |
| Script Parsing & Compilation | 166 ms |
| Rendering | 47 ms |
| Parse HTML & CSS | 40 ms |
| Garbage Collection | 20 ms |
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-BSW5V5FZBP | 177.1 KiB | 117.0 KiB |
| /wvxwa3jtwetcNjk1MmJkYjI1M2YxOTljZjM1OGZhZGUw/AZMtEPfPsCY... | 184.5 KiB | 73.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5VFVZ6V | 56.9 KiB | 27.6 KiB |
| /static/v1.1.1/hubspot-webflow.iife.js | 24.9 KiB | 21.6 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.w-layout-grid > div#w-node-_545d4179-0ad4-a0cb-0e03-d9e4b496ac61-b496ac5b > div.layout41_content-asset > img.image-3 div.w-layout-grid > div#w-node-_545d4179-0ad4-a0cb-0e03-d9e4b496ac61-b496ac5b > div.layout41_content-asset > img.image-3 | /6952bdb253f199cf358fade0/6952d91c50ce45da2a2235b1_Banner... |
div.modal1_content-wrapper > div.modal-content > div#w-node-_6c223b3a-c520-3faa-1734-739f0dd59ce3-0dd59ce0 > img.image-modal-download div.modal1_content-wrapper > div.modal-content > div#w-node-_6c223b3a-c520-3faa-1734-739f0dd59ce3-0dd59ce0 > img.image-modal-download | /6952bdb253f199cf358fade0/69bd3de2b662b8b1c6627533_img-wc... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div#w-node-_7e2692bf-b4e8-eb3d-025a-2981c1b196b9-c80244ce > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div#w-node-_7e2692bf-b4e8-eb3d-025a-2981c1b196b9-c80244ce > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73f19b0c7b522a4e427_Unilev... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73e2706899947f62e57_Logo.avif |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73fa4416e3db6622488_Logo-1... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73f836f62e3078924e1_Logo-2... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6970c73e7c3e3b70c0d8c9fd_Logo-3... |
div.navbar18_component > div.navbar18_container > a.navbar18_logo-link > img.navbar18_logo div.navbar18_component > div.navbar18_container > a.navbar18_logo-link > img.navbar18_logo | /6952bdb253f199cf358fade0/6964b4672619fc50a5b9a085_Logo.svg |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ed5b7c5e3a2c4addb7_Logos_... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ec16ea93315aeab48e_Logos_... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ecfef2625e026fc563_Heinek... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div#w-node-_7e2692bf-b4e8-eb3d-025a-2981c1b196c1-c80244ce > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div#w-node-_7e2692bf-b4e8-eb3d-025a-2981c1b196c1-c80244ce > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ecbcaee026f26d6942_Logos_... |
div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo div.logo2_list-marquee > div.logo2_logo-list-hero > div.logo2_wrapper > img.logo2_logo | /6952bdb253f199cf358fade0/6952c1ecb76d18b413337a0d_Logos_... |
a.layout422_card > div.layout422_card-asset > div.layout422_card-asset-wrap-border > img.image_card a.layout422_card > div.layout422_card-asset > div.layout422_card-asset-wrap-border > img.image_card | |
a.layout422_card > div.layout422_card-asset > div.layout422_card-asset-wrap-border > img.image_card a.layout422_card > div.layout422_card-asset > div.layout422_card-asset-wrap-border > img.image_card | |
div.sticky-wrap > div.solution_asset-lens > div.circle-asset-lens > img.lens-asset-overlay div.sticky-wrap > div.solution_asset-lens > div.circle-asset-lens > img.lens-asset-overlay | |
div.hide-tablet > div.padding-bottom > div.footer15_image-wrapper > img.footer15_image div.hide-tablet > div.padding-bottom > div.footer15_image-wrapper > img.footer15_image |
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.
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 |
|---|
I understand context at a human level, the way people think,
feel, and decide, … div.margin-liz > div.max-width-small > div.max-width-small > p.text-size-medium |
I help brands reach and connect with their
audiences across the entire funnel.
… div.max-width-small > div.margin-bottom > div.max-width-xsmall > p.text-size-medium |
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.
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 |
|---|
more div.margin-bottom > div.max-width-large > h2.heading-style-h1 > div |
human, div.margin-bottom > div.max-width-large > h2.heading-style-h1 > div |
effective div.margin-bottom > div.max-width-large > h2.heading-style-h1 > div |
and div.margin-bottom > div.max-width-large > h2.heading-style-h1 > div |
sustainable div.margin-bottom > div.max-width-large > h2.heading-style-h1 > div |
era div.margin-bottom > div.max-width-large > h2.heading-style-h1 > div |
of div.margin-bottom > div.max-width-large > h2.heading-style-h1 > div |
advertising. div.margin-bottom > div.max-width-large > h2.heading-style-h1 > div |
I discover div.max-width-xsmall > div.discover_wrapper > div > h4.heading-style-h4 |
why they read div.rotating-line > span.rotating-text__highlight > span.rotating-text__inner > span.rotating-text__word |
across every channel div.max-width-xsmall > div.discover_wrapper > div.discover_assets-wrapper > div.text-size-medium |
Meet Liz div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968a6-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
About Us div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968a6-bd69689c > div.footer15_link-list-wrap > div.tooltip1_component > a.footer15_link |
Careers div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968a6-bd69689c > div.footer15_link-list-wrap > a.footer15_link > div |
Contact div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968a6-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
Newsletter div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968a6-bd69689c > div.footer15_link-list-wrap > div.tooltip1_component > a.footer15_link |
Advertisers div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968b9-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
Publishers div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968b9-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
CTV div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968b9-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
OLV div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968b9-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
Display div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968b9-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
Research & Measurement div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968b9-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
LAB div.w-layout-grid > div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968b9-bd69689c > div.footer15_link-list-wrap > a.footer15_link |
Seedtag Blog div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968dc-bd69689c > div.footer15_link-list-wrap > div.tooltip1_component > a.footer15_link |
Success Stories div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968dc-bd69689c > div.footer15_link-list-wrap > div.tooltip1_component > a.footer15_link |
Industry Insights div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968dc-bd69689c > div.footer15_link-list-wrap > div.tooltip1_component > a.footer15_link |
Seedtag Academy div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968dc-bd69689c > div.footer15_link-list-wrap > div.tooltip1_component > a.footer15_link |
Press Room div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968dc-bd69689c > div.footer15_link-list-wrap > a.footer15_link > div |
AdTech Heroes div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968dc-bd69689c > div.footer15_link-list-wrap > a.footer15_link > div |
The Pub Way Podcast div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968dc-bd69689c > div.footer15_link-list-wrap > a.footer15_link > div |
Brand safety policy div.padding-top > div.footer15_bottom-wrapper > div.w-layout-grid > a.footer15_legal-link |
Legal notice div.padding-top > div.footer15_bottom-wrapper > div.w-layout-grid > a.footer15_legal-link |
Cookies policy div.padding-top > div.footer15_bottom-wrapper > div.w-layout-grid > a.footer15_legal-link |
Privacy div.padding-top > div.footer15_bottom-wrapper > div.w-layout-grid > a.footer15_legal-link |
Whistleblowing Channel div.padding-top > div.footer15_bottom-wrapper > div.w-layout-grid > a.footer15_legal-link |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Ready to elevate your campaigns with Neuro-Contextual advertising? div.w-layout-grid > div#w-node-_545d4179-0ad4-a0cb-0e03-d9e4b496ac64-b496ac5b > div.margin-bottom > h4.heading-style-h4 |
These are opportunities to improve keyboard navigation in your application.
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.page-wrapper > div.navbar18_component > div.navbar18_container > a.navbar18_logo-link div.page-wrapper > div.navbar18_component > div.navbar18_container > a.navbar18_logo-link |
div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968ef-bd69689c > div.footer15_link-list-wrap > div.w-layout-grid > a.footer15_social-link div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968ef-bd69689c > div.footer15_link-list-wrap > div.w-layout-grid > a.footer15_social-link |
div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968ef-bd69689c > div.footer15_link-list-wrap > div.w-layout-grid > a.footer15_social-link div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968ef-bd69689c > div.footer15_link-list-wrap > div.w-layout-grid > a.footer15_social-link |
div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968ef-bd69689c > div.footer15_link-list-wrap > div.w-layout-grid > a.footer15_social-link div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968ef-bd69689c > div.footer15_link-list-wrap > div.w-layout-grid > a.footer15_social-link |
div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968ef-bd69689c > div.footer15_link-list-wrap > div.w-layout-grid > a.footer15_social-link div#w-node-d0ca3297-d200-3c1e-6e15-aaaabd6968ef-bd69689c > div.footer15_link-list-wrap > div.w-layout-grid > a.footer15_social-link |
body > div.modal1_component > div.modal1_content-wrapper > a.modal1_close-button body > div.modal1_component > div.modal1_content-wrapper > a.modal1_close-button |
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.
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 |
|---|---|
| AttributionReporting |
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.
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 |
|---|---|
| /world-cup-2026?utm_campaign=world-cup-26-launch&utm_sour... | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback