Skip to content
https://mtv.com

Lighthouse Mobile

· 0 checks — Mobile 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.

31

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.

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

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.css-1qaokcm > div.css-6dc4ln > picture.e1mxgzgd4 > img.css-1mqmqj9 div.css-1qaokcm > div.css-6dc4ln > picture.e1mxgzgd4 > img.css-1mqmqj9
/uri/mgid:arc:imageassetref:ws.mtv.com:6cad827e-3c34-4ee7...170.8 KiB114.5 KiB
Love & Hip Hop Atlanta div.css-1qaokcm > div.css-6dc4ln > picture.e1mxgzgd4 > img.css-1mqmqj9
/uri/mgid:arc:imageassetref:ws.mtv.com:427931c1-0e9f-4243...140.8 KiB84.6 KiB
RuPaul's Drag Race Global All Stars a#homepage_module-3_standard-2x3-carousel_property-card-4 > div.css-8ylbj9 > picture.e1uhtzbc4 > img.css-1ysifm7
/uri/mgid:arc:imageassetref:ws.mtv.com:083508f7-97d7-4dd3...69.0 KiB55.1 KiB
RuPaul's Drag Race All Stars: Untucked a#homepage_module-3_standard-2x3-carousel_property-card-3 > div.css-8ylbj9 > picture.e1uhtzbc4 > img.css-1ysifm7
/uri/mgid:arc:imageassetref:ws.mtv.com:c1fd625f-6af3-4e77...49.5 KiB35.7 KiB
div.css-s93wb1 > div.css-mi0ye6 > picture.e1y1dkec12 > img.css-14r718h div.css-s93wb1 > div.css-mi0ye6 > picture.e1y1dkec12 > img.css-14r718h
/uri/mgid:arc:imageassetref:ws.mtv.com:3b883c51-c63d-46a8...44.9 KiB30.9 KiB
RuPaul's Secret Celebrity Drag Race a#homepage_module-3_standard-2x3-carousel_property-card-6 > div.css-8ylbj9 > picture.e1uhtzbc4 > img.css-1ysifm7
/uri/mgid:arc:imageassetref:ws.mtv.com:ffeeeb0d-f4fd-4b88...40.6 KiB26.8 KiB
RuPaul's Drag Race: Untucked a#homepage_module-3_standard-2x3-carousel_property-card-1 > div.css-8ylbj9 > picture.e1uhtzbc4 > img.css-1ysifm7
/uri/mgid:arc:imageassetref:ws.mtv.com:bf252860-8b8e-4d50...40.4 KiB26.6 KiB
RuPaul's Drag Race a#homepage_module-3_standard-2x3-carousel_property-card-0 > div.css-8ylbj9 > picture.e1uhtzbc4 > img.css-1ysifm7
/uri/mgid:arc:imageassetref:ws.mtv.com:f122fdc5-f0e3-493e...35.7 KiB23.5 KiB
RuPaul's Drag Race Holi-slay Spectacular a#homepage_module-3_standard-2x3-carousel_property-card-5 > div.css-8ylbj9 > picture.e1uhtzbc4 > img.css-1ysifm7
/uri/mgid:arc:imageassetref:ws.mtv.com:b51993f2-ac2d-42e5...28.8 KiB19.0 KiB
RuPaul's Drag Race All Stars a#homepage_module-3_standard-2x3-carousel_property-card-2 > div.css-8ylbj9 > picture.e1uhtzbc4 > img.css-1ysifm7
/uri/mgid:arc:imageassetref:ws.mtv.com:c67da42f-238b-493b...26.6 KiB17.5 KiB

Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:label label:Subpart valueType:text] map[key:duration label:Duration valueType:ms]]
items: [map[duration:518.451 label:Time to first byte subpart:timeToFirstByte] map[duration:2038.363 label:Element render delay subpart:elementRenderDelay]]
lhId: page-10-H3
nodeLabel: Watch Full Episodes
path: 1,HTML,1,BODY,1,DIV,0,SECTION,4,MAIN,1,DIV,0,SECTION,0,DIV,0,H3
selector: div.css-gotbmq > section.css-s4cnoh > div.css-1prruav > h3.e1sjarx21
snippet: <h3 class="e1sjarx21 css-u89l36 ej6egnx0">

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

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 880 ms
URLTime Spent
mtv.com/880 ms
www.mtv.com/0.0 ms

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.

