Skip to content
https://estadao.com.br

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

28

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling

Why this matters

Performance issues directly impact user engagement and conversion rates.

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Why this matters

Performance issues directly impact user engagement and conversion rates.

A long cache lifetime can speed up repeat visits to your page. Learn more about caching.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
/d8d2afed-c874-40f4-8d17-f533b9b5d9b8-web.js900.0 s197.8 KiB
connect.facebook.net/en_US/fbevents.js1200.0 s96.4 KiB
c.amazon-adsystem.com/aax2/apstag.js3600.0 s90.9 KiB
cdn.evgnet.com/beacon/saoestadodespaulo/estadao_prod/scripts/evergage.min.js120.0 s59.0 KiB
/signals/config/1659995760901982?v=2.9.298&r=stable&domai...1200.0 s46.1 KiB
assets.estadao.com.br/pw/padrao/estadao-icone.png47.0 s21.5 KiB
storage.googleapis.com/assets-estadao/amp/fonts/estadoheadline-semibold.woff23600.0 s25.2 KiB
/assets-estadao/pw/fim-de-ano-2025/estadoheadline-roman.w...3600.0 s24.4 KiB
assets.zephr.com/zephr-browser/1.3.10/zephr-browser.umd.js0.0 ms15.6 KiB
/signals/config/821886085397456?v=2.9.298&r=stable&domain...1200.0 s16.1 KiB
static.chartbeat.com/js/chartbeat_video.js86400.0 s24.8 KiB
acesso.estadao.com.br/paywall/v2/paywallZephr/dist/pwz.js0.0 ms9.5 KiB
assets.estadao.com.br/clube-mais/logo@3x.webp29.0 s7.2 KiB
tag.simpleads.com.br/v3/s698191/p2062707/show.js?size=arroba7200.0 s9.2 KiB
static.hotjar.com/c/hotjar-785763.js?sv=660.0 s6.2 KiB
s.go-mpulse.net/boomerang/J2G3L-SMB6G-B69RJ-UUV35-4GCDX604800.0 s56.7 KiB
static.chartbeat.com/js/subscriptions.js86400.0 s10.8 KiB
static.chartbeat.com/js/chartbeat_mab.js86400.0 s10.1 KiB
sb.scorecardresearch.com/internal-cs/default/beacon-and.js86400.0 s7.9 KiB
/18ZRI13WEAmxubTQsRtWh6v2pz1bYcOOvW7ejfjW5X1WSblqPyubXGsj...86400.0 s5.1 KiB
ivccftag.ivcbrasil.org.br/ivc.js0.0 ms1.5 KiB
/8a66bd99-4fec-401f-b302-edafe5beb512/launchpad-liveramp.js0.0 ms1.5 KiB
smartads.estadao.com.br/api/sdk/019c7de9-54ef-703c-a11e-6d7d94776b5b.js3600.0 s1.4 KiB
assets.estadao.com.br/pw/padrao/arrow-circle-right-lg-solid.png47.0 s1.1 KiB
px.ads.linkedin.com/setuid?partner=appNexus0.0 ms674 B
config.aps.amazon-adsystem.com/configs/6bc6a2fa-65db-4631-9014-17a6367005633600.0 s666 B
/i?p=web&stm=1776294974735&tna=cf&tv=ivc-js-1.0.2&aid=4&u...0.0 ms428 B
cdn.debugbear.com/PnldZu5dqDtE.js14400.0 s589 B
image8.pubmatic.com/AdServer/ImgSync?p=1664180.0 ms69 B
/tr/?id=1659995760901982&ev=PageView&dl=https%3A%2F%2Fwww...0.0 ms19 B
/tr/?id=821886085397456&ev=PageView&dl=https%3A%2F%2Fwww....0.0 ms16 B

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:90.48 source:map[type:text value:[unattributed]]] map[reflowTime:41.758 source:map[column:26 line:45 type:source-location url: urlProvider:network]]]

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:label label:Subpart valueType:text] map[key:duration label:Duration valueType:ms]]
items: [map[duration:150.878 label:Time to first byte subpart:timeToFirstByte] map[duration:2424.538 label:Element render delay subpart:elementRenderDelay]]

Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Why this matters

Performance issues directly impact user engagement and conversion rates.

