Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 9.9s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
High page weight means excess energy use and carbon emissions per visit.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'AWSALB' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 24.3 MB (7.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/3a311c12-bab9-4580-8fe3-82d97ea11529)<a href="https://beavercheck.com/results/3a311c12-bab9-4580-8fe3-82d97ea11529"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcnbc.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcnbc.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 9.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 9.9s to load
+12% bounceUsers abandon at ~3s — you're 7.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 10.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
98 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€340 investment → €4,633/month returns + EUR 120,500,000 risk avoided
€340
4h · 5 findings
€4,633 /mo
~€55,594 / year
EUR 120,500,000
if kept compliant
€170 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,022 / year if left unfixed
€120,500,000
+6 more
€1.80 /mo
24254.8 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.73 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.87 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
10.09 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.268
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.40 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
57.31 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| zephr-templates.cnbc.com/integration.js | 4.0 KiB | 800 ms |
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 |
|---|---|
| cnbc.com/ | 950 ms |
| www.cnbc.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 |
|---|---|
Israel and Lebanon agree to 10-day ceasefire, Trump says
Here’s the latest tank… div > div.homepage > div.PageBuilder-pageWrapper > div.PageBuilder-containerFluidWidths | 0.169 |
Israel and Lebanon agree to 10-day ceasefire, Trump says a > div > picture > img | 0.053 |
This site is now part of Versant. By continuing, you agree to our Terms. You al… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.014 |
This site is now part of Versant. By continuing, you agree to our Terms. You al… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.012 |
This site is now part of Versant. By continuing, you agree to our Terms. You al… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.007 |
This site is now part of Versant. By continuing, you agree to our Terms. You al… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.004 |
This site is now part of Versant. By continuing, you agree to our Terms. You al… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
This site is now part of Versant. By continuing, you agree to our Terms. You al… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
This site is now part of Versant. By continuing, you agree to our Terms. You al… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
This site is now part of Versant. By continuing, you agree to our Terms. You al… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
This site is now part of Versant. By continuing, you agree to our Terms. You al… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
This site is now part of Versant. By continuing, you agree to our Terms. You al… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
+49.10
+0.10% div#market-data-scroll-container > a.MarketCard-container > div.MarketCard-row > div.MarketCard-changeData | 0.000 |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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 | 20.7 s |
| Other | 4.8 s |
| Script Parsing & Compilation | 2.3 s |
| Style & Layout | 2.1 s |
| Rendering | 1.1 s |
| Parse HTML & CSS | 655 ms |
| Garbage Collection | 510 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 a sub 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 |
|---|---|---|
| unpkg.com/@amplitude/experiment-js-client@1.15.5/dist/experiment.umd.js | 42.1 KiB | 19.3 KiB |
| app.mps.vsnt.net/fetch/ext/load-cnbc-web.js?nowrite=2 | 56.0 KiB | 17.2 KiB |
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.8 KiB | 2.6 KiB |
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";.Modal-modalBackground{background:#000000b3;height:100%;left:0;overflow-y:auto; … } … | 105.4 KiB | 98.8 KiB |
| 22.5 KiB | 20.2 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 | |
|---|---|
California Consumer Privacy Act (CCPA) Opt-Out Icon div.CNBCFooter-wrapper > ul.CNBCFooter-legal > li.CNBCFooter-legalItem > img.CNBCFooter-legalIcon | static-redesign.cnbcfm.com/dist/17269f1b6083fd5f61be.svg |
Reuters logo div.CNBCFooter-wrapper > p.CNBCFooter-reutersInfo > a > img.CNBCFooter-reutersLogo | static-redesign.cnbcfm.com/dist/09c161b9810767a7849e.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
S&P section.MarketMovers-container > section.MarketMovers-titleContainer > div.MarketMoversMenu-moverContainer > button#market-tab-SP500 |
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.
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 |
|---|
EUR section#Homepage-MarketsBanner-1 > div.MarketsBannerMenu-marketBannerMenuWrapper > div.MarketsBannerMenu-container > button.MarketsBannerMenu-marketOption |
ASIA section#Homepage-MarketsBanner-1 > div.MarketsBannerMenu-marketBannerMenuWrapper > div.MarketsBannerMenu-container > button.MarketsBannerMenu-marketOption |
BONDS section#Homepage-MarketsBanner-1 > div.MarketsBannerMenu-marketBannerMenuWrapper > div.MarketsBannerMenu-container > button.MarketsBannerMenu-marketOption |
OIL section#Homepage-MarketsBanner-1 > div.MarketsBannerMenu-marketBannerMenuWrapper > div.MarketsBannerMenu-container > button.MarketsBannerMenu-marketOption |
GOLD section#Homepage-MarketsBanner-1 > div.MarketsBannerMenu-marketBannerMenuWrapper > div.MarketsBannerMenu-container > button.MarketsBannerMenu-marketOption |
FX section#Homepage-MarketsBanner-1 > div.MarketsBannerMenu-marketBannerMenuWrapper > div.MarketsBannerMenu-container > button.MarketsBannerMenu-marketOption |
LAST | 1:31:55 PM EDT div#market-data-scroll-container > a.MarketCard-container > div.MarketCard-row > span.MarketCard-lastTime |
LAST | 1:32:13 PM EDT div#market-data-scroll-container > a.MarketCard-container > div.MarketCard-row > span.MarketCard-lastTime |
LAST | 1:32:13 PM EDT div#market-data-scroll-container > a.MarketCard-container > div.MarketCard-row > span.MarketCard-lastTime |
LAST | 1:17:00 PM EDT div#market-data-scroll-container > a.MarketCard-container > div.MarketCard-row > span.MarketCard-lastTime |
LAST | 1:32:01 PM EDT div#market-data-scroll-container > a.MarketCard-container > div.MarketCard-row > span.MarketCard-lastTime |
16 MIN AGO div.LatestNews-container > div.LatestNews-headlineWrapper > span.LatestNews-wrapper > time.LatestNews-timestamp |
16 MIN AGO div.LatestNews-container > div.LatestNews-headlineWrapper > span.LatestNews-wrapper > time.LatestNews-timestamp |
41 MIN AGO div.LatestNews-container > div.LatestNews-headlineWrapper > span.LatestNews-wrapper > time.LatestNews-timestamp |
52 MIN AGO div.LatestNews-container > div.LatestNews-headlineWrapper > span.LatestNews-wrapper > time.LatestNews-timestamp |
1 HOUR AGO div.LatestNews-container > div.LatestNews-headlineWrapper > span.LatestNews-wrapper > time.LatestNews-timestamp |
1 HOUR AGO div.LatestNews-container > div.LatestNews-headlineWrapper > span.LatestNews-wrapper > time.LatestNews-timestamp |
These are opportunities to improve the legibility of your content.
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 |
|---|
News Tips div.CNBCFooter-wrapper > ul.CNBCFooter-section > li.CNBCFooter-sectionItem > h4.CNBCFooter-sectionTitle |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
CNBC Pro li#Homepage-latestNews-9-0 > div.LatestNews-container > div.LatestNews-headlineWrapper > a.ProPill-proPillLink |
CNBC Pro li#Homepage-latestNews-9-4 > div.LatestNews-container > div.LatestNews-headlineWrapper > a.ProPill-proPillLink |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
CNBC Pro div.RiverPlusCard-container > div.RiverPlusCard-cardLeft > div.RiverHeadline-headline > a.ProPill-proPillLink |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
CNBC Investing Club div.RiverPlusCard-container > div.RiverPlusCard-cardLeft > div.RiverHeadline-headline > a.InvestingClubPill-investingClubPillLink |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div#Homepage-riverPlus-14-8 > div.RiverThumbnail-breakerImage > div.RiverThumbnail-imageThumbnail > a div#Homepage-riverPlus-14-8 > div.RiverThumbnail-breakerImage > div.RiverThumbnail-imageThumbnail > a |
div#Homepage-riverPlus-14-9 > div.RiverThumbnail-breakerImage > div.RiverThumbnail-imageThumbnail > a div#Homepage-riverPlus-14-9 > div.RiverThumbnail-breakerImage > div.RiverThumbnail-imageThumbnail > a |
CNBC Pro div.RiverPlusCard-container > div.RiverPlusCard-cardLeft > div.RiverHeadline-headline > a.ProPill-proPillLink |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
CNBC Pro div > div.Card-pro > div > a.ProPill-proPillLink |
CNBC Pro div > div.Card-pro > div > a.ProPill-proPillLink |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-section div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-section |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-section div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-section |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
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.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ALB
Albemarle Corp
13.44%
ON
ON Semiconductor Corp
8.381%
JBHT
J.B. Hu… section.MarketMovers-container > section.MarketMovers-marketTopContainer > section.MarketTop-container > table.MarketTop-topTable |
ABT
Abbott Laboratories
6.769%
SCHW
Charles Schwab Corp
5.784%
CCL
Car… section.MarketMovers-container > section.MarketMovers-marketTopContainer > section.MarketTop-container > table.MarketTop-topTable |
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 |
|---|---|
| AttributionReporting | static-redesign.cnbcfm.com/dist/main-14aa3ba272b3c74c753f.js line 1, col 48387 |
| Topics | invstatic101.creativecdn.com/encrypted-signals/encrypted-tag-g.js line 5, col 1847 |
| Unload event listeners are deprecated and will be removed. | static.polarcdn.com/creative/creative.js line 1, col 22712 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
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 |
|---|---|
static-redesign.cnbcfm.com/dist/main-14aa3ba272b3c74c753f.js line 1, col 27609 | [AccessEnabler.js][error] Callback [ sendTrackingData ] is NOT implemented! Invoked with params [ authenticationDetection,false,,,,mobile,html5,Android 1.x, ]. |
Access to fetch at 'https://api.rlcdn.com/api/identity/envelope?pid=1258' from origin 'https://www.cnbc.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
static-redesign.cnbcfm.com/dist/main-14aa3ba272b3c74c753f.js line 759, col 778708 | Error: <svg> attribute width: Expected length, "auto". |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 401 () |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Cookie |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Your Privacy Choices div.CNBCFooter-wrapper > ul.CNBCFooter-legal > li.CNBCFooter-legalItem > a.ot-sdk-show-settings |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.43 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.43 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.03 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.735
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.89 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
14.03 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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.
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.
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Israel and Lebanon agree to 10-day ceasefire, Trump says a > div > picture > img | /api/v1/image/108287468-1775499389027-gettyimages-2270103... | 37.0 KiB | 15.7 KiB |
body > div body > div | /simgad/13344858206932656061?sqp=uqWu0g0HCFoQ2AVAZA&rs=AO... | 22.4 KiB | 11.7 KiB |
S&P 500 and Nasdaq rise, hit fresh record highs: Live updates a > span.transition-fade-appear-done > picture > img | /api/v1/image/108292448-1776346447331-108292448-177634477... | 12.1 KiB | 5.1 KiB |
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.
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 |
|---|---|
| cnbc.com/ | 398 ms |
| www.cnbc.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 |
|---|---|
Israel and Lebanon agree to 10-day ceasefire, Trump says
Here’s the latest tank… div > div.homepage > div.PageBuilder-pageWrapper > div.PageBuilder-containerFluidWidths | 0.640 |
Israel and Lebanon agree to 10-day ceasefire, Trump says
Here’s the latest tank… div > div.homepage > div.PageBuilder-pageWrapper > div.PageBuilder-containerFluidWidths | 0.044 |
Israel and Lebanon agree to 10-day ceasefire, Trump says
Here’s the latest tank… div > div.homepage > div.PageBuilder-pageWrapper > div.PageBuilder-containerFluidWidths | 0.024 |
LATEST NEWS
17 MIN AGO
Oracle’s stock has rallied nearly 30% this week, but cha… div.PageBuilder-containerFluidWidths > div.SidebarArticle-sidebar > div.SidebarArticle-noSticky > div | 0.014 |
Israel and Lebanon agree to 10-day ceasefire, Trump says
Here’s the latest tank… div > div.homepage > div.PageBuilder-pageWrapper > div.PageBuilder-containerFluidWidths | 0.013 |
This site is now part of Versant. By continuing, you agree to our Terms. You al… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.004 |
This site is now part of Versant. By continuing, you agree to our Terms. You al… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.004 |
This site is now part of Versant. By continuing, you agree to our Terms. You al… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.003 |
This site is now part of Versant. By continuing, you agree to our Terms. You al… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
This site is now part of Versant. By continuing, you agree to our Terms. You al… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.000 |
This site is now part of Versant. By continuing, you agree to our Terms. You al… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.000 |
+10.47
+0.15% div#market-data-scroll-container > a.MarketCard-container > div.MarketCard-row > div.MarketCard-changeData | 0.000 |
2,706.071 div#market-data-scroll-container > a.MarketCard-container > div.MarketCard-row > span.MarketCard-stockPosition | 0.000 |
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.
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 | 6.6 s |
| Other | 1.5 s |
| Style & Layout | 876 ms |
| Rendering | 654 ms |
| Script Parsing & Compilation | 560 ms |
| Garbage Collection | 164 ms |
| Parse HTML & CSS | 124 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 a sub 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 |
|---|---|---|
| unpkg.com/@amplitude/experiment-js-client@1.15.5/dist/experiment.umd.js | 42.1 KiB | 19.3 KiB |
| app.mps.vsnt.net/fetch/ext/load-cnbc-web.js?nowrite=2 | 56.0 KiB | 17.2 KiB |
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.9 KiB | 2.6 KiB |
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";.Modal-modalBackground{background:#000000b3;height:100%;left:0;overflow-y:auto; … } … | 105.3 KiB | 93.4 KiB |
| 22.5 KiB | 19.8 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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 | |
|---|---|
California Consumer Privacy Act (CCPA) Opt-Out Icon div.CNBCFooter-wrapper > ul.CNBCFooter-legal > li.CNBCFooter-legalItem > img.CNBCFooter-legalIcon | static-redesign.cnbcfm.com/dist/17269f1b6083fd5f61be.svg |
Reuters logo div.CNBCFooter-wrapper > p.CNBCFooter-reutersInfo > a > img.CNBCFooter-reutersLogo | static-redesign.cnbcfm.com/dist/09c161b9810767a7849e.svg |
Join Pro div.nav-menu-mainLinksWrapperStart > div.nav-menu-navLinks > span.nav-menu-proPillIcon > img | static-redesign.cnbcfm.com/dist/69ae09b80acd376e9c97.svg |
Join IC div.nav-menu-mainLinksWrapperStart > div.nav-menu-navLinks > span.nav-menu-investingClubPillIcon > img | static-redesign.cnbcfm.com/dist/93743f20be95b721880f.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
MARKETS div.nav-menu-mainLinks > div.nav-menu-mainLinksWrapperStart > div.nav-menu-navLinks > div.nav-menu-primaryLink |
BUSINESS div.nav-menu-mainLinks > div.nav-menu-mainLinksWrapperStart > div.nav-menu-navLinks > div.nav-menu-primaryLink |
INVESTING div.nav-menu-mainLinks > div.nav-menu-mainLinksWrapperStart > div.nav-menu-navLinks > div.nav-menu-primaryLink |
TECH div.nav-menu-mainLinks > div.nav-menu-mainLinksWrapperStart > div.nav-menu-navLinks > div.nav-menu-primaryLink |
POLITICS div.nav-menu-mainLinks > div.nav-menu-mainLinksWrapperStart > div.nav-menu-navLinks > div.nav-menu-primaryLink |
VIDEO div.nav-menu-mainLinks > div.nav-menu-mainLinksWrapperStart > div.nav-menu-navLinks > div.nav-menu-primaryLink |
INVESTING CLUB div.nav-menu-mainLinks > div.nav-menu-mainLinksWrapperStart > div.nav-menu-navLinks > div.nav-menu-primaryLink |
PRO div.nav-menu-mainLinks > div.nav-menu-mainLinksWrapperStart > div.nav-menu-navLinks > div.nav-menu-primaryLink |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
US div > div#Homepage-MarketsMoversPlus-13 > div.MarketMoversMenu-moverContainer > button#market-tab-US |
S&P section.MarketMovers-container > section.MarketMovers-titleContainer > div.MarketMoversMenu-moverContainer > button#market-tab-SP500 |
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.
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 |
|---|
LAST | 1:32:46 PM EDT div#market-data-scroll-container > a.MarketCard-container > div.MarketCard-row > span.MarketCard-lastTime |
LAST | 1:33:07 PM EDT div#market-data-scroll-container > a.MarketCard-container > div.MarketCard-row > span.MarketCard-lastTime |
LAST | 1:33:07 PM EDT div#market-data-scroll-container > a.MarketCard-container > div.MarketCard-row > span.MarketCard-lastTime |
LAST | 1:18:00 PM EDT div#market-data-scroll-container > a.MarketCard-container > div.MarketCard-row > span.MarketCard-lastTime |
LAST | 1:33:01 PM EDT div#market-data-scroll-container > a.MarketCard-container > div.MarketCard-row > span.MarketCard-lastTime |
+10.14 (0.14%) div.QuoteResult-container > div.QuoteResult-rightSide > div > div.QuoteResult-value |
Albemarle Corp div.MarketMoverPlusTable-dataContainer > a > div.MarketMoverPlusTable-dataRow > div.MarketMoverPlusTable-companyName |
+24.91 a > div.MarketMoverPlusTable-dataRow > div.MarketMoverPlusTable-quoteGain > span |
(+13.44%) a > div.MarketMoverPlusTable-dataRow > div.MarketMoverPlusTable-quoteGain > span |
J.B. Hunt Transport Services Inc div.MarketMoverPlusTable-dataContainer > a > div.MarketMoverPlusTable-dataRow > div.MarketMoverPlusTable-companyName |
+18.11 a > div.MarketMoverPlusTable-dataRow > div.MarketMoverPlusTable-quoteGain > span |
(+8.08%) a > div.MarketMoverPlusTable-dataRow > div.MarketMoverPlusTable-quoteGain > span |
Abbott Laboratories div.MarketMoverPlusTable-dataContainer > a > div.MarketMoverPlusTable-dataRow > div.MarketMoverPlusTable-companyName |
Carnival Corp div.MarketMoverPlusTable-dataContainer > a > div.MarketMoverPlusTable-dataRow > div.MarketMoverPlusTable-companyName |
+0.01 table.BasicTable-table > tbody.BasicTable-tableBody > tr > td.BasicTable-quoteGain |
+0.183 table.BasicTable-table > tbody.BasicTable-tableBody > tr > td.BasicTable-quoteGain |
These are opportunities to improve the legibility of your content.
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 |
|---|
News Tips div.CNBCFooter-wrapper > ul.CNBCFooter-section > li.CNBCFooter-sectionItem > h4.CNBCFooter-sectionTitle |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
CNBC Pro li#Homepage-latestNews-9-0 > div.LatestNews-container > div.LatestNews-headlineWrapper > a.ProPill-proPillLink |
CNBC Pro li#Homepage-latestNews-9-4 > div.LatestNews-container > div.LatestNews-headlineWrapper > a.ProPill-proPillLink |
CNBC Pro li#Homepage-latestNews-9-12 > div.LatestNews-container > div.LatestNews-headlineWrapper > a.ProPill-proPillLink |
CNBC Pro li#Homepage-latestNews-9-15 > div.LatestNews-container > div.LatestNews-headlineWrapper > a.ProPill-proPillLink |
CNBC Investing Club li#Homepage-latestNews-9-17 > div.LatestNews-container > div.LatestNews-headlineWrapper > a.InvestingClubPill-investingClubPillLink |
CNBC Pro li#Homepage-latestNews-9-19 > div.LatestNews-container > div.LatestNews-headlineWrapper > a.ProPill-proPillLink |
CNBC Pro li#Homepage-latestNews-9-24 > div.LatestNews-container > div.LatestNews-headlineWrapper > a.ProPill-proPillLink |
CNBC Pro li#Homepage-latestNews-9-26 > div.LatestNews-container > div.LatestNews-headlineWrapper > a.ProPill-proPillLink |
CNBC Pro div.RiverPlusCard-container > div.RiverPlusCard-cardLeft > div.RiverHeadline-headline > a.ProPill-proPillLink |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
CNBC Investing Club div.RiverPlusCard-container > div.RiverPlusCard-cardLeft > div.RiverHeadline-headline > a.InvestingClubPill-investingClubPillLink |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div#Homepage-riverPlus-14-8 > div.RiverThumbnail-breakerImage > div.RiverThumbnail-imageThumbnail > a div#Homepage-riverPlus-14-8 > div.RiverThumbnail-breakerImage > div.RiverThumbnail-imageThumbnail > a |
div#Homepage-riverPlus-14-9 > div.RiverThumbnail-breakerImage > div.RiverThumbnail-imageThumbnail > a div#Homepage-riverPlus-14-9 > div.RiverThumbnail-breakerImage > div.RiverThumbnail-imageThumbnail > a |
CNBC Pro div.RiverPlusCard-container > div.RiverPlusCard-cardLeft > div.RiverHeadline-headline > a.ProPill-proPillLink |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a div.RiverPlusCard-container > div.RiverThumbnail-thumbnailContainer > div.RiverThumbnail-imageThumbnail > a |
CNBC Pro div > div.Card-pro > div > a.ProPill-proPillLink |
CNBC Pro div > div.Card-pro > div > a.ProPill-proPillLink |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-section div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-section |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-section div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-section |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline div.PageBuilder-col-9 > ul.LazyLoaderPlaceholder-gridContainer > li.LazyLoaderPlaceholder-gridItem > a.LazyLoaderPlaceholder-headline |
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.
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 |
|---|
Search div.QuoteFinder-container > div > form#homepage-quoteFinder-form > button.QuoteFinder-submitBtn |
ALB tbody > tr > td.MarketTop-symbol > a |
Add To Watchlist td.MarketTop-symbol > div.MarketTop-desktopOnly > span#-WatchlistDropdown > button.AddToWatchlistButton-watchlistButton |
ON tbody > tr > td.MarketTop-symbol > a |
Add To Watchlist td.MarketTop-symbol > div.MarketTop-desktopOnly > span#-WatchlistDropdown > button.AddToWatchlistButton-watchlistButton |
JBHT tbody > tr > td.MarketTop-symbol > a |
Add To Watchlist td.MarketTop-symbol > div.MarketTop-desktopOnly > span#-WatchlistDropdown > button.AddToWatchlistButton-watchlistButton |
CHRW tbody > tr > td.MarketTop-symbol > a |
Add To Watchlist td.MarketTop-symbol > div.MarketTop-desktopOnly > span#-WatchlistDropdown > button.AddToWatchlistButton-watchlistButton |
DELL tbody > tr > td.MarketTop-symbol > a |
Add To Watchlist td.MarketTop-symbol > div.MarketTop-desktopOnly > span#-WatchlistDropdown > button.AddToWatchlistButton-watchlistButton |
ABT tbody > tr > td.MarketTop-symbol > a |
Add To Watchlist td.MarketTop-symbol > div.MarketTop-desktopOnly > span#-WatchlistDropdown > button.AddToWatchlistButton-watchlistButton |
SCHW tbody > tr > td.MarketTop-symbol > a |
Add To Watchlist td.MarketTop-symbol > div.MarketTop-desktopOnly > span#-WatchlistDropdown > button.AddToWatchlistButton-watchlistButton |
CCL tbody > tr > td.MarketTop-symbol > a |
Add To Watchlist td.MarketTop-symbol > div.MarketTop-desktopOnly > span#-WatchlistDropdown > button.AddToWatchlistButton-watchlistButton |
TKO tbody > tr > td.MarketTop-symbol > a |
Add To Watchlist td.MarketTop-symbol > div.MarketTop-desktopOnly > span#-WatchlistDropdown > button.AddToWatchlistButton-watchlistButton |
RCL tbody > tr > td.MarketTop-symbol > a |
Add To Watchlist td.MarketTop-symbol > div.MarketTop-desktopOnly > span#-WatchlistDropdown > button.AddToWatchlistButton-watchlistButton |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search quotes, news & videos div.CNBCGlobalNav-wrapper > div.CNBCGlobalNav-rightNavigationWrapper > span.CNBCGlobalNav-searchWrapper > button.SearchToggle-button |
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ALB
Albemarle Corp
13.438%
ON
ON Semiconductor Corp
8.452%
JBHT
… section.MarketMovers-container > section.MarketMovers-marketTopContainer > section.MarketTop-container > table.MarketTop-topTable |
ABT
Abbott Laboratories
6.784%
SCHW
Charles Schwab Corp
5.779%
CCL … section.MarketMovers-container > section.MarketMovers-marketTopContainer > section.MarketTop-container > table.MarketTop-topTable |
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 |
|---|---|
| AttributionReporting | static-redesign.cnbcfm.com/dist/main-14aa3ba272b3c74c753f.js line 1, col 48387 |
| Topics | invstatic101.creativecdn.com/encrypted-signals/encrypted-tag-g.js line 5, col 1847 |
| Unload event listeners are deprecated and will be removed. | static.polarcdn.com/creative/creative.js line 1, col 22712 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
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 |
|---|---|
static-redesign.cnbcfm.com/dist/main-14aa3ba272b3c74c753f.js line 1, col 27609 | [AccessEnabler.js][error] Callback [ sendTrackingData ] is NOT implemented! Invoked with params [ authenticationDetection,false,,,,computer,html5,Mac OS X, ]. |
Access to fetch at 'https://api.rlcdn.com/api/identity/envelope?pid=1258' from origin 'https://www.cnbc.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
static-redesign.cnbcfm.com/dist/main-14aa3ba272b3c74c753f.js line 759, col 778708 | Error: <svg> attribute width: Expected length, "auto". |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 401 () |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Cookie |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Your Privacy Choices div.CNBCFooter-wrapper > ul.CNBCFooter-legal > li.CNBCFooter-legalItem > a.ot-sdk-show-settings |
To appear in search results, crawlers need access to your app.
Send Feedback