Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Room to improve — your 22.6s 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.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
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.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
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/f89e1b2a-1642-4099-9097-877e448b7d38)<a href="https://beavercheck.com/results/f89e1b2a-1642-4099-9097-877e448b7d38"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Festadao.com.br" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Festadao.com.brThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
BRL 810 investment → BRL 4.45/month returns + BRL 50,000,000 risk avoided
BRL 810
4h · 5 findings
BRL 4.45 /mo
~BRL 53 / year
BRL 50,000,000
if kept compliant
BRL 270 — 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.5 developer hours at R$180/hr
Based on Brazil rates (R$180/hr)
Start here for the best return on investment
BRL 4,166,671 / month at risk
~BRL 50,000,053 / year if left unfixed
BRL 50,000,000
+1 more
BRL 4.45 /mo
10853.0 MB/mo × 0.410 BRL/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.
4.32 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.56 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.44 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.
28.41 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.
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.
| URL | Est Savings |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 40 ms |
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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.
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 |
|---|---|
| /pf/dist/components/combinations/default.css?d=2359&mxId=... | 1.6 KiB |
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 |
|---|---|
| estadao.com.br/ | 761 ms |
| www.estadao.com.br/ | 0.0 ms |
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.
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 |
|---|---|---|
| cdn.evgnet.com/beacon/saoestadodespaulo/estadao_prod/scripts/evergage.min.js | 58.4 KiB | 17.5 KiB |
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 44.9 KiB | 14.1 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
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 | 10.0 s |
| Other | 3.0 s |
| Style & Layout | 2.0 s |
| Rendering | 1.3 s |
| Parse HTML & CSS | 970 ms |
| Script Parsing & Compilation | 865 ms |
| Garbage Collection | 248 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| @font-face { font-family: Lato; font-style: normal; font-weight: 400; font-display: swap; … } … | 69.1 KiB | 5.5 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 |
|---|---|---|
| @font-face { font-family: Lato; font-style: normal; font-weight: 400; font-display: swap; … } … | 69.1 KiB | 50.8 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 13.9 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 | |
|---|---|
Clube Estadão div.styles__Container-sc-17gb89s-0 > div.styles__OfferContainer-sc-qzj4ky-0 > div.container-text > img | assets.estadao.com.br/clube-mais/logo@3x.webp |
div.main > a#house-ad-link > div#banner > img.button-arrow div.main > a#house-ad-link > div#banner > img.button-arrow | assets.estadao.com.br/pw/padrao/arrow-circle-right-lg-solid.png |
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.
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 |
|---|
Veja mais > div.styles__Tag-sc-1kqcjew-0 > div.styles__StyledJogosDoDia-sc-1pmd2sz-0 > div.jogos-do-dia-header > a.veja-mais-header |
AO VIVO div.alt-jogo-container > a.alt-jogo > div.minutos > span.flag-ao-vivo |
AO VIVO div.alt-jogo-container > a.alt-jogo > div.minutos > span.flag-ao-vivo |
EM BREVE div.alt-jogo-container > a.alt-jogo > div.minutos > strong.emBreve |
EM BREVE div.alt-jogo-container > a.alt-jogo > div.minutos > strong.emBreve |
EM BREVE div.alt-jogo-container > a.alt-jogo > div.minutos > strong.emBreve |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
Manage options div.fc-dialog > div.fc-footer-buttons-container > button.fc-button > p.fc-manage-options-third-button-label |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.video > div#content-player-powa-d730943b-54f8-4247-912f-bf87432555ed > button.container-thumb-video > img.thumb div.video > div#content-player-powa-d730943b-54f8-4247-912f-bf87432555ed > button.container-thumb-video > img.thumb |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img |
p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img |
p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img |
p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
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 |
|---|
Quem tem medo de André Mendonça? div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.info > a.headline |
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 |
|---|
6:30 div.styles__MancheteDiaDiaContainer-sc-1y1bkp-0 > div.video > div#content-player-powa-d730943b-54f8-4247-912f-bf87432555ed > button.container-thumb-video |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
div.main > a#house-ad-link > div#banner > img.button-arrow div.main > a#house-ad-link > div#banner > img.button-arrow | assets.estadao.com.br/pw/padrao/arrow-circle-right-lg-solid.png | 37 x 37 | 37 x 37 | 56 x 56 |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | www.estadao.com.br/pf/resources/js/prebid10.19.0.js?d=2359 line 66, col 1176 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://hbopenbid.pubmatic.com/translator?source=prebid-client&gzip=1' from origin 'https://www.estadao.com.br' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://ib.adnxs.com/getuidj?gdpr=1&gdpr_consent=' from origin 'https://www.estadao.com.br' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 451 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.estadao.com.br/blogs-e-colunas/ | Veja mais |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.video > div#content-player-powa-d730943b-54f8-4247-912f-bf87432555ed > button.container-thumb-video > img.thumb div.video > div#content-player-powa-d730943b-54f8-4247-912f-bf87432555ed > button.container-thumb-video > img.thumb |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img |
p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img |
p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img |
p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
ESTAVA SOB CUSTÓDIA DO ICE div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
CRIME ORGANIZADO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
ESCALA DE TRABALHO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
GUERRA NO ORIENTE MÉDIO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
IMPACTOS DA GUERRA div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
FESTIVAL DE INOVAÇÃO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
ERA DO CLIMA: ECONOMIA VERDE div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
DEPUTADO DO PT div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
NEGÓCIOS div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
FUTEBOL EUROPEU div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
JORNAL DO CARRO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
SUPREMO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
SUV ELÉTRICO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
SINALIZAÇÃO OBRIGATÓRIA div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
MOTOCICLETA div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
RELAÇÕES EXTERIORES div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
MOEDA DOS EUA div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
SÉRIES div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
CASO MASTER div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
(IN)SEGURANÇA PÚBLICA div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
EDUCAÇÃO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
BLOG DO FAUSTO MACEDO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
ALTA VELOCIDADE div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
TRIÂNGULO MINEIRO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
SEQUÊNCIA DE ‘THE HANDMAID’S TALE’ div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
PUBLICAÇÃO NAS REDES SOCIAIS div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
CORRIDA PRESIDENCIAL div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
CHAPEU div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
Conteúdo Patrocinado div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
CHAPEU div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
CHAPEU div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
O BAIANO TEM O MOLHO? div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
ATOR MORREU EM 2025 div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
TÊNIS div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
PALMEIRAS div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
ESTADÃO BLUE STUDIO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
ATOR MORREU EM 2025 div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
SP RECLAMA - SEUS DIREITOS div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
LUIZ ZANIN div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
SNEAKERVERSO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
BLOG DA TISSEN div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
VENCER LIMITES div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
SÃO PAULO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
VIOLÊNCIA CONTRA A MULHER div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
CORRIDA ESPACIAL div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
COISAS DA CIDADE div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
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.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
165 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.69 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.
5.37 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.
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.
| URL | Est Savings |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 40 ms |
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.
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 | |
|---|---|---|---|
Clube Estadão div.styles__Container-sc-17gb89s-0 > div.styles__OfferContainer-sc-qzj4ky-0 > div.container-text > img | assets.estadao.com.br/clube-mais/logo@3x.webp | 6.7 KiB | 6.0 KiB |
Defesa de MC Ryan afirma que ‘a verdade será devidamente demonstrada’; ‘Estadão… div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img | /resizer/v2/2J2VGVIE3JHPJKUL4P4DJUZGFA.jpeg?quality=80&au... | 12.3 KiB | 5.7 KiB |
Ficha de Ramagem cita prisão por questões de imigração. Foto: Reprodução/Orange… div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img | /resizer/v2/CBQWFGWJX5ALBEPSVZPNVFK57M.png?quality=80&aut... | 11.1 KiB | 5.2 KiB |
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 |
|---|---|
| /pf/dist/components/combinations/default.css?d=2359&mxId=... | 1.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| estadao.com.br/ | 214 ms |
| www.estadao.com.br/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| cdn.evgnet.com/beacon/saoestadodespaulo/estadao_prod/scripts/evergage.min.js | 58.4 KiB | 17.5 KiB |
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 44.9 KiB | 14.1 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
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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.estadao.com.br/ | 1.2 s | 34 ms | 28 ms |
| www.estadao.com.br/pf/dist/engine/react.js?d=2359&mxId=00000000 | 1.1 s | 723 ms | 5.3 ms |
| Unattributable | 280 ms | 102 ms | 0.0 ms |
| /pagead/managed/js/gpt/m202604100101/pubads_impl.js | 250 ms | 207 ms | 14 ms |
| /d8d2afed-c874-40f4-8d17-f533b9b5d9b8-web.js | 207 ms | 111 ms | 20 ms |
| www.estadao.com.br/pf/resources/js/prebid10.19.0.js?d=2359 | 191 ms | 142 ms | 11 ms |
| www.googletagmanager.com/gtm.js?id=GTM-PSVMLCP&l=dataLayerGA4 | 156 ms | 134 ms | 17 ms |
| /gtag/js?id=G-H1D7PSZ1DW&l=dataLayerGA4&cx=c>m=4e64e1h1... | 101 ms | 77 ms | 11 ms |
| cdn.evgnet.com/beacon/saoestadodespaulo/estadao_prod/scripts/evergage.min.js | 77 ms | 64 ms | 8.4 ms |
| /f/AGSKWxUYoYcYnOxognK-4kN0mzj5J5x1csxKBRoEF4uH0pt2iyJkgs... | 72 ms | 67 ms | 4.0 ms |
| c.amazon-adsystem.com/aax2/apstag.js | 58 ms | 43 ms | 8.8 ms |
| /f/AGSKWxX7VoR_RUVFd_Y3PwuikFo8VnYkjRuNp1rus0BN4mrYOJsIl5... | 57 ms | 30 ms | 8.6 ms |
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 | 2.1 s |
| Other | 650 ms |
| Style & Layout | 514 ms |
| Rendering | 417 ms |
| Script Parsing & Compilation | 236 ms |
| Parse HTML & CSS | 197 ms |
| Garbage Collection | 45 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| @font-face { font-family: Lato; font-style: normal; font-weight: 400; font-display: swap; … } … | 68.9 KiB | 5.5 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 |
|---|---|---|
| @font-face { font-family: Lato; font-style: normal; font-weight: 400; font-display: swap; … } … | 68.9 KiB | 53.8 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 13.9 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 | |
|---|---|
Clube Estadão div.styles__Container-sc-17gb89s-0 > div.styles__OfferContainer-sc-qzj4ky-0 > div.container-text > img | assets.estadao.com.br/clube-mais/logo@3x.webp |
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.
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 |
|---|
Veja mais > div.styles__Tag-sc-1kqcjew-0 > div.styles__StyledJogosDoDia-sc-1pmd2sz-0 > div.jogos-do-dia-header > a.veja-mais-header |
AO VIVO div.alt-jogo-container > a.alt-jogo > div.minutos > span.flag-ao-vivo |
AO VIVO div.alt-jogo-container > a.alt-jogo > div.minutos > span.flag-ao-vivo |
EM BREVE div.alt-jogo-container > a.alt-jogo > div.minutos > strong.emBreve |
EM BREVE div.alt-jogo-container > a.alt-jogo > div.minutos > strong.emBreve |
EM BREVE div.alt-jogo-container > a.alt-jogo > div.minutos > strong.emBreve |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
Manage options div.fc-dialog > div.fc-footer-buttons-container > button.fc-button > p.fc-manage-options-third-button-label |
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 |
|---|
INSTITUCIONAL div.container-content > section.styles__Institutional-sc-a3ie0m-6 > div.column > h4 |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img |
p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img |
p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img |
p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
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.
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 |
|---|
6:30 div.styles__MancheteDiaDiaContainer-sc-1y1bkp-0 > div.video > div#content-player-powa-d730943b-54f8-4247-912f-bf87432555ed > button.container-thumb-video |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | www.estadao.com.br/pf/resources/js/prebid10.19.0.js?d=2359 line 66, col 1176 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://hbopenbid.pubmatic.com/translator?source=prebid-client&gzip=1' from origin 'https://www.estadao.com.br' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://ib.adnxs.com/getuidj?gdpr=0' from origin 'https://www.estadao.com.br' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 451 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.estadao.com.br/blogs-e-colunas/ | Veja mais |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img a.alt-jogo > div.placar-partida > div.group > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img div.container-noticias > div.styles__CardFaixaTematicaStyled-sc-25o46e-0 > a.container-image > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img div.styles__CarouselItemBlogColunaStyled-sc-1e8r5yn-0 > div > div.image > img.lazy-load-img |
p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img |
p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img |
p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img |
p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img p.styles__CarouselItemEspeciaisStyled-sc-1dweuyd-0 > a > div.image > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img div.chapeu > a.container-column-and-hat > div.coluna-img > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.image > a > img.lazy-load-img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
ESTAVA SOB CUSTÓDIA DO ICE div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
CRIME ORGANIZADO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
ESCALA DE TRABALHO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
GUERRA NO ORIENTE MÉDIO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
IMPACTOS DA GUERRA div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
FESTIVAL DE INOVAÇÃO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
ERA DO CLIMA: ECONOMIA VERDE div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
DEPUTADO DO PT div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
NEGÓCIOS div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
FUTEBOL EUROPEU div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
JORNAL DO CARRO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
SUPREMO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
SUV ELÉTRICO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
SINALIZAÇÃO OBRIGATÓRIA div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
MOTOCICLETA div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
LEI DE DIRETRIZES ORÇAMENTÁRIAS div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
RELAÇÕES EXTERIORES div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
CASO MASTER div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
SÉRIES div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
(IN)SEGURANÇA PÚBLICA div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
EDUCAÇÃO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
MOEDA DOS EUA div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
BLOG DO FAUSTO MACEDO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
ALTA VELOCIDADE div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
TRIÂNGULO MINEIRO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
SEQUÊNCIA DE ‘THE HANDMAID’S TALE’ div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
PUBLICAÇÃO NAS REDES SOCIAIS div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
CORRIDA PRESIDENCIAL div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
CHAPEU div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
Conteúdo Patrocinado div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
CHAPEU div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
CHAPEU div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
O BAIANO TEM O MOLHO? div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
TÊNIS div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
PALMEIRAS div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
ESTADÃO BLUE STUDIO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
ATOR MORREU EM 2025 div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
SP RECLAMA - SEUS DIREITOS div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
LUIZ ZANIN div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
SNEAKERVERSO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
BLOG DA TISSEN div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
VENCER LIMITES div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
SÃO PAULO div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
VIOLÊNCIA CONTRA A MULHER div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
CORRIDA ESPACIAL div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
COISAS DA CIDADE div.styles__NoticiaSimplesContainer-sc-e0ay4-0 > div.noticia-content-block > div.chapeu > a.container-column-and-hat |
To appear in search results, crawlers need access to your app.
Send Feedback