More than 4 preconnect connections were found. These should be used sparingly and only to the most important origins.
description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 761 ms
URLTime 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 300 ms 31.6 KiB

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTotal CPU TimeScript EvaluationScript Parse
www.estadao.com.br/pf/dist/engine/react.js?d=2359&mxId=000000007.3 s5.0 s22 ms
www.estadao.com.br/3.7 s126 ms134 ms
Unattributable1.7 s691 ms0.0 ms
/d8d2afed-c874-40f4-8d17-f533b9b5d9b8-web.js749 ms488 ms64 ms
www.estadao.com.br/pf/resources/js/prebid10.19.0.js?d=2359726 ms527 ms33 ms
www.googletagmanager.com/gtm.js?id=GTM-PSVMLCP&l=dataLayerGA4584 ms508 ms54 ms
/pagead/managed/js/gpt/m202604100101/pubads_impl.js356 ms308 ms40 ms
assets.zephr.com/zephr-browser/1.3.10/zephr-browser.umd.js297 ms121 ms5.1 ms
c.amazon-adsystem.com/aax2/apstag.js286 ms232 ms28 ms
cdn.evgnet.com/beacon/saoestadodespaulo/estadao_prod/scripts/evergage.min.js285 ms216 ms24 ms
www.googletagmanager.com/gtag/js?id=G-H1D7PSZ1DW&l=dataLayerGA4&cx=c&gtm=4e64e1238 ms198 ms38 ms
/f/AGSKWxUhdiZIkOhjx-jUsUuhiB9MMXWyJh--9aoRjbucewexIuqvKg...232 ms123 ms33 ms
/f/AGSKWxUYoYcYnOxognK-4kN0mzj5J5x1csxKBRoEF4uH0pt2iyJkgs...184 ms161 ms21 ms
/pf/dist/components/combinations/default.js?d=2359&mxId=0...178 ms104 ms73 ms
script.hotjar.com/modules.6a0f3932cb1341a35c18.js141 ms123 ms16 ms
www.estadao.com.br/pf/dist/components/combinations/410.chunk.js?d=2359134 ms11 ms1.5 ms
/signals/config/1659995760901982?v=2.9.298&r=stable&domai...133 ms117 ms14 ms
connect.facebook.net/en_US/fbevents.js126 ms94 ms31 ms
www.estadao.com.br/pf/dist/components/combinations/0.chunk.js?d=2359125 ms110 ms6.3 ms
www.googletagmanager.com/gtag/js?id=DC-8865799111 ms85 ms25 ms
securepubads.g.doubleclick.net/tag/js/gpt.js89 ms58 ms30 ms
static.chartbeat.com/js/chartbeat_video.js82 ms75 ms6.0 ms
www.estadao.com.br/pf/dist/components/combinations/379.chunk.js?d=235980 ms11 ms1.2 ms
www.googletagmanager.com/gtag/js?id=AW-105312606672 ms42 ms30 ms
/signals/config/821886085397456?v=2.9.298&r=stable&domain...59 ms49 ms9.4 ms
s.go-mpulse.net/boomerang/J2G3L-SMB6G-B69RJ-UUV35-4GCDX58 ms39 ms15 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation10.0 s
Other3.0 s
Style & Layout2.0 s
Rendering1.3 s
Parse HTML & CSS970 ms
Script Parsing & Compilation865 ms
Garbage Collection248 ms

Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 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.

Why this matters

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

Why this matters

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.

Layout shift culprits
Optimize DOM size
Improve image delivery
Modern HTTP
Optimize viewport for mobile
User Timing marks and measures 17 user timings
Avoid long main-thread tasks 20 long tasks found
Avoid non-composited animations 3 animated elements found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 180 ms
Server Backend Latencies 580 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 110 ms
Avoid large layout shifts 3 layout shifts found
INP breakdown
LCP request discovery
88

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
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.

Names and labels

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

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.

Best practices

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.

Why this matters

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.

Why this matters

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
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
Uses ARIA roles only on compatible elements
Identical links have the same purpose.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
73

Best Practices

User Experience

Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLDisplayed sizeActual sizeExpected 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.png37 x 3737 x 3756 x 56

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
Topics
AttributionReporting
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.

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
77

SEO

These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.

Content Best Practices

Descriptive link text helps search engines understand your content. Learn how to make links more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Link destinationLink 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.

Why this matters

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.

Crawling and Indexing

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

Why this matters

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.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
robots.txt is valid
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback