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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Jams by One-Hit Wonders div.HomeCollection_listsWrapper__McKXl > div.HomeCollection_firstListContainer__wS5V2 > a.HomeCollectionList_main__qt_Gl > img.HomeCollectionList_listImage__90RWy | /list_img_v2/14159/1114159/original/1114159-u2?auto=forma... | 28.3 KiB | 19.0 KiB |
div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm | /list_editor_img/6588/3266588/original/3266588-u2?auto=fo... | 21.1 KiB | 14.6 KiB |
div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm | /list_editor_img/8229/3168229/original/3168229-u1?auto=fo... | 18.9 KiB | 13.0 KiB |
div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm | /list_editor_img/14552/2754552/original/2754552-u1?auto=f... | 17.8 KiB | 12.3 KiB |
Actors Who Played Themselves In Film And Television div.FeaturedNodeHeader_main__6vPaT > div.FeaturedNodeHeader_contentWrapper__EYMEu > a.FeaturedNodeEditorsPick_main__IkQkC > img.FeaturedNodeEditorsPick_listImage__wgEIi | /list_img_v2/12565/2332565/original/2332565-u1?auto=forma... | 15.6 KiB | 10.8 KiB |
div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm | /list_editor_img/19186/3319186/original/3319186-u1?auto=f... | 14.7 KiB | 10.1 KiB |
Most Radical '80s Movies div.HomeCollection_listsWrapper__McKXl > div.HomeCollection_listContainer__QLT5n > a.HomeCollectionList_main__qt_Gl > img.HomeCollectionList_listImage__90RWy | /list_img_v2/19541/579541/original/579541-u3?auto=format&... | 10.6 KiB | 7.7 KiB |
Top TV Shows of the Decade div.HomeCollection_listsWrapper__McKXl > div.HomeCollection_listContainer__QLT5n > a.HomeCollectionList_main__qt_Gl > img.HomeCollectionList_listImage__90RWy | /list_img_v2/13919/1393919/original/1393919-u3?auto=forma... | 10.2 KiB | 7.3 KiB |
Glamorous Photos of '80s Glam Bands div.HomeCollection_listsWrapper__McKXl > div.HomeCollection_listContainer__QLT5n > a.HomeCollectionList_main__qt_Gl > img.HomeCollectionList_listImage__90RWy | /list_img_v2/1471/2421471/original/the-funniest-80-s-glam... | 8.5 KiB | 5.7 KiB |
'80s Teen Starlets Then and Now div.HomeCollection_listsWrapper__McKXl > div.HomeCollection_listContainer__QLT5n > a.HomeCollectionList_main__qt_Gl > img.HomeCollectionList_listImage__90RWy | /list_img_v2/13526/1393526/original/female-teen-stars-of-... | 7.7 KiB | 5.2 KiB |
div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm | /list_img_v2/10074/1870074/original/best-short-video-game... | 6.4 KiB | 4.4 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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| ranker.com/ | 753 ms |
| www.ranker.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
YOUR VOTE COUNTS
RISING & FALLING RIGHT NOW
#2. Mr. Met
The Best Mascots in Maj… article.layout_main__XpZY3 > div.container_container__WFJ7J > div.container_innerContainer__ZvPLT > div.container_container__WFJ7J | 0.175 |
Diagnostics
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.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 15.9 s |
| Other | 5.6 s |
| Script Parsing & Compilation | 2.1 s |
| Style & Layout | 960 ms |
| Garbage Collection | 471 ms |
| Rendering | 394 ms |
| Parse HTML & CSS | 192 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.3 KiB | 12.7 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
TOTAL NERD
Charlize Hits Her 'Apex'?
13 '90s 'It Girls' Who De-Glamorized For A… div.AutoCarousel_wrapper__Wzc6s > div.react-multi-carousel-list > ul.react-multi-carousel-track > li.react-multi-carousel-item |
POLL
Short And Sweet Victory
The Best Games You Can Beat In One Sitting div.AutoCarousel_wrapper__Wzc6s > div.react-multi-carousel-list > ul.react-multi-carousel-track > li.react-multi-carousel-item |
MICHAEL JACKSON
King Of The Big Screen
The First Time Michael Jackson Moonwalke… div.AutoCarousel_wrapper__Wzc6s > div.react-multi-carousel-list > ul.react-multi-carousel-track > li.react-multi-carousel-item |
STREAMING
Even 'Stranger Things'?
20 Best TV Shows To Watch In April 2026, Rank… div.AutoCarousel_wrapper__Wzc6s > div.react-multi-carousel-list > ul.react-multi-carousel-track > li.react-multi-carousel-item |
TOTAL NERD
Charlize Hits Her 'Apex'?
13 '90s 'It Girls' Who De-Glamorized For A… div.AutoCarousel_wrapper__Wzc6s > div.react-multi-carousel-list > ul.react-multi-carousel-track > li.react-multi-carousel-item |
POLL
Short And Sweet Victory
The Best Games You Can Beat In One Sitting div.AutoCarousel_wrapper__Wzc6s > div.react-multi-carousel-list > ul.react-multi-carousel-track > li.react-multi-carousel-item |
MICHAEL JACKSON
King Of The Big Screen
The First Time Michael Jackson Moonwalke… div.AutoCarousel_wrapper__Wzc6s > div.react-multi-carousel-list > ul.react-multi-carousel-track > li.react-multi-carousel-item |
STREAMING
Even 'Stranger Things'?
20 Best TV Shows To Watch In April 2026, Rank… div.AutoCarousel_wrapper__Wzc6s > div.react-multi-carousel-list > ul.react-multi-carousel-track > li.react-multi-carousel-item |
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: Not even Mr. Met can help his team right now, it seems! div.RisingAndFalling_itemContainer__Dufgc > a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ |
Latest: a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ > b |
Latest: Dave Mason, co-founder of Traffic and solo artist, has died at 79. div.RisingAndFalling_itemContainer__Dufgc > a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ |
Latest: a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ > b |
Latest: Great soda, great song... what's not to like? div.RisingAndFalling_itemContainer__Dufgc > a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ |
Latest: a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ > b |
Latest: A marriage reset turns deadly in the most chaotic ways. div.RisingAndFalling_itemContainer__Dufgc > a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ |
Latest: a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ > b |
Latest: Mega no more, Man. div.RisingAndFalling_itemContainer__Dufgc > a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ |
Latest: a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ > b |
Information from your device can be used to personalize your ad experience.
Do… body.__variable_461a26 > div.adthrive-comscore > div#adthrive-ccpa-link |
Do not sell or share my personal information. body.__variable_461a26 > div.adthrive-comscore > div#adthrive-ccpa-link > a#ccpaTag |
These are opportunities to improve the legibility of your content.
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.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm |
div.container_innerContainer__ZvPLT > div.RisingAndFallingHeader_main__5oPfc > div.TagWithCaret_main__WoKZX > img.TagWithCaret_caret__bHVnd div.container_innerContainer__ZvPLT > div.RisingAndFallingHeader_main__5oPfc > div.TagWithCaret_main__WoKZX > img.TagWithCaret_caret__bHVnd |
div.FeaturedNodeHeader_topContentWrapper__IXcnZ > div.FeaturedNodeHeader_textWrapper__q2mAQ > div.FeaturedNodeCaption_main__qqqDJ > img.FeaturedNodeCaption_captionCaret__yX0ss div.FeaturedNodeHeader_topContentWrapper__IXcnZ > div.FeaturedNodeHeader_textWrapper__q2mAQ > div.FeaturedNodeCaption_main__qqqDJ > img.FeaturedNodeCaption_captionCaret__yX0ss |
div.FeaturedNodeHeader_topContentWrapper__IXcnZ > div.FeaturedNodeHeader_chevronRightLinkWrapper__Brmcd > a.FeaturedNodeHeader_chevronRightLink__m6Gwi > img.FeaturedNodeHeader_chevronRight__aSvUB div.FeaturedNodeHeader_topContentWrapper__IXcnZ > div.FeaturedNodeHeader_chevronRightLinkWrapper__Brmcd > a.FeaturedNodeHeader_chevronRightLink__m6Gwi > img.FeaturedNodeHeader_chevronRight__aSvUB |
a.FeaturedNodeEditorsPick_main__IkQkC > div > div.FeaturedNodeEditorsPick_titleWrapper__s2sGK > img.FeaturedNodeEditorsPick_heartsIcon__Nfc5H a.FeaturedNodeEditorsPick_main__IkQkC > div > div.FeaturedNodeEditorsPick_titleWrapper__s2sGK > img.FeaturedNodeEditorsPick_heartsIcon__Nfc5H |
div.FeaturedNodeRankings_main__Kz6_H > div.FeaturedNodeRankings_header__tLhfV > span.FeaturedNodeRankings_arrowsContainer__xpwDu > img div.FeaturedNodeRankings_main__Kz6_H > div.FeaturedNodeRankings_header__tLhfV > span.FeaturedNodeRankings_arrowsContainer__xpwDu > img |
div.FeaturedNodeRankings_main__Kz6_H > div.FeaturedNodeRankings_header__tLhfV > span.FeaturedNodeRankings_arrowsContainer__xpwDu > img div.FeaturedNodeRankings_main__Kz6_H > div.FeaturedNodeRankings_header__tLhfV > span.FeaturedNodeRankings_arrowsContainer__xpwDu > img |
div.FeaturedNode_featured__wDDEQ > div.FeaturedNode_dataSection__dm3Tb > a.FeaturedNode_seeMoreLink__M2RPp > img.FeaturedNode_seeMoreChevron__uChz3 div.FeaturedNode_featured__wDDEQ > div.FeaturedNode_dataSection__dm3Tb > a.FeaturedNode_seeMoreLink__M2RPp > img.FeaturedNode_seeMoreChevron__uChz3 |
div.container_container__WFJ7J > div.container_innerContainer__ZvPLT > div.reranked_title__mFa5N > img.reranked_rerankIcon__V0z2M div.container_container__WFJ7J > div.container_innerContainer__ZvPLT > div.reranked_title__mFa5N > img.reranked_rerankIcon__V0z2M |
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 |
|---|
li.react-multi-carousel-item > div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a li.react-multi-carousel-item > div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > 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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 1 div.react-multi-carousel-list > ul.react-multi-carousel-dot-list > li.react-multi-carousel-dot > button |
Go to slide 2 div.react-multi-carousel-list > ul.react-multi-carousel-dot-list > li.react-multi-carousel-dot > button |
Go to slide 3 div.react-multi-carousel-list > ul.react-multi-carousel-dot-list > li.react-multi-carousel-dot > button |
Go to slide 4 div.react-multi-carousel-list > ul.react-multi-carousel-dot-list > li.react-multi-carousel-dot > button |
Go to slide 5 div.react-multi-carousel-list > ul.react-multi-carousel-dot-list > li.react-multi-carousel-dot > button |
Do not sell or share my personal information. body.__variable_461a26 > div.adthrive-comscore > div#adthrive-ccpa-link > a#ccpaTag |
Terms of Content Use body.__variable_461a26 > div.adthrive-comscore > div.raptive-content-terms-footer > a.raptive-content-terms-footer-link |
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 html |
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) | |
|---|---|---|---|
div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm | /list_editor_img/8229/3168229/original/3168229-u1?auto=fo... | 392 x 210 (1.87) | 710 x 372 (1.91) |
div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm | /list_img_v2/10074/1870074/original/best-short-video-game... | 392 x 210 (1.87) | 710 x 372 (1.91) |
div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm | /list_editor_img/14552/2754552/original/2754552-u1?auto=f... | 392 x 210 (1.87) | 710 x 372 (1.91) |
div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm | /list_editor_img/19186/3319186/original/3319186-u1?auto=f... | 392 x 210 (1.87) | 710 x 372 (1.91) |
div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm | /list_editor_img/6588/3266588/original/3266588-u2?auto=fo... | 392 x 210 (1.87) | 710 x 372 (1.91) |
div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm | /list_editor_img/8229/3168229/original/3168229-u1?auto=fo... | 392 x 210 (1.87) | 710 x 372 (1.91) |
div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm | /list_img_v2/10074/1870074/original/best-short-video-game... | 392 x 210 (1.87) | 710 x 372 (1.91) |
div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm | /list_editor_img/14552/2754552/original/2754552-u1?auto=f... | 392 x 210 (1.87) | 710 x 372 (1.91) |
div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm | /list_editor_img/19186/3319186/original/3319186-u1?auto=f... | 392 x 210 (1.87) | 710 x 372 (1.91) |
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 |
|---|---|
| Topics | ads.adthrive.com/builds/core/bcd2e25/vendor/prebid/es2018/prebid.min.js line 62, col 236510 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://ib.adnxs.com/getuidj?gdpr=1&gdpr_consent=DBABzw~null~BVQqAAAAAgA' from origin 'https://www.ranker.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 | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm |
div.container_innerContainer__ZvPLT > div.RisingAndFallingHeader_main__5oPfc > div.TagWithCaret_main__WoKZX > img.TagWithCaret_caret__bHVnd div.container_innerContainer__ZvPLT > div.RisingAndFallingHeader_main__5oPfc > div.TagWithCaret_main__WoKZX > img.TagWithCaret_caret__bHVnd |
div.FeaturedNodeHeader_topContentWrapper__IXcnZ > div.FeaturedNodeHeader_textWrapper__q2mAQ > div.FeaturedNodeCaption_main__qqqDJ > img.FeaturedNodeCaption_captionCaret__yX0ss div.FeaturedNodeHeader_topContentWrapper__IXcnZ > div.FeaturedNodeHeader_textWrapper__q2mAQ > div.FeaturedNodeCaption_main__qqqDJ > img.FeaturedNodeCaption_captionCaret__yX0ss |
div.FeaturedNodeHeader_topContentWrapper__IXcnZ > div.FeaturedNodeHeader_chevronRightLinkWrapper__Brmcd > a.FeaturedNodeHeader_chevronRightLink__m6Gwi > img.FeaturedNodeHeader_chevronRight__aSvUB div.FeaturedNodeHeader_topContentWrapper__IXcnZ > div.FeaturedNodeHeader_chevronRightLinkWrapper__Brmcd > a.FeaturedNodeHeader_chevronRightLink__m6Gwi > img.FeaturedNodeHeader_chevronRight__aSvUB |
a.FeaturedNodeEditorsPick_main__IkQkC > div > div.FeaturedNodeEditorsPick_titleWrapper__s2sGK > img.FeaturedNodeEditorsPick_heartsIcon__Nfc5H a.FeaturedNodeEditorsPick_main__IkQkC > div > div.FeaturedNodeEditorsPick_titleWrapper__s2sGK > img.FeaturedNodeEditorsPick_heartsIcon__Nfc5H |
div.FeaturedNodeRankings_main__Kz6_H > div.FeaturedNodeRankings_header__tLhfV > span.FeaturedNodeRankings_arrowsContainer__xpwDu > img div.FeaturedNodeRankings_main__Kz6_H > div.FeaturedNodeRankings_header__tLhfV > span.FeaturedNodeRankings_arrowsContainer__xpwDu > img |
div.FeaturedNodeRankings_main__Kz6_H > div.FeaturedNodeRankings_header__tLhfV > span.FeaturedNodeRankings_arrowsContainer__xpwDu > img div.FeaturedNodeRankings_main__Kz6_H > div.FeaturedNodeRankings_header__tLhfV > span.FeaturedNodeRankings_arrowsContainer__xpwDu > img |
div.FeaturedNode_featured__wDDEQ > div.FeaturedNode_dataSection__dm3Tb > a.FeaturedNode_seeMoreLink__M2RPp > img.FeaturedNode_seeMoreChevron__uChz3 div.FeaturedNode_featured__wDDEQ > div.FeaturedNode_dataSection__dm3Tb > a.FeaturedNode_seeMoreLink__M2RPp > img.FeaturedNode_seeMoreChevron__uChz3 |
div.container_container__WFJ7J > div.container_innerContainer__ZvPLT > div.reranked_title__mFa5N > img.reranked_rerankIcon__V0z2M div.container_container__WFJ7J > div.container_innerContainer__ZvPLT > div.reranked_title__mFa5N > img.reranked_rerankIcon__V0z2M |
Format your HTML in a way that enables crawlers to better understand your app’s content.