Skip to content
https://cryptonews.com

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

91

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
cdn.id5-sync.com/api/1.0/id5-api.js3600.0 s34.4 KiB
tag.adrsbl.io/p.js?tid=da68082cdc6d42b1abb604d915e4b382300.0 s28.5 KiB
www.redditstatic.com/ads/pixel.js60.0 s19.0 KiB
cimg.co/assets/js/frontend.js?id=bc65bccc3732d526329e39451bfecc54604800.0 s117.2 KiB
cimg.co/style.css?id=2985d5bda44447ce6fb40c5ab15b676e604800.0 s101.0 KiB
cryptonews.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?14400.0 s12.9 KiB
bs_48ce1097.kitayn.care/sdk.js14400.0 s9.4 KiB
s2.adform.net/banners/scripts/st/trackpoint-async.js604800.0 s31.5 KiB
cimg.co/p/2/crypto-news-logo-full.svg14400.0 s3.0 KiB
cimg.co/p/manifest.js14400.0 s1.1 KiB
/rp.gif?ts=1776897890636&id=a2_gaiuze7ilcxl&event=PageVis...0.0 ms666 B
cimg.co/images/small-corner-btn-bg.png?fdcb9d976021cb28311fb833c0793a3b14400.0 s851 B
cimg.co/images/arrow-closed.svg?1e522b464b27c380848fb0759c98323214400.0 s737 B
cimg.co/images/arrow-news-right.svg?c4fe225b3aba1cd2fe945f433c2603de14400.0 s705 B
cimg.co/images/news-letter.svg?64b74e314033caaa0570e3fab0b54d0814400.0 s662 B
cimg.co/images/news-letter.svg14400.0 s650 B
cimg.co/images/price-right.svg14400.0 s614 B
cimg.co/images/price-up.svg14400.0 s577 B
cimg.co/images/pagination-arrow-white.svg?ad08b543ccdb7f7eed3d63202a622e2314400.0 s565 B
cimg.co/images/pagination-arrow.svg?254c65f324e238da64f218e39caa50e114400.0 s532 B
cimg.co/p/no_image.svg14400.0 s477 B
/v1/events/p.png?data=eyJldmVudF9uYW1lIjoiU3luYyIsImFmbGl...0.0 ms140 B
/events/prod_standard_stage/p.png?data=eyJ0aWQiOiJkYTY4MD...0.0 ms101 B
/events/prod_standard_stage/p.png?data=eyJ0aWQiOiJkYTY4MD...0.0 ms101 B
/eu01/v.gif?cd=0&a=744992&d=cryptonews.com&u=D28673F27A5F...43200.0 s147 B

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:3.531 source:map[column:322771 line:2 type:source-location url:https://cimg.co/assets/js/frontend.js?id=bc65bccc3732d526329e39451bfecc54 urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:9.799 source:map[column:14338 line:0 type:source-location url:https://bs_48ce1097.kitayn.care/sdk.js urlProvider:network]] map[reflowTime:9.59 source:map[type:text value:[unattributed]]] map[reflowTime:3.531 source:map[column:324179 line:1 type:source-location url:https://cimg.co/assets/js/frontend.js?id=bc65bccc3732d526329e39451bfecc54 urlProvider:network]] map[reflowTime:0.369 source:map[column:191209 line:1 type:source-location url:https://cdn.ampproject.org/v0.mjs urlProvider:network]] map[reflowTime:0.32 source:map[column:122153 line:1 type:source-location url:https://cdn.ampproject.org/v0.mjs urlProvider:network]]]

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-DIV
nodeLabel: div.homepage-block-new__top-section-grid > div.homepage-block-new__top-section-column-main > a.story-one-cell-new > div.story-one-cell-new__bg
path: 1,HTML,1,BODY,4,DIV,1,MAIN,0,DIV,0,DIV,0,DIV,3,DIV,1,A,0,DIV
selector: div.homepage-block-new__top-section-grid > div.homepage-block-new__top-section-column-main > a.story-one-cell-new > div.story-one-cell-new__bg
snippet: <div class="story-one-cell-new__bg" style="background-image: url(&quot;https://cimg.co/wp-content/uploads/2026/04/22080758…&quot;);">

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

More than 4 preconnect connections were found. These should be used sparingly and only to the most important origins.
description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

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.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
div.homepage-block-new__top-section-column-secondary-data > div.story-one-cell-new__wrap > a.story-one-cell-new > div.story-one-cell-new__bg div.homepage-block-new__top-section-column-secondary-data > div.story-one-cell-new__wrap > a.story-one-cell-new > div.story-one-cell-new__bg
cimg.co/wp-content/uploads/2026/02/03194348/1770147826-bitcoinprice-768x495.png108.8 KiB46.9 KiB
div.homepage-block-new__top-section-column-secondary-data > div.story-one-cell-new__wrap > a.story-one-cell-new > div.story-one-cell-new__bg div.homepage-block-new__top-section-column-secondary-data > div.story-one-cell-new__wrap > a.story-one-cell-new > div.story-one-cell-new__bg
/wp-content/uploads/2026/02/04143953/1770215993-bitcoin-p...73.7 KiB19.9 KiB
Japan’s Metaplanet Announces $137M Capital Raise Through Third-Party Allotment div.web-stories-list__story > div.web-stories-list__story-poster > a > img
/wp-content/uploads/2026/01/29113759/cropped-1743391472-i...16.3 KiB6.6 KiB

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 110 ms 109.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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
The page has an unload handler in a sub frame.Actionable

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 2.8 KiB
URLTransfer SizeEst Savings
/wp-content/plugins/geotargetingwp/public/js/geotarget-pu...6.3 KiB2.8 KiB

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
Spins div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_banner > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_text-content > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_text-line > img
bet ninja in action div.clickout-rendered-container-0424b032-row > div > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_banner > img.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_far-right-image
div.header-price-advert > a > div.header-price-advert-image > img div.header-price-advert > a > div.header-price-advert-image > img
cryptonews.com/wp-content/uploads/2025/10/logo_yellow1-1-1.svg
cryptonews div.col-12 > div.d-lg-flex > a.footer-logo > img.img-fluid
cryptonews.com/wp-content/themes/cryptonews/images/footer-logo.svg
editors div.homepage-block-numbers-and-form > div.homepage-block-numbers-title > div.homepage-block-section-numbers-users > img.lazyload
cimg.co/p/no_image.svg
Block Logo div.category-list-posts__wrp > div.category-list-posts__cats-part > div.logo > img.block-logo
cimg.co/p/no_image.svg
div.homepage-block-events > div.homepage-block-listen > a > img.lazyload div.homepage-block-events > div.homepage-block-listen > a > img.lazyload
cimg.co/p/no_image.svg
div.homepage-block-events > div.homepage-block-listen > a > img.lazyload div.homepage-block-events > div.homepage-block-listen > a > img.lazyload
cimg.co/p/no_image.svg
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
cimg.co/p/no_image.svg
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
cimg.co/p/no_image.svg
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
cimg.co/p/no_image.svg
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
cimg.co/p/no_image.svg
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
cimg.co/p/no_image.svg
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
cimg.co/p/no_image.svg
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
cimg.co/p/no_image.svg
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
cimg.co/p/no_image.svg
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
cimg.co/p/no_image.svg
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
cimg.co/p/no_image.svg
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
cimg.co/p/no_image.svg
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
cimg.co/p/no_image.svg
div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload
cimg.co/p/no_image.svg
div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload
cimg.co/p/no_image.svg
div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload
cimg.co/p/no_image.svg

More information about the performance of your application. These numbers don't directly affect the Performance score.

Time to Interactive 1.7 s
Layout shift culprits
Document request latency
Optimize DOM size
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Max Potential First Input Delay 50 ms
Minify CSS
Avoids enormous network payloads Total size was 2,594 KiB
User Timing marks and measures 19 user timings
JavaScript execution time 0.4 s
Minimizes main-thread work 2.0 s
Avoid non-composited animations 12 animated elements found
Network Requests
Network Round Trip Times 100 ms
Server Backend Latencies 460 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid multiple page redirects
Initial server response time was short Root document took 40 ms
Avoid large layout shifts 3 layout shifts found
INP breakdown
Avoid long main-thread tasks
76

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 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Features Why the Bitcoin Price Might Bottom Soon by Gary McFarlane div.homepage-block-new__top-section-grid > div.homepage-block-new__top-section-column-secondary > div.homepage-block-new__top-section-column-secondary-data > div.story-one-cell-new__wrap
Features What to Know About New Social Network ‘W’, a European Rival to X by Je… div.homepage-block-new__top-section-grid > div.homepage-block-new__top-section-column-secondary > div.homepage-block-new__top-section-column-secondary-data > div.story-one-cell-new__wrap
Cryptonews Reports Bitcoin Price Outlook: ‘$60K–$65K Looks Realistic’, Analysts… div.homepage-block-new__top-section-grid > div.homepage-block-new__top-section-column-secondary > div.homepage-block-new__top-section-column-secondary-data > div.story-one-cell-new__wrap
Features Vitalik Buterin Sells $1.2M ETH as Ethereum Price Turns Critical by Ol… div.homepage-block-new__top-section-grid > div.homepage-block-new__top-section-column-secondary > div.homepage-block-new__top-section-column-secondary-data > div.story-one-cell-new__wrap
Features Ethereum Transaction Fees Hit Their Lowest Level in 9 yrs. Why It Matt… div.homepage-block-new__top-section-grid > div.homepage-block-new__top-section-column-secondary > div.homepage-block-new__top-section-column-secondary-data > div.story-one-cell-new__wrap
div.homepage-block__selected-articles-inner > div.homepage-block__selected-articles-data > div.homepage-block__selected-articles-list > div.homepage-block__selected-articles-list-one div.homepage-block__selected-articles-inner > div.homepage-block__selected-articles-data > div.homepage-block__selected-articles-list > div.homepage-block__selected-articles-list-one
div.homepage-block__selected-articles-inner > div.homepage-block__selected-articles-data > div.homepage-block__selected-articles-list > div.homepage-block__selected-articles-list-one div.homepage-block__selected-articles-inner > div.homepage-block__selected-articles-data > div.homepage-block__selected-articles-list > div.homepage-block__selected-articles-list-one
div.homepage-block__selected-articles-inner > div.homepage-block__selected-articles-data > div.homepage-block__selected-articles-list > div.homepage-block__selected-articles-list-one div.homepage-block__selected-articles-inner > div.homepage-block__selected-articles-data > div.homepage-block__selected-articles-list > div.homepage-block__selected-articles-list-one
div.homepage-block__selected-articles-inner > div.homepage-block__selected-articles-data > div.homepage-block__selected-articles-list > div.homepage-block__selected-articles-list-one div.homepage-block__selected-articles-inner > div.homepage-block__selected-articles-data > div.homepage-block__selected-articles-list > div.homepage-block__selected-articles-list-one
div.homepage-block__selected-articles-inner > div.homepage-block__selected-articles-data > div.homepage-block__selected-articles-list > div.homepage-block__selected-articles-list-one div.homepage-block__selected-articles-inner > div.homepage-block__selected-articles-data > div.homepage-block__selected-articles-list > div.homepage-block__selected-articles-list-one
div.homepage-block__selected-articles-inner > div.homepage-block__selected-articles-data > div.homepage-block__selected-articles-list > div.homepage-block__selected-articles-list-one div.homepage-block__selected-articles-inner > div.homepage-block__selected-articles-data > div.homepage-block__selected-articles-list > div.homepage-block__selected-articles-list-one

Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
BTC $78,577.80 4.05% ETH $2,395.09 3.54% SOL $87.26 2.50% PEPE $0.0000038 1.94%… section.header-price-section > div.container > div.container-header-coins > div.header-price-one-repeat
BTC $78,577.80 4.05% ETH $2,395.09 3.54% SOL $87.26 2.50% PEPE $0.0000038 1.94%… section.header-price-section > div.container > div.container-header-coins > div.header-price-one-repeat

When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Ethereum in a Bloodbath: Analysts Call It a Lost Month for ETH Price | February… div.container > div.homepage-block__partnered-articles-list > div.slick-list > div.slick-track
Crypto Fundamentals Is Your Crypto Safe? Guide to Securing Your Cryptocurrency … div.category-list-posts__posts-part > div.six-post-block__grid > div.slick-list > div.slick-track
div.container > div.homepage-block__partnered-articles-list > div.slick-list > div.slick-track div.container > div.homepage-block__partnered-articles-list > div.slick-list > div.slick-track

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Price Analysis a.aside-news-top > div.aside-news-top__inner > div.aside-news-top__info > div.aside-news-top__term
DeFi News a.aside-news-top > div.aside-news-top__inner > div.aside-news-top__info > div.aside-news-top__term
Crypto Regulation News a.aside-news-top > div.aside-news-top__inner > div.aside-news-top__info > div.aside-news-top__term
Bitcoin News a.aside-news-top > div.aside-news-top__inner > div.aside-news-top__info > div.aside-news-top__term
Price Analysis a.aside-news-top > div.aside-news-top__inner > div.aside-news-top__info > div.aside-news-top__term
Price Analysis a.aside-news-top > div.aside-news-top__inner > div.aside-news-top__info > div.aside-news-top__term
Price Analysis a.aside-news-top > div.aside-news-top__inner > div.aside-news-top__info > div.aside-news-top__term
DeFi News a.aside-news-top > div.aside-news-top__inner > div.aside-news-top__info > div.aside-news-top__term
Crypto Regulation News a.aside-news-top > div.aside-news-top__inner > div.aside-news-top__info > div.aside-news-top__term
Ethereum News a.aside-news-top > div.aside-news-top__inner > div.aside-news-top__info > div.aside-news-top__term
Blockchain News a.aside-news-top > div.aside-news-top__inner > div.aside-news-top__info > div.aside-news-top__term
Price Analysis a.aside-news-top > div.aside-news-top__inner > div.aside-news-top__info > div.aside-news-top__term
Price Analysis div.homepage-block-new__top-section-grid > div.homepage-block-new__top-section-column-main > a.story-one-cell-new > div.story-one-cell-new__label
Altcoin News a.top-story-cell > div.top-story-cell__inner > div.top-story-cell__info > div.top-story-cell__term
Price Analysis a.top-story-cell > div.top-story-cell__inner > div.top-story-cell__info > div.top-story-cell__term
Bitcoin News a.top-story-cell > div.top-story-cell__inner > div.top-story-cell__info > div.top-story-cell__term
DeFi News a.top-story-cell > div.top-story-cell__inner > div.top-story-cell__info > div.top-story-cell__term
Price Analysis a.top-story-cell > div.top-story-cell__inner > div.top-story-cell__info > div.top-story-cell__term
Features div.homepage-block-new__top-section-column-secondary-data > div.story-one-cell-new__wrap > a.story-one-cell-new > div.story-one-cell-new__label
Features div.homepage-block-new__top-section-column-secondary-data > div.story-one-cell-new__wrap > a.story-one-cell-new > div.story-one-cell-new__label
Cryptonews Reports div.homepage-block-new__top-section-column-secondary-data > div.story-one-cell-new__wrap > a.story-one-cell-new > div.story-one-cell-new__label
Features div.homepage-block-new__top-section-column-secondary-data > div.story-one-cell-new__wrap > a.story-one-cell-new > div.story-one-cell-new__label
Features div.homepage-block-new__top-section-column-secondary-data > div.story-one-cell-new__wrap > a.story-one-cell-new > div.story-one-cell-new__label
Crypto Fundamentals div.homepage-block__dont-miss-articles__cell > div.story-one-cell__wrap > a.story-one-cell > div.story-one-cell__label
Beginner div.story-one-cell__inner > div.story-one-cell__info > div.story-one-cell__author > div.empty-label-with-border
Crypto Fundamentals div.homepage-block__dont-miss-articles__cell > div.story-one-cell__wrap > a.story-one-cell > div.story-one-cell__label
Beginner div.story-one-cell__inner > div.story-one-cell__info > div.story-one-cell__author > div.empty-label-with-border
Crypto Investing and Trading div.homepage-block__dont-miss-articles__cell > div.story-one-cell__wrap > a.story-one-cell > div.story-one-cell__label
Beginner div.story-one-cell__inner > div.story-one-cell__info > div.story-one-cell__author > div.empty-label-with-border
Crypto Fundamentals div.homepage-block__dont-miss-articles__cell > div.story-one-cell__wrap > a.story-one-cell > div.story-one-cell__label
Beginner div.story-one-cell__inner > div.story-one-cell__info > div.story-one-cell__author > div.empty-label-with-border
Blockchain Technology div.homepage-block__dont-miss-articles__cell > div.story-one-cell__wrap > a.story-one-cell > div.story-one-cell__label
Beginner div.story-one-cell__inner > div.story-one-cell__info > div.story-one-cell__author > div.empty-label-with-border
div.row > div.col-lg-4 > div.recaptcha-text > a div.row > div.col-lg-4 > div.recaptcha-text > a
li.menu-item > ul.sub-menu > li.menu-item > a.header-links__item li.menu-item > ul.sub-menu > li.menu-item > a.header-links__item
li.menu-item > ul.sub-menu > li.menu-item > a.header-links__item li.menu-item > ul.sub-menu > li.menu-item > a.header-links__item
li.menu-item > ul.sub-menu > li.menu-item > a.header-links__item li.menu-item > ul.sub-menu > li.menu-item > a.header-links__item
li.menu-item > ul.sub-menu > li.menu-item > a.header-links__item li.menu-item > ul.sub-menu > li.menu-item > a.header-links__item

These are opportunities to improve the legibility of your content.

Navigation

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Crypto News Spotlight div.container > div.homepage-block-new__top-section-grid > div.homepage-block-new__top-section-column-main > h3.section-head__title

These are opportunities to improve keyboard navigation in your application.

Names and labels

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.header-price-advert > a > div.header-price-advert-image > img div.header-price-advert > a > div.header-price-advert-image > img
div.homepage-block-events > div.homepage-block-listen > a > img.lazyload div.homepage-block-events > div.homepage-block-listen > a > img.lazyload
div.homepage-block-events > div.homepage-block-listen > a > img.lazyload div.homepage-block-events > div.homepage-block-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload
div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload
div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.clickout-rendered-container-0424b032-row > div > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_banner > a.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_invis_btn div.clickout-rendered-container-0424b032-row > div > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_banner > a.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_invis_btn
div.container > div.section-head > div.section-head__controls > a.section-head__controls-link div.container > div.section-head > div.section-head__controls > a.section-head__controls-link
div.container > div.section-head > div.section-head__controls > a.section-head__controls-link div.container > div.section-head > div.section-head__controls > a.section-head__controls-link
div.container > div.d-flex > div.dslot > a div.container > div.d-flex > div.dslot > a
section.homepage-block-section > div.homepage-block-events > div.homepage-block-listen > a section.homepage-block-section > div.homepage-block-events > div.homepage-block-listen > a
section.homepage-block-section > div.homepage-block-events > div.homepage-block-listen > a section.homepage-block-section > div.homepage-block-events > div.homepage-block-listen > a
div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a
div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a
div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a
div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a
div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a
div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a
div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a
div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a
div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a
div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a
div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a
div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a div.homepage-podcast-one > div.homepage-podcast-date > span.homepage-podcast-listen > a
div.container > div.section-head > div.section-head__controls > a.section-head__controls-link div.container > div.section-head > div.section-head__controls > a.section-head__controls-link
div.container > div.section-head > div.section-head__controls > a.section-head__controls-link div.container > div.section-head > div.section-head__controls > a.section-head__controls-link
div.row > div.col-lg-4 > div.socials > a div.row > div.col-lg-4 > div.socials > a
div.row > div.col-lg-4 > div.socials > a div.row > div.col-lg-4 > div.socials > a
div.row > div.col-lg-4 > div.socials > a div.row > div.col-lg-4 > div.socials > a
div.row > div.col-lg-4 > div.socials > a div.row > div.col-lg-4 > div.socials > 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.

Best practices

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
section.homepage-block-section > div.homepage-block-events > div.homepage-block-listen > a section.homepage-block-section > div.homepage-block-events > div.homepage-block-listen > a
section.homepage-block-section > div.homepage-block-events > div.homepage-block-listen > a section.homepage-block-section > div.homepage-block-events > div.homepage-block-listen > a
div.row > div.col-lg-4 > div.socials > a div.row > div.col-lg-4 > div.socials > a
li.menu-item > ul.sub-menu > li.menu-item > a.header-links__item li.menu-item > ul.sub-menu > li.menu-item > a.header-links__item

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements use only permitted ARIA attributes
ARIA toggle fields have accessible names
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Document has a main landmark.
Deprecated ARIA roles were not used
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with the `role=text` attribute do not have focusable descendents.
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
77

Best Practices

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
SharedStorage
StorageType.persistent is deprecated. Please use standardized navigator.storage instead.
Fledge
Unload event listeners are deprecated and will be removed.

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Access to fetch at 'https://secure.adnxs.com/getuidp?callback=func' from origin 'https://cryptonews.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Failed to load resource: net::ERR_FAILED
Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
92

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.

Content Best Practices

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_track > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_set > div.u-DBdXKBx1sZrkGSwqDf8i5khyJ2I1W00m_tile > img
div.header-price-advert > a > div.header-price-advert-image > img div.header-price-advert > a > div.header-price-advert-image > img
div.homepage-block-events > div.homepage-block-listen > a > img.lazyload div.homepage-block-events > div.homepage-block-listen > a > img.lazyload
div.homepage-block-events > div.homepage-block-listen > a > img.lazyload div.homepage-block-events > div.homepage-block-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload div.homepage-podcast-date > span.homepage-podcast-listen > a > img.lazyload
div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload
div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload
div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload div.category-one-block > div.homepage-block-categories-more > a.button-more > img.lazyload

Format your HTML in a way that enables crawlers to better understand your app’s content.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback