Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 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.
Solid infrastructure — fast server responses across the board.
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.
HSTS 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.
2 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 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/e6b40a50-707f-485e-965e-608610a597e4)<a href="https://beavercheck.com/results/e6b40a50-707f-485e-965e-608610a597e4"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flaw.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Flaw.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. 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.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 7.8s to load
+12% bounceUsers abandon at ~3s — you're 5.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.0s
+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
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
6 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
76 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.
€383 investment → €4,803/month returns + EUR 120,500,000 risk avoided
€383
4h · 5 findings
€4,803 /mo
~€57,639 / year
EUR 120,500,000
if kept compliant
€128 — 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.
4.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,008 / year if left unfixed
€120,500,000
+8 more
€0.70 /mo
9466.8 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.
5.41 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.80 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.95 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.028
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.46 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.
22.20 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.
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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-81XFYMCM0D | 160.8 KiB | 2.2 s |
| www.law.com/_nuxt/entry.D2dcuGIe.css | 2.1 KiB | |
| www.law.com/_nuxt/nuxt-icon.Cvbtxq7p.css | 380 B | |
| /css2?family=Abhaya+Libre:wght@400;500;700&family=Roboto:... | 2.4 KiB | 823 ms |
| d1mkq4fbm7j30i.cloudfront.net/112/bce28c78a4a2cf6371f42b439410c925/oHS.js | 6.5 KiB | 910 ms |
| www.law.com/ldc2.0/js/optiScript.js | 4.9 KiB | |
| www.law.com/ldc2.0/js/rudderstack5x5.js | 1.4 KiB | |
| olytics.omeda.com/olytics/css/v3/p/olytics.css | 3.3 KiB | 756 ms |
| d15kdpgjg3unno.cloudfront.net/oPS.js?cid=112 | 60.3 KiB | 1.7 s |
| www.law.com/ldc2.0/js/rudderstack.js | 2.7 KiB | |
| assets.zephr.com/zephr-browser/1.9.1/zephr-browser.umd.js | 13.3 KiB | 1.1 s |
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 | |
|---|---|---|---|
Commercial Real Estate Data Giant CoStar Faces New Monopolization Claims div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 68.5 KiB | 38.2 KiB |
California Law School Leaders Join Call for ABA to 'Retain and Strengthen' Dive… div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 66.9 KiB | 36.7 KiB |
BYU Law Expands Law Academies, Moves Future Programming to Fall Due to Early Bi… div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 66.2 KiB | 36.0 KiB |
Stellantis Must Pay $18M to Man Injured by Faulty Jeep Gear Shift div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 62.2 KiB | 31.9 KiB |
Covington's Client Base Shifts as Tech Sector's Legal Needs Mount div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 59.0 KiB | 28.7 KiB |
Sneak Peek at the 2026 Go-To Law Schools: Big Law Nos. 1-10 div.select-none > a > div > img.h-[200px] | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 70.9 KiB | 23.6 KiB |
Table Games Dealers Flush Casinos With New Wage Lawsuits div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 34.5 KiB | 12.5 KiB |
'Could Have Avoided a Trial': Behind a $4.5M Car Crash Verdict div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 30.1 KiB | 11.0 KiB |
Ga. Intermediate Court to Decide if 'Inaccurate' Damages Testimony Is Enough to… div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 30.0 KiB | 11.0 KiB |
Miami Litigator Scott Dimond Jumps to Local Boutique Homer Bonner Jacobs Ortiz div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 28.9 KiB | 10.6 KiB |
State or Federal Power? Ga. Justices Grapple With Medical Monitoring Remedy div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 27.1 KiB | 9.9 KiB |
Weinstein Defense Casts Third Rape Trial as a Matter of 'Consent, Choice and Re… div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 23.3 KiB | 8.4 KiB |
Belmont Law Names First Female Dean div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 18.8 KiB | 6.9 KiB |
Mintz Appoints Seasoned Litigator as New York Office Head div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 17.2 KiB | 6.2 KiB |
Fed Chair Nominee Vows Independence as Trump Pressure Looms div.flex > div.flex > a.flex > img.object-cover | /cdn-cgi/image/format=auto,fit=cover/https://images.law.c... | 21.1 KiB | 5.3 KiB |
Jury Awards $39M in Text-Based Breach of Contract Case div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 13.8 KiB | 5.0 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 |
|---|---|
| law.com/ | 807 ms |
| www.law.com/ | 940 ms |
| /Registration/Login.aspx?mode=silent&source=https%3A%2F%2... | 915 ms |
| www.law.com/?slreturn=20260421185419 | 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 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-81XFYMCM0D | 160.5 KiB | 109.0 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 103.7 KiB |
| www.law.com/_nuxt/BPl9yQzh.js | 261.0 KiB | 90.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-81XFYMCM0D | 160.5 KiB | 60.4 KiB |
| www.googletagmanager.com/gtag/js?id=DC-12891178&cx=c>m=4e64h1 | 131.5 KiB | 56.1 KiB |
| olytics.omeda.com/olytics/js/v3/p/olytics.min.js | 70.4 KiB | 46.1 KiB |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 106.9 KiB | 37.7 KiB |
| /signals/config/25560424480245653?v=2.9.303&r=stable&doma... | 125.3 KiB | 35.5 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.7 KiB |
| d15kdpgjg3unno.cloudfront.net/oPS.js?cid=112 | 59.8 KiB | 24.2 KiB |
| ml314.com/tag.aspx?213 | 38.2 KiB | 20.7 KiB |
| tags.tiqcdn.com/utag/alm/main/prod/utag.js | 33.6 KiB | 20.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.
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 | 9.0 s |
| Other | 1.8 s |
| Style & Layout | 808 ms |
| Script Parsing & Compilation | 540 ms |
| Rendering | 344 ms |
| Garbage Collection | 181 ms |
| Parse HTML & CSS | 91 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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.law.com/ldc2.0/js/optiScript.js | 4.7 KiB | 2.1 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| *,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw… | 14.7 KiB | 11.3 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 | |
|---|---|
Law.com div.flex > div.print:flex > a.inline-block > img.block | www.law.com/_nuxt/header-logo.DknzJfaK.png |
div.flex > span.flex > span > img.w-10 div.flex > span.flex > span > img.w-10 | www.law.com/_nuxt/amlawlitdaily.BTrf3igW.png |
div.flex > span.flex > span > img.w-[40px] div.flex > span.flex > span > img.w-[40px] | www.law.com/_nuxt/briefings.CBcvmOGu.png |
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.
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Law.com
Compass div.overflow-auto > div.grid > div.grid > a.inline-flex |
Law.com
Radar div.overflow-auto > div.grid > div.grid > a.inline-flex |
Verdict
Search div.overflow-auto > div.grid > div.grid > a.inline-flex |
Scholar
div.overflow-auto > div.grid > div.grid > a.inline-flex |
China Law &
Practice div.overflow-auto > div.grid > div.grid > a.inline-flex |
Legal
Dictionary div.overflow-auto > div.grid > div.grid > a.inline-flex |
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 |
|---|
May 27, 2026 div.flex > div.flex > div.flex > p |
June 02, 2026 div.flex > div.flex > div.flex > p |
Chicago li > div.flex > div.flex > p.legends-2 |
September 04, 2026 div.flex > div.flex > div.flex > p |
Johannesburg li > div.flex > div.flex > p.legends-2 |
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 |
|---|
Gen AI Disruption Is Hitting Legal Research. Are Legacy Players Under Threat? ul.grid > li.w-full > article > h3#story-title-{{ storyIndex }} |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flex > span.flex > span > img.w-10 div.flex > span.flex > span > img.w-10 |
div.flex > span.flex > span > img.w-[40px] div.flex > span.flex > span > img.w-[40px] |
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.desktop:col-span-2 > article.flex > div.card-icon > a div.desktop:col-span-2 > article.flex > div.card-icon > a |
div.desktop:col-span-2 > article.flex > div.card-icon > a div.desktop:col-span-2 > article.flex > div.card-icon > a |
div.desktop:col-span-2 > article.flex > div.card-icon > a div.desktop:col-span-2 > article.flex > div.card-icon > a |
div.desktop:col-span-2 > article.flex > div.card-icon > a div.desktop:col-span-2 > article.flex > div.card-icon > a |
div.desktop:col-span-2 > article.flex > div.card-icon > a div.desktop:col-span-2 > article.flex > div.card-icon > a |
div.desktop:col-span-2 > article.flex > div.card-icon > a div.desktop:col-span-2 > article.flex > div.card-icon > 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.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
CONTRACTUAL DISPUTES div.select-none > article > div.text-xs > a |
Texas Lawyer div.select-none > article > div.text-xs > a.font-medium |
LAW FIRM MANAGEMENT div.select-none > article > div.text-xs > a |
New York Law Journal div.select-none > article > div.text-xs > a.font-medium |
LAW FIRM PARTNERS div.select-none > article > div.text-xs > a |
Daily Business Review div.select-none > article > div.text-xs > a.font-medium |
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 |
|---|
LITIGATION div.flex > div.flex > div.relative > a |
BANKING AND FINANCE LAWS div.flex > div.flex > div.relative > a |
UNITED STATES SUPREME COURT div.flex > div.flex > div.relative > a |
LAW FIRM PROFITABILITY div.flex > div.flex > div.relative > a |
MASS TORTS div.flex > div.flex > div.relative > a |
TOOL
Law.com Radar
Real-time updates on new state and federal lawsuits and emer… aside.desktop:w-1/4 > div.w-full > div > a.ml-auto |
TOOL
Law.com Compass
Comprehensive data and insights on law firm performance, i… aside.desktop:w-1/4 > div.w-full > div > a.ml-auto |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | d15kdpgjg3unno.cloudfront.net/oPS.js?cid=112 line 231, col 303 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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.
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
x-robots-tag: noindex |
x-robots-tag: noindex |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flex > span.flex > span > img.w-10 div.flex > span.flex > span > img.w-10 |
div.flex > span.flex > span > img.w-[40px] div.flex > span.flex > span > img.w-[40px] |
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.
3.64 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.77 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
183 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.503
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.64 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.
9.13 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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.flex > a.ml-auto > div.w-[66px] > img.w-[66px] div.flex > a.ml-auto > div.w-[66px] > img.w-[66px] | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 564.4 KiB | 564.1 KiB |
div.flex > a.ml-auto > div.w-[66px] > img.w-[66px] div.flex > a.ml-auto > div.w-[66px] > img.w-[66px] | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 268.6 KiB | 267.5 KiB |
Sneak Peek at the 2026 Go-To Law Schools: Big Law Nos. 1-10 div.select-none > a > div > img.h-[200px] | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 70.9 KiB | 60.5 KiB |
Commercial Real Estate Data Giant CoStar Faces New Monopolization Claims div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 68.5 KiB | 58.6 KiB |
California Law School Leaders Join Call for ABA to 'Retain and Strengthen' Dive… div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 66.9 KiB | 57.0 KiB |
BYU Law Expands Law Academies, Moves Future Programming to Fall Due to Early Bi… div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 66.2 KiB | 56.3 KiB |
Stellantis Must Pay $18M to Man Injured by Faulty Jeep Gear Shift div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 62.2 KiB | 52.4 KiB |
Covington's Client Base Shifts as Tech Sector's Legal Needs Mount div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 59.0 KiB | 49.8 KiB |
Law School Professors, Deans Urge ABA to 'Retain and Strengthen' Diversity Accr… div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 45.7 KiB | 38.5 KiB |
Costs of Failing to Govern Corporate AI Defenses div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 39.2 KiB | 31.5 KiB |
Texas Big Law Firms Are Prioritizing M&A, PE Partner Laterals div.select-none > a > div > img.h-[200px] | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 35.7 KiB | 29.6 KiB |
Table Games Dealers Flush Casinos With New Wage Lawsuits div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 34.5 KiB | 29.0 KiB |
Image for Governing Risk, Accountability & Legal Exposure: What Could Go Wrong … div > div.pt-8 > div.w-full > img.object-cover | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 33.3 KiB | 28.1 KiB |
'Could Have Avoided a Trial': Behind a $4.5M Car Crash Verdict div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 30.1 KiB | 25.4 KiB |
Ga. Intermediate Court to Decide if 'Inaccurate' Damages Testimony Is Enough to… div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 30.0 KiB | 25.3 KiB |
Some Texas Lawyers Apply to Lead Talc MDL's Next Phase div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 29.2 KiB | 24.7 KiB |
Miami Litigator Scott Dimond Jumps to Local Boutique Homer Bonner Jacobs Ortiz div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 28.9 KiB | 24.4 KiB |
Trump's Latest Anti-DEI Order Gives Contractors Plenty to Sweat Over div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 29.3 KiB | 23.5 KiB |
State or Federal Power? Ga. Justices Grapple With Medical Monitoring Remedy div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 27.1 KiB | 22.8 KiB |
Norm Law’s Hires From Ropes & Gray, Sidley Discuss Their Tech-Driven Transition div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 25.9 KiB | 21.8 KiB |
div.flex > a.ml-auto > div.w-[66px] > img.w-[66px] div.flex > a.ml-auto > div.w-[66px] > img.w-[66px] | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 21.1 KiB | 20.6 KiB |
Weinstein Defense Casts Third Rape Trial as a Matter of 'Consent, Choice and Re… div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 23.3 KiB | 19.6 KiB |
Belmont Law Names First Female Dean div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 18.8 KiB | 15.8 KiB |
Gen AI Disruption Is Hitting Legal Research. Are Legacy Players Under Threat? div.select-none > a > div > img.h-[200px] | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 18.6 KiB | 15.4 KiB |
Mintz Appoints Seasoned Litigator as New York Office Head div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 17.2 KiB | 14.5 KiB |
Fed Chair Nominee Vows Independence as Trump Pressure Looms div.flex > div.flex > a.flex > img.object-cover | /cdn-cgi/image/format=auto,fit=cover/https://images.law.c... | 21.1 KiB | 12.4 KiB |
Jury Awards $39M in Text-Based Breach of Contract Case div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 13.8 KiB | 11.7 KiB |
Relativity Announces Plans to Create Singaporean Corporate Entity div.select-none > a > div.max-h-[200px] > img.h-full | /cdn-cgi/image/format=auto,fit=contain/https://images.law... | 7.9 KiB | 6.6 KiB |
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 |
|---|---|---|
| www.law.com/_nuxt/entry.D2dcuGIe.css | 2.1 KiB | 169 ms |
| www.googletagmanager.com/gtag/js?id=G-81XFYMCM0D | 160.8 KiB | 1.4 s |
| /css2?family=Abhaya+Libre:wght@400;500;700&family=Roboto:... | 2.4 KiB | 302 ms |
| www.law.com/_nuxt/nuxt-icon.Cvbtxq7p.css | 380 B | 251 ms |
| d15kdpgjg3unno.cloudfront.net/oPS.js?cid=112 | 60.3 KiB | 791 ms |
| assets.zephr.com/zephr-browser/1.9.1/zephr-browser.umd.js | 13.3 KiB | 375 ms |
| d1mkq4fbm7j30i.cloudfront.net/112/bce28c78a4a2cf6371f42b439410c925/oHS.js | 6.5 KiB | 279 ms |
| www.law.com/ldc2.0/js/rudderstack5x5.js | 1.4 KiB | 251 ms |
| olytics.omeda.com/olytics/css/v3/p/olytics.css | 3.3 KiB | 205 ms |
| www.law.com/ldc2.0/js/optiScript.js | 4.9 KiB | 292 ms |
| www.law.com/ldc2.0/js/rudderstack.js | 2.6 KiB | 251 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 |
|---|---|
| law.com/ | 263 ms |
| www.law.com/ | 330 ms |
| /Registration/Login.aspx?mode=silent&source=https%3A%2F%2... | 490 ms |
| www.law.com/?slreturn=20260421185443 | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Gen AI Disruption Is Hitting Legal Research. Are Legacy Players Under Threat?
G… div.main-content-bottom-padding > div.w-full > div.flex > section.w-full | 0.481 |
TOOL
Law.com Compass
Comprehensive data and insights on law firm performance, i… div.w-full > div > a.ml-auto > div.h-auto | 0.011 |
BANKING AND FINANCE LAWS
Fed Chair Nominee Vows Independence as Trump Pressure … div#__nuxt > div.w-full > div.min-h-screen > main.outer-container | 0.010 |
TOOLS
Law.com
Compass
Law.com
Radar
Verdict
Search
Scholar
China Law &
Practi… div.w-full > div > div.outer-container > div.flex | 0.001 |
LAW FIRM HIRING article > div.select-none > article > div.text-xs | 0.000 |
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.
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.law.com/ldc2.0/js/optiScript.js | 4.7 KiB | 2.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-81XFYMCM0D | 160.5 KiB | 109.0 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 106.8 KiB |
| www.law.com/_nuxt/BPl9yQzh.js | 260.3 KiB | 87.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-81XFYMCM0D | 160.5 KiB | 60.7 KiB |
| www.googletagmanager.com/gtag/js?id=DC-12891178&cx=c>m=4e64h1 | 131.5 KiB | 56.1 KiB |
| olytics.omeda.com/olytics/js/v3/p/olytics.min.js | 70.4 KiB | 46.1 KiB |
| /signals/config/25560424480245653?v=2.9.303&r=stable&doma... | 125.2 KiB | 35.7 KiB |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 106.9 KiB | 34.2 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.1 KiB |
| ml314.com/tag.aspx?213 | 38.2 KiB | 20.7 KiB |
| tags.tiqcdn.com/utag/alm/main/prod/utag.js | 33.6 KiB | 20.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 |
|---|---|---|---|
| s.dpmsrv.com/dpm_ff1eb8bd6cb17940ab78c0eeecf66268772f2061.min.js | 1.8 s | 1.8 s | 7.8 ms |
| s.dpmsrv.com/dpm_f6c851b89dddaf2314c44b0b0fd3f7f70784fcbb.min.js | 724 ms | 662 ms | 3.2 ms |
| www.law.com/?slreturn=20260421185443 | 635 ms | 73 ms | 1.1 ms |
| Unattributable | 596 ms | 300 ms | 0.0 ms |
| www.law.com/_nuxt/BPl9yQzh.js | 276 ms | 255 ms | 2.4 ms |
| www.googletagmanager.com/gtag/js?id=DC-12891178&cx=c>m=4e64h1 | 201 ms | 191 ms | 7.6 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 198 ms | 177 ms | 12 ms |
| www.googletagmanager.com/gtag/js?id=G-81XFYMCM0D | 177 ms | 101 ms | 51 ms |
| /signals/config/25560424480245653?v=2.9.303&r=stable&doma... | 85 ms | 75 ms | 8.4 ms |
| www.law.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 70 ms | 55 ms | 0.5 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.9 s |
| Other | 810 ms |
| Style & Layout | 241 ms |
| Script Parsing & Compilation | 142 ms |
| Garbage Collection | 91 ms |
| Rendering | 82 ms |
| Parse HTML & CSS | 24 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 | |
|---|---|
Law.com div.flex > div.print:flex > a.inline-block > img.block | www.law.com/_nuxt/header-logo.DknzJfaK.png |
div.flex > span.flex > span > img.w-10 div.flex > span.flex > span > img.w-10 | www.law.com/_nuxt/amlawlitdaily.BTrf3igW.png |
div.flex > span.flex > span > img.w-[40px] div.flex > span.flex > span > img.w-[40px] | www.law.com/_nuxt/briefings.CBcvmOGu.png |
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.
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Law.com
Compass div.overflow-auto > div.grid > div.grid > a.inline-flex |
Law.com
Radar div.overflow-auto > div.grid > div.grid > a.inline-flex |
Verdict
Search div.overflow-auto > div.grid > div.grid > a.inline-flex |
Scholar
div.overflow-auto > div.grid > div.grid > a.inline-flex |
China Law &
Practice div.overflow-auto > div.grid > div.grid > a.inline-flex |
Legal
Dictionary div.overflow-auto > div.grid > div.grid > a.inline-flex |
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 |
|---|
May 27, 2026 div.flex > div.flex > div.flex > p |
June 02, 2026 div.flex > div.flex > div.flex > p |
Chicago li > div.flex > div.flex > p.legends-2 |
September 04, 2026 div.flex > div.flex > div.flex > p |
Johannesburg li > div.flex > div.flex > p.legends-2 |
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 |
|---|
Gen AI Disruption Is Hitting Legal Research. Are Legacy Players Under Threat? ul.grid > li.w-full > article > h3#story-title-{{ storyIndex }} |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flex > span.flex > span > img.w-10 div.flex > span.flex > span > img.w-10 |
div.flex > span.flex > span > img.w-[40px] div.flex > span.flex > span > img.w-[40px] |
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.desktop:col-span-2 > article.flex > div.card-icon > a div.desktop:col-span-2 > article.flex > div.card-icon > a |
div.desktop:col-span-2 > article.flex > div.card-icon > a div.desktop:col-span-2 > article.flex > div.card-icon > a |
div.desktop:col-span-2 > article.flex > div.card-icon > a div.desktop:col-span-2 > article.flex > div.card-icon > a |
div.desktop:col-span-2 > article.flex > div.card-icon > a div.desktop:col-span-2 > article.flex > div.card-icon > a |
div.desktop:col-span-2 > article.flex > div.card-icon > a div.desktop:col-span-2 > article.flex > div.card-icon > a |
div.desktop:col-span-2 > article.flex > div.card-icon > a div.desktop:col-span-2 > article.flex > div.card-icon > 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.
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 |
|---|
Sign In div.flex > div.relative > div.flex-row > a.bg-white |
Create Account div.flex > div.relative > div.flex-row > a.btn-primary |
LITIGATION div.flex > div.flex > div.relative > a |
BANKING AND FINANCE LAWS div.flex > div.flex > div.relative > a |
UNITED STATES SUPREME COURT div.flex > div.flex > div.relative > a |
LAW FIRM PROFITABILITY div.flex > div.flex > div.relative > a |
MASS TORTS div.flex > div.flex > div.relative > a |
TOOL
Law.com Radar
Real-time updates on new state and federal lawsuits and emer… aside.desktop:w-1/4 > div.w-full > div > a.ml-auto |
TOOL
Law.com Compass
Comprehensive data and insights on law firm performance, i… aside.desktop:w-1/4 > div.w-full > div > a.ml-auto |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | d15kdpgjg3unno.cloudfront.net/oPS.js?cid=112 line 231, col 303 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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.
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
x-robots-tag: noindex |
x-robots-tag: noindex |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flex > span.flex > span > img.w-10 div.flex > span.flex > span > img.w-10 |
div.flex > span.flex > span > img.w-[40px] div.flex > span.flex > span > img.w-[40px] |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback