Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Est Savings |
|---|---|
| next.tnwcdn.com/assets/fonts/graphik-compact/graphik-compact-medium.woff2 | 110 ms |
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 |
|---|---|---|
| assets.calendly.com/assets/external/widget.js | 4.3 KiB | 150 ms |
| assets.calendly.com/assets/external/widget.css | 1.2 KiB | 780 ms |
| fonts.googleapis.com/css?family=Roboto+Mono:400,500 | 1.1 KiB | 818 ms |
| thenextweb.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js | 1006 B |
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 | |
|---|---|---|---|
Trump says Anthropic Pentagon deal is ‘possible’, weeks after blacklisting the … article.c-showcase__article > div.c-card > a.c-card__image > img.c-card__imageImage | cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2026/04/Annthopic-Pentagon.png | 558.7 KiB | 526.4 KiB |
Samsung and IKEA just made the $6 smart home real, and your TV is already the h… article.c-showcase__article > div.c-card > a.c-card__image > img.c-card__imageImage | /wp-content/blogs.dir/1/files/2026/04/samsung-smartthings... | 120.4 KiB | 88.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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 |
|---|---|---|
| /assets/next/css/media.css?af24e65ec70ba6a3571bc69de0e8f4... | 240.4 KiB | 222.7 KiB |
| /assets/next/css/base.css?af24e65ec70ba6a3571bc69de0e8f4e... | 107.7 KiB | 95.0 KiB |
| use.fontawesome.com/releases/v5.6.3/css/all.css | 12.1 KiB | 12.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-FCY1FMD03F&cx=c>m=4e64h1 | 157.0 KiB | 63.7 KiB |
| consent-manager.thenextweb.com/Notice.8f529.js | 90.8 KiB | 61.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NNKTCH4W | 122.4 KiB | 60.2 KiB |
| eu-assets.i.posthog.com/static/array.js | 66.8 KiB | 35.7 KiB |
| eu-assets.i.posthog.com/static/surveys.js?v=1.369.5 | 31.9 KiB | 25.5 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 |
|---|---|---|---|
| next.tnwcdn.com/assets/next/js/base.js?af24e65ec70ba6a3571bc69de0e8f4e09ff399ea | 589 ms | 196 ms | 5.4 ms |
| consent-manager.thenextweb.com/Notice.8f529.js | 426 ms | 295 ms | 33 ms |
| Unattributable | 394 ms | 80 ms | 0.0 ms |
| eu-assets.i.posthog.com/static/array.js | 248 ms | 155 ms | 18 ms |
| consent-manager.ft.com/unified/wrapperMessagingWithoutDetection.js | 197 ms | 133 ms | 17 ms |
| www.googletagmanager.com/gtm.js?id=GTM-NNKTCH4W | 186 ms | 143 ms | 39 ms |
| www.googletagmanager.com/gtag/js?id=G-FCY1FMD03F&cx=c>m=4e64h1 | 178 ms | 141 ms | 36 ms |
| thenextweb.com/ | 97 ms | 19 ms | 6.4 ms |
| next.tnwcdn.com/assets/next/js/parallax.581008fad3.js | 92 ms | 84 ms | 0.4 ms |
| consent-manager.ft.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js | 51 ms | 37 ms | 13 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 | 1.3 s |
| Other | 610 ms |
| Style & Layout | 314 ms |
| Script Parsing & Compilation | 185 ms |
| Parse HTML & CSS | 114 ms |
| Rendering | 44 ms |
| Garbage Collection | 13 ms |
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.
Humble emerges from stealth with $24M and a cableless autonomous electric truck… div.c-showcaseSubbrandsList > div.c-showcaseSubbrandsArticleMain > a > img.js-lazy |
Amazon puts up to $25 billion more into Anthropic and secures 10-year cloud com… div.c-showcaseSubbrandsList > div.c-showcaseSubbrandsArticleMain > a > img.js-lazy |
Google is in talks with Marvell to build custom AI inference chips as it divers… div.c-showcaseSubbrandsList > div.c-showcaseSubbrandsArticleMain > a > img.js-lazy |
Trump says Anthropic Pentagon deal is ‘possible’, weeks after blacklisting the … div.c-showcaseSubbrandsList > div.c-showcaseSubbrandsArticleMain > a > img.js-lazy |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
TNW Conference
All events div#overlay__hook > ul.c-nav__menu > li.c-nav__menuItem > ul.c-nav__submenu |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Latest div.c-nav__menuContainer > ul.c-nav__menu > li.c-nav__menuItem > a.c-nav__menuLink |
Deep tech div.c-nav__menuContainer > ul.c-nav__menu > li.c-nav__menuItem > a.c-nav__menuLink |
Sustainability div.c-nav__menuContainer > ul.c-nav__menu > li.c-nav__menuItem > a.c-nav__menuLink |
Ecosystems div.c-nav__menuContainer > ul.c-nav__menu > li.c-nav__menuItem > a.c-nav__menuLink |
Data and security div.c-nav__menuContainer > ul.c-nav__menu > li.c-nav__menuItem > a.c-nav__menuLink |
LAUNCH div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink > span.c-card__label |
LAUNCH div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink > span.c-card__label |
NEXT FEATURED div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink > span.c-card__label |
STARTUPS AND TECHNOLOGY div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink > span.c-card__label |
CHINA div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink > span.c-card__label |
DESIGN & DEV div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink > span.c-card__label |
GOVERNMENT AND POLICY div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink > span.c-card__label |
HEALTH TECH div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink > span.c-card__label |
FINTECH AND ECOMMERCE div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink > span.c-card__label |
BUSINESS div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink > span.c-card__label |
ARTIFICIAL INTELLIGENCE div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink > span.c-card__label |
STARTUPS AND TECHNOLOGY div.c-showcaseSubbrandsList > div.c-showcaseSubbrandsArticleMain > small.md:mt-m > a.c-showcaseSubbrandsArticleListItemTag |
STARTUPS AND TECHNOLOGY article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
STARTUPS AND TECHNOLOGY article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
STARTUPS AND TECHNOLOGY article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
STARTUPS AND TECHNOLOGY article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
AMAZON div.c-showcaseSubbrandsList > div.c-showcaseSubbrandsArticleMain > small.md:mt-m > a.c-showcaseSubbrandsArticleListItemTag |
INVESTORS AND FUNDING article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
INVESTORS AND FUNDING article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
ARTIFICIAL INTELLIGENCE article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
INVESTORS AND FUNDING article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
ARTIFICIAL INTELLIGENCE div.c-showcaseSubbrandsList > div.c-showcaseSubbrandsArticleMain > small.md:mt-m > a.c-showcaseSubbrandsArticleListItemTag |
CORPORATES AND INNOVATION article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
CARS article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
ARTIFICIAL INTELLIGENCE article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
ANTHROPIC article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
UNITED STATES div.c-showcaseSubbrandsList > div.c-showcaseSubbrandsArticleMain > small.md:mt-m > a.c-showcaseSubbrandsArticleListItemTag |
GOVERNMENT AND POLICY article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
BUSINESS article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
ANTHROPIC article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
EUROPE article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
REACH YOUR GOALS div.o-grid > div.o-grid__col > header.c-bodyBlock__header > div.c-bodyBlock__subheading |
These are opportunities to improve the legibility of your content.
Names and labels
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 |
|---|
footer.c-nav__footer > ul.c-nav__social > li.c-nav__socialItem > a.c-nav__socialLink footer.c-nav__footer > ul.c-nav__social > li.c-nav__socialItem > a.c-nav__socialLink |
footer.c-nav__footer > ul.c-nav__social > li.c-nav__socialItem > a.c-nav__socialLink footer.c-nav__footer > ul.c-nav__social > li.c-nav__socialItem > a.c-nav__socialLink |
footer.c-nav__footer > ul.c-nav__social > li.c-nav__socialItem > a.c-nav__socialLink footer.c-nav__footer > ul.c-nav__social > li.c-nav__socialItem > a.c-nav__socialLink |
footer.c-nav__footer > ul.c-nav__social > li.c-nav__socialItem > a.c-nav__socialLink footer.c-nav__footer > ul.c-nav__social > li.c-nav__socialItem > a.c-nav__socialLink |
footer.c-nav__footer > ul.c-nav__social > li.c-nav__socialItem > a.c-nav__socialLink footer.c-nav__footer > ul.c-nav__social > li.c-nav__socialItem > a.c-nav__socialLink |
footer.c-nav__footer > ul.c-nav__social > li.c-nav__socialItem > a.c-nav__socialLink footer.c-nav__footer > ul.c-nav__social > li.c-nav__socialItem > a.c-nav__socialLink |
nav#nav > div.c-nav__level2 > div.c-nav__pwd > a.c-nav__pwdLogo nav#nav > div.c-nav__level2 > div.c-nav__pwd > a.c-nav__pwdLogo |
div.socials-homepage > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink div.socials-homepage > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink |
div.socials-homepage > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink div.socials-homepage > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink |
div.socials-homepage > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink div.socials-homepage > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink |
div.socials-homepage > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink div.socials-homepage > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink |
div.socials-homepage > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink div.socials-homepage > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink |
div.socials-homepage > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink div.socials-homepage > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink |
div.socials-homepage > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink div.socials-homepage > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink |
div > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink div > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink |
div > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink div > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink |
div > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink div > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink |
div > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink div > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink |
div > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink div > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink |
div > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink div > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink |
div > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink div > ul.c-footer__contact > li.c-footer__contactItem > a.c-footer__contactLink |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Startups and technology
STARTUPS AND TECHNOLOGY
Humble emerges from stealth wit… main#nextHome > section.c-showcase > div.o-wrapper > ol.c-split |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
TNW Conference ul.c-nav__menu > li.c-nav__menuItem > ul.c-nav__submenu > li.c-nav__submenuItem |
All events ul.c-nav__menu > li.c-nav__menuItem > ul.c-nav__submenu > li.c-nav__submenuItem |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
LAUNCH li.o-grid__col > div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink |
LAUNCH li.o-grid__col > div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink |
NEXT FEATURED li.o-grid__col > div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink |
STARTUPS AND TECHNOLOGY li.o-grid__col > div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink |
CHINA li.o-grid__col > div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink |
DESIGN & DEV li.o-grid__col > div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink |
GOVERNMENT AND POLICY li.o-grid__col > div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink |
HEALTH TECH li.o-grid__col > div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink |
FINTECH AND ECOMMERCE li.o-grid__col > div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink |
BUSINESS li.o-grid__col > div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink |
ARTIFICIAL INTELLIGENCE li.o-grid__col > div.flex > div.c-showcaseSubbrandsArticleHeader > a.c-showcaseSubbrandsArticleListItemLink |
STARTUPS AND TECHNOLOGY div.c-showcaseSubbrandsList > div.c-showcaseSubbrandsArticleMain > small.md:mt-m > a.c-showcaseSubbrandsArticleListItemTag |
STARTUPS AND TECHNOLOGY article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
STARTUPS AND TECHNOLOGY article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
STARTUPS AND TECHNOLOGY article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
STARTUPS AND TECHNOLOGY article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
AMAZON div.c-showcaseSubbrandsList > div.c-showcaseSubbrandsArticleMain > small.md:mt-m > a.c-showcaseSubbrandsArticleListItemTag |
INVESTORS AND FUNDING article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
INVESTORS AND FUNDING article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
ARTIFICIAL INTELLIGENCE article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
INVESTORS AND FUNDING article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
ARTIFICIAL INTELLIGENCE div.c-showcaseSubbrandsList > div.c-showcaseSubbrandsArticleMain > small.md:mt-m > a.c-showcaseSubbrandsArticleListItemTag |
CORPORATES AND INNOVATION article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
CARS article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
ARTIFICIAL INTELLIGENCE article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
ANTHROPIC article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
UNITED STATES div.c-showcaseSubbrandsList > div.c-showcaseSubbrandsArticleMain > small.md:mt-m > a.c-showcaseSubbrandsArticleListItemTag |
GOVERNMENT AND POLICY article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
BUSINESS article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
ANTHROPIC article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
EUROPE article.c-listArticle > div.c-listArticle__text > small > a.c-showcaseSubbrandsArticleListItemTag |
These items highlight common accessibility best practices.
Best Practices
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.