Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
span#4915780058138510487975 > div#google_image_div > a#aw0 > img.img_ad span#4915780058138510487975 > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/12191315182744102230 | 111.8 KiB | 99.6 KiB |
span#4915780058138483671447 > div#google_image_div > a#aw0 > img.img_ad span#4915780058138483671447 > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/8434104216332036529 | 81.7 KiB | 69.5 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | media.nbcdfw.com/2026/04/tariffs.png?resize=850%2C478&quality=85&strip=all | 64.0 KiB | 51.8 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/party-city-1.jpg?quality=85&strip=all&resize=850... | 53.0 KiB | 51.4 KiB |
XUMO_NBC_DFW_FAST_STREAM img.player__poster | /2024/05/Tile-NBC-Dallas-Fort-Worth.png?resize=850%2C478&... | 44.1 KiB | 35.7 KiB |
Image of trucks at a roof manufacturing company. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/videoframe_13129.png?resize=850%2C478&quality=85... | 32.3 KiB | 26.1 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/lancaster-fire.png?resize=850%2C478&quality=85&s... | 26.5 KiB | 25.7 KiB |
Meet Olive, the Fort Worth Zoo’s new two-toed sloth. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/olive-sloth-fort-worth-zoo-2026.jpeg?quality=85&... | 26.2 KiB | 21.2 KiB |
span#4915780058138483671438 > div#google_image_div > a#aw0 > img.img_ad span#4915780058138483671438 > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/7626312675718402668 | 23.2 KiB | 20.6 KiB |
span#4915780058138520787591 > div#google_image_div > a#aw0 > img.img_ad span#4915780058138520787591 > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/9321499367950707658 | 23.2 KiB | 20.6 KiB |
Businesses say tariff refund portal has flaws div.video-module__column > div.video-module__video > div.video-playlist__placeholder > img | /2026/04/47642238456-1080pnbcstations.jpg?quality=85&stri... | 25.1 KiB | 20.3 KiB |
A portrait of the late Celeste Rivas Hernandez is shown during a press briefing… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/GettyImages-2271742046-e1776890280945.jpg?qualit... | 22.0 KiB | 17.8 KiB |
div#homepage > div#template-hero > div.hero-background > img.hero-background__img div#homepage > div#template-hero > div.hero-background > img.hero-background__img | /2019/09/DFW-1.png?fit=2060%2C847&quality=85&strip=all&w=... | 29.3 KiB | 16.7 KiB |
div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo | /2019/09/DFW_On_Light@3x-1.png?fit=600%2C120&quality=85&s... | 9.9 KiB | 6.1 KiB |
Watch div#home-fast-player > div.hp-livestream__title-container > div.hp-livestream__meta > img.hp-livestream__fast-logo | media.nbcdfw.com/2024/04/DFW-web@3x.png?fit=1173%2C72&quality=85&strip=all | 5.5 KiB | 5.4 KiB |
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.
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.
| URL | Protocol |
|---|---|
| /dvtp_src.js | http/1.1 |
| /dvtp_src.js | http/1.1 |
| /dvtp_src.js | http/1.1 |
| /dvtp_src.js | http/1.1 |
| cdn.doubleverify.com/dv-measurements9761.js | http/1.1 |
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 |
|---|---|
| nbcdfw.com/ | 753 ms |
| www.nbcdfw.com/ | 0.0 ms |
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 |
|---|---|---|
| @charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@700,500,300&display=s… | 29.4 KiB | 29.4 KiB |
| html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6... | 20.1 KiB | 16.8 KiB |
| /wp-content/themes/nbc-station/client/build/css/jwPlayer.... | 22.7 KiB | 16.7 KiB |
| /wp-content/themes/nbc-station/client/build/css/home.6de9... | 17.1 KiB | 13.6 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.
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 |
|---|---|
| Other | 11.3 s |
| Script Evaluation | 10.1 s |
| Style & Layout | 2.5 s |
| Rendering | 1.6 s |
| Script Parsing & Compilation | 1.2 s |
| Garbage Collection | 277 ms |
| Parse HTML & CSS | 252 ms |
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 |
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 |
|---|---|---|
| /wp-content/themes/nbc-station/static/video/videoHeartbea... | 5.7 KiB | 3.0 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.
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 | |
|---|---|
Businesses say tariff refund portal has flaws div.video-module__column > div.video-module__video > div.video-playlist__placeholder > img | /2026/04/47642238456-1080pnbcstations.jpg?quality=85&stri... |
Watch div#home-fast-player > div.hp-livestream__title-container > div.hp-livestream__meta > img.hp-livestream__fast-logo | media.nbcdfw.com/2024/04/DFW-web@3x.png?fit=1173%2C72&quality=85&strip=all |
A portrait of the late Celeste Rivas Hernandez is shown during a press briefing… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/GettyImages-2271742046-e1776890280945.jpg?qualit... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | media.nbcdfw.com/2026/01/DECISION-2026.png?resize=850%2C478&quality=85&strip=all |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47636746812-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/videoframe_3490894.png?resize=850%2C478&quality=... |
Image of trucks at a roof manufacturing company. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/videoframe_13129.png?resize=850%2C478&quality=85... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | media.nbcdfw.com/2026/04/tariffs.png?resize=850%2C478&quality=85&strip=all |
Meet Olive, the Fort Worth Zoo’s new two-toed sloth. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/olive-sloth-fort-worth-zoo-2026.jpeg?quality=85&... |
div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo | /2019/09/DFW_On_Light@3x-1.png?fit=600%2C120&quality=85&s... |
The 307-foot tall landmark UT Tower is pictured on the University of Texas camp… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Rachel Reid, Jacob Tierney a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
NBC 5 Dallas-Fort Worth div.site-footer__wrapper > div.site-footer__identity > a.site-footer__logo > img | /2024/08/KXAS_station_logo_light.png?fit=224%2C58&quality... |
NBC 5 Dallas-Fort Worth div.flyout-nav > div.flyout-nav__logo > a > img | /2024/08/KXAS_station_logo_light.png?fit=224%2C58&quality... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | media.nbcdfw.com/2026/01/DECISION-2026.png?resize=850%2C478&quality=85&strip=all |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | media.nbcdfw.com/2026/01/DECISION-2026.png?resize=850%2C478&quality=85&strip=all |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47636720022-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47636789155-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/lancaster-fire.png?resize=850%2C478&quality=85&s... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/party-city-1.jpg?quality=85&strip=all&resize=850... |
Police arrest suspect in Providence Village hostage standoff a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
Tanner Horner's mother took the stand on Wednesday a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
FWISD new superintendent working to give all teachers a raise a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
Weather Quiz: At what altitude to temperatures fall below freezing? a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
“Glass Half Full” podcast featuring Scott Galloway. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
NFL Christmas Gameday signage on a blimp a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Spirit Airlines a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Condoms a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Keldon Johnson #3 of the San Antonio Spurs reacts. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
WNBA Commissioner Cathy Engelbert speaks. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
MLS Season Pass analyst Taylor Twellman speaks during the Leagues Cup 2024 Medi… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Los Angeles Lakers center Deandre Ayton (5) reacts on the court after a three-p… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Victor Wembanyama #1 of the San Antonio Spurs holds his head. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Dec 14, 2025; Arlington, Texas, USA; Dallas Cowboys place kicker Brandon Aubrey… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Rashan Gary a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Photos from the Nacogdoches County
Sheriff’s Office show a gas well fire in Eto… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
File photo a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
David Howard Thornton a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
George W. Bush Jenna Bush Hager a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
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
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#home-fast-player > div.video-playlist__container > div.player > div.player__overlay div#home-fast-player > div.video-playlist__container > div.player > div.player__overlay |
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 |
|---|
TRENDING div.site-header__secondary > div.site-header__wrap > div.site-header__trending > span.site-header__trending-label |
TONIGHT
66° div > div.weather-widget > div.tonight-tomorrow > div.tonight |
TOMORROW
81° div > div.weather-widget > div.tonight-tomorrow > div.tomorrow |
Copyright © 2026 NBCUniversal Media, LLC. All rights reserved footer.site-footer > div.site-footer__wrapper > div.site-footer__corporate > span.site-footer__corporate-copyright |
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 |
|---|
Police arrest suspect in Providence Village hostage standoff a > div.video-thumbnail__video > div.video-thumbnail__info > h4.video-thumbnail__video-title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#homepage > div#template-hero > div.hero-background > img.hero-background__img div#homepage > div#template-hero > div.hero-background > img.hero-background__img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
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.top-stories-hero__wrapper > div.top-stories-hero__column-1 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column1 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column1 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column1 > div.story-card > a.story-card__thumbnail |
section#nbc_weather_widget-2 > div.nbc-weather-widget > div.nbc_owned_television_stations_weather_iframe > a section#nbc_weather_widget-2 > div.nbc-weather-widget > div.nbc_owned_television_stations_weather_iframe > a |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
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 |
|---|
Apply for an NBCU Local Impact Grant 💰 div.site-header__wrap > div.site-header__trending > nav.site-header__trending-nav > a.site-header__trending-nav-item |
Expand div.site-header__wrap > div.site-header__trending > div.site-header__trending-toggle > button.trending-toggle |
WISE COUNTY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
MILITARY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DESOTO div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DALLAS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
TARIFFS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FORT WORTH ZOO div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WISE COUNTY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FORECAST div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FORT WORTH div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DALLAS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WISE COUNTY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DENTON COUNTY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
LANCASTER div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
RETAIL div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
EDUCATION div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DECISION 2026 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CRIME AND COURTS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
MENTAL HEALTH div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NFL div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
AIRLINES div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WAR WITH IRAN div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WNBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
2026 WORLD CUP div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DALLAS COWBOYS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DALLAS COWBOYS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
AUSTIN div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
OIL & GAS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SEVERE WEATHER div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DECISION 2026 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DECISION 2026 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DECISION 2026 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FASHION div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
THINGS TO DO div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
TELEVISION div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CELEBRITY NEWS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
TODAY SHOW div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
These items highlight common accessibility best practices.
Best Practices
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. |
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 script at 'https://cdn.cookielaw.org/consent/85c84baf-dd98-454a-8ff6-c3847fdbe544/otSDKStub.js' from origin 'https://www.nbcdfw.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff line 1, col 952819 | Error: Source layer "c_05ap16a" does not exist on source "composite" as specified by style layer "county_lines"
at i._validateLayer (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1435349)
at i.<anonymous> (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1432327)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952463)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1338253
at o (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1335987)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:948674 |
/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff line 1, col 952819 | Error: Source layer "coastlines" does not exist on source "composite" as specified by style layer "coastlines"
at i._validateLayer (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1435349)
at i.<anonymous> (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1432327)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952463)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1338253
at o (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1335987)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:948674 |
/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff line 1, col 952819 | Error: Source layer "glin_gl_mainlakes" does not exist on source "composite" as specified by style layer "Great Lakes Coastline"
at i._validateLayer (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1435349)
at i.<anonymous> (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1432327)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952463)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1338253
at o (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1335987)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:948674 |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 451 () | |
widgets.media.weather.com/wxwidget.loader.js?cid=369362872&ver=latest line 1, col 433873 | Uncaught (in promise) TypeError: Cannot read properties of null (reading 'clientHeight') |
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#homepage > div#template-hero > div.hero-background > img.hero-background__img div#homepage > div#template-hero > div.hero-background > img.hero-background__img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.