Lighthouse Desktop
· 0 checks — Desktop 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /20260417153313/fonts/fontawesome/4.7.0/fontawesome-webfo... | 0.0 ms | 96.1 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 1200.0 s | 77.8 KiB |
| /20260417153313/stylesheets/bandlab/web-fonts/FKGrotesk-B... | 0.0 ms | 59.9 KiB |
| /20260417153313/stylesheets/bandlab/web-fonts/FKGrotesk-M... | 0.0 ms | 58.8 KiB |
| /20260417153313/stylesheets/bandlab/web-fonts/FKGrotesk-R... | 0.0 ms | 57.8 KiB |
| /20260417153313/stylesheets/bandlab/web-fonts/FKGrotesk-I... | 0.0 ms | 57.0 KiB |
| /20260417153313/stylesheets/bandlab/web-fonts/FKGrotesk-L... | 0.0 ms | 55.4 KiB |
| connect.facebook.net/en_US/sdk.js?68a5b19b47 | 1200.0 s | 5.1 KiB |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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.sullivan > section.hero-lp > div.hero-lp-image-container > ::before div.sullivan > section.hero-lp > div.hero-lp-image-container > ::before | /20260417153313/images/bandlab/sullivan/lp/hero-lp-backgr... | 873.3 KiB | 544.2 KiB |
Artist composing and distributing songs section.distro-cta > div.page-width > div.distro-cta--photo > img | /20260417153313/images/bandlab/sullivan/lp/distribution-b... | 551.1 KiB | 497.8 KiB |
Introducing ReverbNation Publishing div > div.page-width > div.featured-tiles-list > div.feature-tile | /20260417153313/images/bandlab/sullivan/lp/tile-cover-5-p... | 542.7 KiB | 462.3 KiB |
Banner where people playing some instruments div.sullivan > section.page-width > div.differences-container > img.sm:display-none | /20260417153313/images/bandlab/sullivan/lp/differences-ba... | 193.0 KiB | 156.2 KiB |
div#page_contents > div.sullivan > section.reverbnation-services > ::before div#page_contents > div.sullivan > section.reverbnation-services > ::before | /20260417153313/images/bandlab/sullivan/lp/band-banner.png | 664.2 KiB | 118.6 KiB |
3 Ways To Make Live Shows More Exciting div > div.page-width > div.featured-tiles-list > div.feature-tile | /20260417153313/images/bandlab/sullivan/lp/tile-cover-1.png | 118.6 KiB | 34.7 KiB |
100+ Industry Opportunities to Take You to the Next Stage div > div.page-width > div.featured-tiles-list > div.feature-tile | /20260417153313/images/bandlab/sullivan/lp/tile-cover-2.png | 133.2 KiB | 29.6 KiB |
5 Pre-Show Habits To Adopt div > div.page-width > div.featured-tiles-list > div.feature-tile | /20260417153313/images/bandlab/sullivan/lp/tile-cover-3.png | 104.6 KiB | 29.6 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| reverbnation.com/ | 485 ms |
| www.reverbnation.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| d16o2fplq2wi4c.cloudfront.net/20260417153313/assets/v4_foundation-datauri.css | 73.0 KiB | 70.7 KiB |
| d16o2fplq2wi4c.cloudfront.net/20260417153313/assets/v4_to_v3-datauri.css | 51.1 KiB | 50.9 KiB |
| d16o2fplq2wi4c.cloudfront.net/20260417153313/assets/zurb_foundation-datauri.css | 32.0 KiB | 28.5 KiB |
| /20260417153313/stylesheets/compiled/rn_foundation/module... | 22.1 KiB | 22.1 KiB |
| d16o2fplq2wi4c.cloudfront.net/20260417153313/assets/v4_required-datauri.css | 16.0 KiB | 14.7 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 |
|---|---|---|
| d16o2fplq2wi4c.cloudfront.net/20260417153313/assets/v3_extras.js | 118.9 KiB | 100.5 KiB |
| d16o2fplq2wi4c.cloudfront.net/20260417153313/assets/v3_common.js | 207.6 KiB | 96.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T92MNF&l=_dataLayer | 157.2 KiB | 85.7 KiB |
| /gtag/destination?id=AW-1068733558&l=_dataLayer&cx=c>m=... | 144.9 KiB | 61.2 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 48.8 KiB |
| d16o2fplq2wi4c.cloudfront.net/20260417153313/assets/foundation.js | 42.5 KiB | 33.4 KiB |
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 | |
|---|---|
Artist composing and distributing songs section.distro-cta > div.page-width > div.distro-cta--photo > img | /20260417153313/images/bandlab/sullivan/lp/distribution-b... |
Reverbnation logo div.start-selling-your-songs-container > div.start-selling-your-songs-text > div.with-reverbnation > img | /20260417153313/images/bandlab/sullivan/reverbnation-logo... |
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.
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 |
|---|
div.ng-scope > div.ng-scope > form.ng-pristine > input.qa-quicksearch-input div.ng-scope > div.ng-scope > form.ng-pristine > input.qa-quicksearch-input |
Join For Free section.hero-lp > div.page-width > div.hero-lp--button > a.pricing-button-secondary |
Release Music div.page-width > div.distro-cta--content > div.distro-cta--button > a.pricing-button-secondary |
Start Today div.sullivan > section.start-selling-your-songs > div.start-selling-your-songs-container > a.pricing-button-secondary |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sponsored Artists div.sm:display-none > div.zurbify > div#js-sponsored-artist-13812 > h4.mb2 |
I_o_S-A div.card__content > div.row > div.small-9 > h6.card__header |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
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.left > ul.inline-list > li#desktop_header_logo_menu_li > a#menu-item-logo div.left > ul.inline-list > li#desktop_header_logo_menu_li > a#menu-item-logo |
div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play |
div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play |
div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play |
div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play |
div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play |
div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play |
div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play |
div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play |
div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play |
div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play div.community-trending-chart-item > div.chart-item-card > div.chart-item-card-buttons > a.button--play |
div.row > div.small-12 > div.mb0 > a.social-links__link div.row > div.small-12 > div.mb0 > a.social-links__link |
div.row > div.small-12 > div.mb0 > a.social-links__link div.row > div.small-12 > div.mb0 > a.social-links__link |
div.row > div.small-12 > div.mb0 > a.social-links__link div.row > div.small-12 > div.mb0 > a.social-links__link |
div.row > div.small-12 > div.mb0 > a.social-links__link div.row > div.small-12 > div.mb0 > a.social-links__link |
div.row > div.small-12 > div.mb0 > a.social-links__link div.row > div.small-12 > div.mb0 > a.social-links__link |
div.row > div.small-12 > div.mb0 > a.social-links__link div.row > div.small-12 > div.mb0 > a.social-links__link |
div#player_queue > div.player_queue_content > div.player_queue_header > a.collapse div#player_queue > div.player_queue_content > div.player_queue_header > a.collapse |
div#music_player > div#player_control > div.buttons > a.btn_prev div#music_player > div#player_control > div.buttons > a.btn_prev |
div#music_player > div#player_control > div.buttons > a.btn_play div#music_player > div#player_control > div.buttons > a.btn_play |
div#music_player > div#player_control > div.buttons > a.btn_next div#music_player > div#player_control > div.buttons > a.btn_next |
div#music_player > div#player_control > div.player_slider > a.volume_btn div#music_player > div#player_control > div.player_slider > a.volume_btn |
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
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 |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Start selling md div#page_contents > div.sullivan > section.start-selling-your-songs > img.sm:display-none | /20260417153313/images/bandlab/sullivan/start-selling-md.png | 311 x 378 (0.82) | 622 x 717 (0.87) |
Start selling sm div#page_contents > div.sullivan > section.start-selling-your-songs > img.md:display-none | /20260417153313/images/bandlab/sullivan/start-selling-sm.png | 686 x 264 (2.60) | 686 x 529 (1.30) |
General
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. | d16o2fplq2wi4c.cloudfront.net/20260417153313/assets/v3_common.js line 450, col 432 |
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.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
Save div.chart-item-actions > ul#charts_artist_2213263 > li.p0 > a |
Remove from Library
div.chart-item-actions > ul#charts_artist_2213263 > li.p0 > a.js-hide-for-fans--fask |
Share Artist div.chart-item-actions > ul#charts_artist_2213263 > li.p0 > a |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
Save div.chart-item-actions > ul#charts_artist_2739441 > li.p0 > a |
Remove from Library
div.chart-item-actions > ul#charts_artist_2739441 > li.p0 > a.js-hide-for-fans--fask |
Share Artist div.chart-item-actions > ul#charts_artist_2739441 > li.p0 > a |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
Save div.chart-item-actions > ul#charts_artist_792218 > li.p0 > a |
Remove from Library
div.chart-item-actions > ul#charts_artist_792218 > li.p0 > a.js-hide-for-fans--fask |
Share Artist div.chart-item-actions > ul#charts_artist_792218 > li.p0 > a |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
Save div.chart-item-actions > ul#charts_artist_312418 > li.p0 > a |
Remove from Library
div.chart-item-actions > ul#charts_artist_312418 > li.p0 > a.js-hide-for-fans--fask |
Share Artist div.chart-item-actions > ul#charts_artist_312418 > li.p0 > a |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
Save div.chart-item-actions > ul#charts_artist_2392162 > li.p0 > a |
Remove from Library
div.chart-item-actions > ul#charts_artist_2392162 > li.p0 > a.js-hide-for-fans--fask |
Share Artist div.chart-item-actions > ul#charts_artist_2392162 > li.p0 > a |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
Save div.chart-item-actions > ul#charts_artist_5288849 > li.p0 > a |
Remove from Library
div.chart-item-actions > ul#charts_artist_5288849 > li.p0 > a.js-hide-for-fans--fask |
Share Artist div.chart-item-actions > ul#charts_artist_5288849 > li.p0 > a |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
Save div.chart-item-actions > ul#charts_artist_223675 > li.p0 > a |
Remove from Library
div.chart-item-actions > ul#charts_artist_223675 > li.p0 > a.js-hide-for-fans--fask |
Share Artist div.chart-item-actions > ul#charts_artist_223675 > li.p0 > a |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
Save div.chart-item-actions > ul#charts_artist_5898775 > li.p0 > a |
Remove from Library
div.chart-item-actions > ul#charts_artist_5898775 > li.p0 > a.js-hide-for-fans--fask |
Share Artist div.chart-item-actions > ul#charts_artist_5898775 > li.p0 > a |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
Save div.chart-item-actions > ul#charts_artist_182292 > li.p0 > a |
Remove from Library
div.chart-item-actions > ul#charts_artist_182292 > li.p0 > a.js-hide-for-fans--fask |
Share Artist div.chart-item-actions > ul#charts_artist_182292 > li.p0 > a |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 div.ng-scope > div.community-trending-chart-item > div.chart-item-actions > a.pricing-button-height-48 |
Save div.chart-item-actions > ul#charts_artist_4784898 > li.p0 > a |
Remove from Library
div.chart-item-actions > ul#charts_artist_4784898 > li.p0 > a.js-hide-for-fans--fask |
Share Artist div.chart-item-actions > ul#charts_artist_4784898 > li.p0 > a |
div.card__content > div.row > div.small-3 > a.button--play div.card__content > div.row > div.small-3 > a.button--play |
div.card__content > div.row > div.small-3 > a.button--actions div.card__content > div.row > div.small-3 > a.button--actions |
Accept div.row > div.hide-for-small-only > div.accept-reject-container > a.js-gdpr-consent-accept |
Reject div.row > div.hide-for-small-only > div.accept-reject-container > a.js-gdpr-consent-reject |
Accept div.full-width-grid > div.show-for-small-only > div.accept-reject-container > a.js-gdpr-consent-accept |
Reject div.full-width-grid > div.show-for-small-only > div.accept-reject-container > a.js-gdpr-consent-reject |
To appear in search results, crawlers need access to your app.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope div.ng-scope > div.community-trending-chart-item > div.chart-item-card > img.ng-scope |
Format your HTML in a way that enables crawlers to better understand your app’s content.