Why this matters

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.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation4.4 s
Other1.5 s
Script Parsing & Compilation1.3 s
Style & Layout605 ms
Parse HTML & CSS212 ms
Rendering207 ms
Garbage Collection177 ms

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: 0.0 ms 19.1 KiB
URLTransfer SizeEst Savings
22.1 KiB19.1 KiB

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

Layout shift culprits
Optimize DOM size
Font display
Forced reflow
Modern HTTP
Render blocking requests
Optimize viewport for mobile
Minify CSS
Minify JavaScript
Avoid long main-thread tasks 20 long tasks found
Avoid non-composited animations 1 animated element found
Image elements have explicit `width` and `height`
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 40 ms
Server Backend Latencies 160 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 100 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
LCP request discovery
User Timing marks and measures
97

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Watch Full Episodes div.css-gotbmq > section.css-s4cnoh > div.css-1prruav > h3.e1sjarx21
Love & Hip Hop Atlanta li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-0 > div.css-73d27y > div.css-dq78gc
S13 E16 Southern Fried Lies li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-0 > div.css-73d27y > div.css-x5a1n8
41m 50s a#homepage_module-1_standard-16x9-carousel_episode-card-0 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
02/17/2026 a#homepage_module-1_standard-16x9-carousel_episode-card-0 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge: Home Turf li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-1 > div.css-73d27y > div.css-dq78gc
S1 E8 Johnny "Bananas" Devenanzio li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-1 > div.css-73d27y > div.css-x5a1n8
29m 17s a#homepage_module-1_standard-16x9-carousel_episode-card-1 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
03/21/2024 a#homepage_module-1_standard-16x9-carousel_episode-card-1 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge: Home Turf li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-2 > div.css-73d27y > div.css-dq78gc
S1 E7 Tula "Big T" Fazakerley li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-2 > div.css-73d27y > div.css-x5a1n8
30m 7s a#homepage_module-1_standard-16x9-carousel_episode-card-2 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
03/14/2024 a#homepage_module-1_standard-16x9-carousel_episode-card-2 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge: Home Turf li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-3 > div.css-73d27y > div.css-dq78gc
S1 E6 Devin Walker li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-3 > div.css-73d27y > div.css-x5a1n8
36m 26s a#homepage_module-1_standard-16x9-carousel_episode-card-3 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
03/07/2024 a#homepage_module-1_standard-16x9-carousel_episode-card-3 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge: Home Turf li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-4 > div.css-73d27y > div.css-dq78gc
S1 E5 Tori Deal li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-4 > div.css-73d27y > div.css-x5a1n8
26m 39s a#homepage_module-1_standard-16x9-carousel_episode-card-4 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
02/28/2024 a#homepage_module-1_standard-16x9-carousel_episode-card-4 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge: Home Turf li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-5 > div.css-73d27y > div.css-dq78gc
S1 E4 Darrell Taylor li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-5 > div.css-73d27y > div.css-x5a1n8
31m 35s a#homepage_module-1_standard-16x9-carousel_episode-card-5 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
02/21/2024 a#homepage_module-1_standard-16x9-carousel_episode-card-5 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge: Home Turf li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-6 > div.css-73d27y > div.css-dq78gc
S1 E3 Amanda Garcia li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-6 > div.css-73d27y > div.css-x5a1n8
27m 33s a#homepage_module-1_standard-16x9-carousel_episode-card-6 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
02/15/2024 a#homepage_module-1_standard-16x9-carousel_episode-card-6 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge: Home Turf li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-7 > div.css-73d27y > div.css-dq78gc
S1 E2 Cara Maria Sorbello li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-7 > div.css-73d27y > div.css-x5a1n8
29m 17s a#homepage_module-1_standard-16x9-carousel_episode-card-7 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
02/08/2024 a#homepage_module-1_standard-16x9-carousel_episode-card-7 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge: Home Turf li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-8 > div.css-73d27y > div.css-dq78gc
S1 E1 Chris "CT" Tamburello li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-8 > div.css-73d27y > div.css-x5a1n8
41m 16s a#homepage_module-1_standard-16x9-carousel_episode-card-8 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
02/01/2024 a#homepage_module-1_standard-16x9-carousel_episode-card-8 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Glam Slam li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-9 > div.css-73d27y > div.css-dq78gc
S1 E7 Olivia Lux vs. Luxx Noir London li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-9 > div.css-73d27y > div.css-x5a1n8
25m 26s a#homepage_module-1_standard-16x9-carousel_episode-card-9 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
01/05/2024 a#homepage_module-1_standard-16x9-carousel_episode-card-9 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Glam Slam li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-10 > div.css-73d27y > div.css-dq78gc
S1 E6 Jan vs. Luxx Noir London li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-10 > div.css-73d27y > div.css-x5a1n8
26m 55s a#homepage_module-1_standard-16x9-carousel_episode-card-10 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
12/29/2023 a#homepage_module-1_standard-16x9-carousel_episode-card-10 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Glam Slam li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-11 > div.css-73d27y > div.css-dq78gc
S1 E5 Thorgy Thor vs. Olivia Lux li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-11 > div.css-73d27y > div.css-x5a1n8
24m 40s a#homepage_module-1_standard-16x9-carousel_episode-card-11 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
12/22/2023 a#homepage_module-1_standard-16x9-carousel_episode-card-11 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Glam Slam li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-12 > div.css-73d27y > div.css-dq78gc
S1 E4 Luxx Noir London vs. Robin Fierce li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-12 > div.css-73d27y > div.css-x5a1n8
21m 35s a#homepage_module-1_standard-16x9-carousel_episode-card-12 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
12/18/2023 a#homepage_module-1_standard-16x9-carousel_episode-card-12 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Glam Slam li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-13 > div.css-73d27y > div.css-dq78gc
S1 E3 Yuhua vs. Olivia li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-13 > div.css-73d27y > div.css-x5a1n8
20m 9s a#homepage_module-1_standard-16x9-carousel_episode-card-13 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
12/11/2023 a#homepage_module-1_standard-16x9-carousel_episode-card-13 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Glam Slam li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-14 > div.css-73d27y > div.css-dq78gc
S1 E2 Jan vs. Loosey li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-14 > div.css-73d27y > div.css-x5a1n8
20m 48s a#homepage_module-1_standard-16x9-carousel_episode-card-14 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
12/04/2023 a#homepage_module-1_standard-16x9-carousel_episode-card-14 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Glam Slam li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-15 > div.css-73d27y > div.css-dq78gc
S1 E1 Milk vs. Thorgy li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-15 > div.css-73d27y > div.css-x5a1n8
21m 57s a#homepage_module-1_standard-16x9-carousel_episode-card-15 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
11/26/2023 a#homepage_module-1_standard-16x9-carousel_episode-card-15 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Catfish: The TV Show li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-16 > div.css-73d27y > div.css-dq78gc
S8 E83 Cody & Brittany li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-16 > div.css-73d27y > div.css-x5a1n8
41m 49s a#homepage_module-1_standard-16x9-carousel_episode-card-16 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
10/10/2023 a#homepage_module-1_standard-16x9-carousel_episode-card-16 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Catfish: The TV Show li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-17 > div.css-73d27y > div.css-dq78gc
S8 E82 Shi & Mira li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-17 > div.css-73d27y > div.css-x5a1n8
41m 50s a#homepage_module-1_standard-16x9-carousel_episode-card-17 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
10/03/2023 a#homepage_module-1_standard-16x9-carousel_episode-card-17 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge Workout li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-18 > div.css-73d27y > div.css-dq78gc
S2 E8 Heavy Full Body li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-18 > div.css-73d27y > div.css-x5a1n8
34m 20s a#homepage_module-1_standard-16x9-carousel_episode-card-18 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
06/16/2023 a#homepage_module-1_standard-16x9-carousel_episode-card-18 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge Workout li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-19 > div.css-73d27y > div.css-dq78gc
S2 E7 Lower Body li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-19 > div.css-73d27y > div.css-x5a1n8
35m a#homepage_module-1_standard-16x9-carousel_episode-card-19 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
06/16/2023 a#homepage_module-1_standard-16x9-carousel_episode-card-19 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge Workout li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-20 > div.css-73d27y > div.css-dq78gc
S2 E6 Upper Body li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-20 > div.css-73d27y > div.css-x5a1n8
34m 32s a#homepage_module-1_standard-16x9-carousel_episode-card-20 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
06/16/2023 a#homepage_module-1_standard-16x9-carousel_episode-card-20 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge Workout li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-21 > div.css-73d27y > div.css-dq78gc
S2 E5 Compound Moves li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-21 > div.css-73d27y > div.css-x5a1n8
34m 3s a#homepage_module-1_standard-16x9-carousel_episode-card-21 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
06/16/2023 a#homepage_module-1_standard-16x9-carousel_episode-card-21 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge Workout li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-22 > div.css-73d27y > div.css-dq78gc
S2 E4 Core & Cardio li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-22 > div.css-73d27y > div.css-x5a1n8
35m 9s a#homepage_module-1_standard-16x9-carousel_episode-card-22 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
06/16/2023 a#homepage_module-1_standard-16x9-carousel_episode-card-22 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge Workout li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-23 > div.css-73d27y > div.css-dq78gc
S2 E3 Push & Pull li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-23 > div.css-73d27y > div.css-x5a1n8
34m 35s a#homepage_module-1_standard-16x9-carousel_episode-card-23 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
06/16/2023 a#homepage_module-1_standard-16x9-carousel_episode-card-23 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge Workout li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-24 > div.css-73d27y > div.css-dq78gc
S2 E2 Ass Day li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-24 > div.css-73d27y > div.css-x5a1n8
33m 37s a#homepage_module-1_standard-16x9-carousel_episode-card-24 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
06/16/2023 a#homepage_module-1_standard-16x9-carousel_episode-card-24 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge Workout li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-25 > div.css-73d27y > div.css-dq78gc
S2 E1 Bodyweight li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-25 > div.css-73d27y > div.css-x5a1n8
34m 35s a#homepage_module-1_standard-16x9-carousel_episode-card-25 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
06/16/2023 a#homepage_module-1_standard-16x9-carousel_episode-card-25 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge Workout li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-26 > div.css-73d27y > div.css-dq78gc
S1 E6 Full Body Body-Weight with Rachel and Nicole li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-26 > div.css-73d27y > div.css-x5a1n8
33m 58s a#homepage_module-1_standard-16x9-carousel_episode-card-26 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
09/12/2022 a#homepage_module-1_standard-16x9-carousel_episode-card-26 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge Workout li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-27 > div.css-73d27y > div.css-dq78gc
S1 E5 Ass and Abs with Rachel and Devyn li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-27 > div.css-73d27y > div.css-x5a1n8
35m 13s a#homepage_module-1_standard-16x9-carousel_episode-card-27 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
09/12/2022 a#homepage_module-1_standard-16x9-carousel_episode-card-27 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge Workout li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-28 > div.css-73d27y > div.css-dq78gc
S1 E4 Chest and Back with Rachel and Corey li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-28 > div.css-73d27y > div.css-x5a1n8
34m 53s a#homepage_module-1_standard-16x9-carousel_episode-card-28 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
09/12/2022 a#homepage_module-1_standard-16x9-carousel_episode-card-28 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge Workout li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-29 > div.css-73d27y > div.css-dq78gc
S1 E3 Arms with Rachel & Mark li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-29 > div.css-73d27y > div.css-x5a1n8
35m 16s a#homepage_module-1_standard-16x9-carousel_episode-card-29 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
09/12/2022 a#homepage_module-1_standard-16x9-carousel_episode-card-29 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge Workout li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-30 > div.css-73d27y > div.css-dq78gc
S1 E2 Leg Day with Rachel & Tori li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-30 > div.css-73d27y > div.css-x5a1n8
33m 53s a#homepage_module-1_standard-16x9-carousel_episode-card-30 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
09/12/2022 a#homepage_module-1_standard-16x9-carousel_episode-card-30 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
The Challenge Workout li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-31 > div.css-73d27y > div.css-dq78gc
S1 E1 Full Body with Nelson Thomas li.swiper-slide > a#homepage_module-1_standard-16x9-carousel_episode-card-31 > div.css-73d27y > div.css-x5a1n8
35m 42s a#homepage_module-1_standard-16x9-carousel_episode-card-31 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
09/12/2022 a#homepage_module-1_standard-16x9-carousel_episode-card-31 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
All Things RuPaul’s Drag Race div.css-gotbmq > section.css-16xfhc7 > div.css-1prruav > h3.e1sjarx21
Whatcha Packin' div.css-gotbmq > section.css-170f2aw > div.css-1prruav > h3.e1sjarx21
Whatcha Packin' - Juicy Love Dion li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-0 > div.css-73d27y > div.css-dq78gc
10m 49s a#homepage_module-4_standard-16x9-carousel_clip-card-0 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
04/10/2026 a#homepage_module-4_standard-16x9-carousel_clip-card-0 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Jane Don't li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-1 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Jane Don't's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-1 > div.css-73d27y > div.css-x5a1n8
10m 40s a#homepage_module-4_standard-16x9-carousel_clip-card-1 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
04/03/2026 a#homepage_module-4_standard-16x9-carousel_clip-card-1 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Discord Addams li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-2 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Discord Addams's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-2 > div.css-73d27y > div.css-x5a1n8
9m 59s a#homepage_module-4_standard-16x9-carousel_clip-card-2 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
03/27/2026 a#homepage_module-4_standard-16x9-carousel_clip-card-2 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Kenya Pleaser li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-3 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Kenya Pleaser's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-3 > div.css-73d27y > div.css-x5a1n8
11m 1s a#homepage_module-4_standard-16x9-carousel_clip-card-3 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
03/20/2026 a#homepage_module-4_standard-16x9-carousel_clip-card-3 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Athena Dion li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-4 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Athena Dion's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-4 > div.css-73d27y > div.css-x5a1n8
10m 45s a#homepage_module-4_standard-16x9-carousel_clip-card-4 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
03/06/2026 a#homepage_module-4_standard-16x9-carousel_clip-card-4 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Mia Starr li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-5 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Mia Starr's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-5 > div.css-73d27y > div.css-x5a1n8
10m 16s a#homepage_module-4_standard-16x9-carousel_clip-card-5 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
02/27/2026 a#homepage_module-4_standard-16x9-carousel_clip-card-5 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Vita VonTesse Starr li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-6 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Vita VonTesse Starr's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-6 > div.css-73d27y > div.css-x5a1n8
10m 1s a#homepage_module-4_standard-16x9-carousel_clip-card-6 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
02/20/2026 a#homepage_module-4_standard-16x9-carousel_clip-card-6 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Ciara Myst li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-7 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Ciara Myst's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-7 > div.css-73d27y > div.css-x5a1n8
10m 59s a#homepage_module-4_standard-16x9-carousel_clip-card-7 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
02/13/2026 a#homepage_module-4_standard-16x9-carousel_clip-card-7 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Briar Blush li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-8 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Briar Blush's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-8 > div.css-73d27y > div.css-x5a1n8
10m 55s a#homepage_module-4_standard-16x9-carousel_clip-card-8 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
01/30/2026 a#homepage_module-4_standard-16x9-carousel_clip-card-8 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Mandy Mango li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-9 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Mandy Mango's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-9 > div.css-73d27y > div.css-x5a1n8
10m 33s a#homepage_module-4_standard-16x9-carousel_clip-card-9 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
01/23/2026 a#homepage_module-4_standard-16x9-carousel_clip-card-9 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - DD Fuego li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-10 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks DD Fuego's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-10 > div.css-73d27y > div.css-x5a1n8
9m 58s a#homepage_module-4_standard-16x9-carousel_clip-card-10 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
01/15/2026 a#homepage_module-4_standard-16x9-carousel_clip-card-10 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Suzie Toot li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-11 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Suzie Toot's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-11 > div.css-73d27y > div.css-x5a1n8
11m 40s a#homepage_module-4_standard-16x9-carousel_clip-card-11 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
04/11/2025 a#homepage_module-4_standard-16x9-carousel_clip-card-11 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Lana Ja'Rae li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-12 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Lana Ja'Rae's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-12 > div.css-73d27y > div.css-x5a1n8
9m 45s a#homepage_module-4_standard-16x9-carousel_clip-card-12 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
03/31/2025 a#homepage_module-4_standard-16x9-carousel_clip-card-12 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Lydia B Kollins li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-13 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Lydia B Kollins's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-13 > div.css-73d27y > div.css-x5a1n8
10m 26s a#homepage_module-4_standard-16x9-carousel_clip-card-13 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
03/21/2025 a#homepage_module-4_standard-16x9-carousel_clip-card-13 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Arrietty li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-14 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Arrietty's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-14 > div.css-73d27y > div.css-x5a1n8
10m 13s a#homepage_module-4_standard-16x9-carousel_clip-card-14 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
03/13/2025 a#homepage_module-4_standard-16x9-carousel_clip-card-14 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Kori King li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-15 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Kori King's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-15 > div.css-73d27y > div.css-x5a1n8
10m 39s a#homepage_module-4_standard-16x9-carousel_clip-card-15 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
03/10/2025 a#homepage_module-4_standard-16x9-carousel_clip-card-15 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Acacia Forgot li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-16 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Acacia Forgot's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-16 > div.css-73d27y > div.css-x5a1n8
10m 21s a#homepage_module-4_standard-16x9-carousel_clip-card-16 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
03/04/2025 a#homepage_module-4_standard-16x9-carousel_clip-card-16 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Crystal Envy li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-17 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Crystal Envy's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-17 > div.css-73d27y > div.css-x5a1n8
10m 32s a#homepage_module-4_standard-16x9-carousel_clip-card-17 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
02/24/2025 a#homepage_module-4_standard-16x9-carousel_clip-card-17 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Hormona Lisa li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-18 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Hormona Lisa's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-18 > div.css-73d27y > div.css-x5a1n8
10m 24s a#homepage_module-4_standard-16x9-carousel_clip-card-18 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
02/18/2025 a#homepage_module-4_standard-16x9-carousel_clip-card-18 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Joella li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-19 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Joella's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-19 > div.css-73d27y > div.css-x5a1n8
9m 34s a#homepage_module-4_standard-16x9-carousel_clip-card-19 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
02/03/2025 a#homepage_module-4_standard-16x9-carousel_clip-card-19 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Whatcha Packin' - Lucky Starzzz li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-20 > div.css-73d27y > div.css-dq78gc
Michelle Visage unpacks Lucky Starzzz's time on the show. li.swiper-slide > a#homepage_module-4_standard-16x9-carousel_clip-card-20 > div.css-73d27y > div.css-x5a1n8
10m 54s a#homepage_module-4_standard-16x9-carousel_clip-card-20 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
02/03/2025 a#homepage_module-4_standard-16x9-carousel_clip-card-20 > div.css-73d27y > ul.css-l83h9n > li.css-dge5yg
Lifestyle Reality div.css-gotbmq > section.css-18ex1qd > div.css-1prruav > h3.e1sjarx21
Browse All div.css-gotbmq > section.css-zn49rg > div.css-1prruav > h3.e1sjarx21
View More div.css-gotbmq > section.css-zn49rg > div.css-1prruav > a.css-3u9tmg

These are opportunities to improve the legibility of your content.

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
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
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 with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
ARIA `progressbar` elements have accessible names
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
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
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
Uses ARIA roles only on compatible elements
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
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
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
`<frame>` or `<iframe>` elements have a title
`<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.
Image elements do not have `[alt]` attributes that are redundant text.
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.
96

Best Practices

General

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
Failed to load resource: the server responded with a status of 404 ()
Failed to load resource: the server responded with a status of 404 ()

Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uses HTTPS
Avoids deprecated APIs
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 DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
100

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.

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
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback