Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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 | |
|---|---|---|---|
a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image | /cNDsiOAyItP6ZpVcubic81OVzD4=/0x125:1200x800/810x456/smar... | 90.4 KiB | 78.5 KiB |
a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image | /QK-pTxyoNFTjNYRibSoZWHeSCDY=/581x31:3756x1819/810x456/sm... | 54.4 KiB | 43.7 KiB |
a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image | /LdtJiNYfvIofxd-6DiXJGFQsyvE=/33x17:1152x647/810x456/smar... | 31.9 KiB | 25.6 KiB |
a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image | /nqyJs3MirRR7KIMGOS65zUzof-Y=/0x31:1400x819/810x456/smart... | 30.2 KiB | 24.2 KiB |
a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image | /F6ejI0YIuqyovcHAWlz3AGrxkXk=/0x0:1200x675/810x456/smart/... | 28.9 KiB | 23.2 KiB |
a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image | /tJRnjwjl90XQpIyDCVscQHiZCXg=/1x0:1919x1079/810x456/smart... | 25.8 KiB | 20.7 KiB |
a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image | /uts8HJuqSKkAdnq6JvVRpYHCNJs=/0x313:3500x2282/810x456/sma... | 25.1 KiB | 20.2 KiB |
a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image | /-qqqHDoCSTqn02q42_7xsNmXwn4=/0x1075:2252x2342/810x456/sm... | 18.7 KiB | 15.0 KiB |
a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image a.feed-post-figure-link > div.bstn-fd-item-cover > picture.bstn-fd-cover-picture > img.bstn-fd-picture-image | /czI9eIQZI9iSe4KTYx8UW4D9C-M=/0x352:3420x2276/810x456/sma... | 17.2 KiB | 13.8 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Ex-deputado condenado
Alexandre Ramagem deixa a prisão nos Estados Unidos
Ex-de… body.bs-home > div.glb-grid > main#glb-main-home > div.row | 0.171 |
Viu isso?
Veja como é a mansão do influenciador Chrys Dias, alvo da operação qu… body.bs-home > div.glb-grid > main#glb-main-home > div.row | 0.043 |
Viu isso?
Veja como é a mansão do influenciador Chrys Dias, alvo da operação qu… body.bs-home > div.glb-grid > main#glb-main-home > div.row | 0.043 |
Previsão do Tempo
São Paulo
Probabilidade de chuva: 0% 0mm
manhã
tarde
noite
28… div.bastian-feed-item > div._ut > div.post-item > div.bstn-item-shape | 0.004 |
div.header-principal > div.grid-12 > div.area-principal | 0.004 |
valor div.base-container > ul.container-list-item > li.list-item-product > a.link-logo | 0.001 |
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.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /v1/AUTH_c631e406debd4c4fac98a09d48dc17d1/bastian-post/pr... | 24.7 KiB | 22.9 KiB |
| s3.glbimg.com/cdn/libs/gui-lightbox/1.12.0/css/gui.lightbox.min.css | 12.5 KiB | 12.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.6 s |
| Other | 943 ms |
| Script Parsing & Compilation | 410 ms |
| Style & Layout | 310 ms |
| Rendering | 277 ms |
| Garbage Collection | 78 ms |
| Parse HTML & CSS | 52 ms |
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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ge div.base-container > ul.container-list-item > li.list-item-product > a.link-logo |
gshow div.base-container > ul.container-list-item > li.list-item-product > a.link-logo |
globoplay div.base-container > ul.container-list-item > li.list-item-product > a.link-logo |
16º div.post-previsao-do-tempo__previsao > div.post-previsao-do-tempo__temperaturas > div.post-previsao-do-tempo__temperatura > span.post-previsao-do-tempo__temperatura--valor |
min div.post-previsao-do-tempo__previsao > div.post-previsao-do-tempo__temperaturas > div.post-previsao-do-tempo__temperatura > span.post-previsao-do-tempo__temperatura--sufixo |
Informações meteorológicas fornecidas pelo Climatempo div.post-bastian-products > div.post-bastian-products__content > div.post-previsao-do-tempo__content > p.post-previsao-do-tempo__source-text |
Climatempo div.post-bastian-products__content > div.post-previsao-do-tempo__content > p.post-previsao-do-tempo__source-text > span.post-previsao-do-tempo__source-text--bold |
+0,03% a > table > tr.post-economia-cotacao__quote > td.post-economia-cotacao__quote-variation |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#a6c1eefe-b68a-4a72-8f88-1c68969e5045 > div.feed-post-body > div.feed-media-wrapper > a.feed-post-figure-link div#a6c1eefe-b68a-4a72-8f88-1c68969e5045 > div.feed-post-body > div.feed-media-wrapper > a.feed-post-figure-link |
div#8d05f0c9-bafc-4ae7-adae-4ecc39e6e4ca > div.feed-post-body > div.feed-media-wrapper > a.feed-post-figure-link div#8d05f0c9-bafc-4ae7-adae-4ecc39e6e4ca > div.feed-post-body > div.feed-media-wrapper > a.feed-post-figure-link |
div#ca86e434-7503-4645-bf2d-b917d28a25f1 > div.feed-post-body > div.feed-media-wrapper > a.feed-post-figure-link div#ca86e434-7503-4645-bf2d-b917d28a25f1 > div.feed-post-body > div.feed-media-wrapper > a.feed-post-figure-link |
div#14b7a13e-8ac2-48e5-97b9-c3b05b6b625d > div.feed-post-body > div.feed-media-wrapper > a.feed-post-figure-link div#14b7a13e-8ac2-48e5-97b9-c3b05b6b625d > div.feed-post-body > div.feed-media-wrapper > a.feed-post-figure-link |
div#49dd0f73-8b61-4531-a222-f529ae902e37 > div.feed-post-body > div.feed-media-wrapper > a.feed-post-figure-link div#49dd0f73-8b61-4531-a222-f529ae902e37 > div.feed-post-body > div.feed-media-wrapper > a.feed-post-figure-link |
div#1a8c8c0f-2e5f-4251-950b-e5f771c430f5 > div.feed-post-body > div.feed-media-wrapper > a.feed-post-figure-link div#1a8c8c0f-2e5f-4251-950b-e5f771c430f5 > div.feed-post-body > div.feed-media-wrapper > a.feed-post-figure-link |
div#9defacc9-d01d-40c2-8942-314eeda27e64 > div.feed-post-body > div.feed-media-wrapper > a.feed-post-figure-link div#9defacc9-d01d-40c2-8942-314eeda27e64 > div.feed-post-body > div.feed-media-wrapper > a.feed-post-figure-link |
div#954a0610-8f20-400f-bea7-56465c3d942a > div.feed-post-body > div.feed-media-wrapper > a.feed-post-figure-link div#954a0610-8f20-400f-bea7-56465c3d942a > div.feed-post-body > div.feed-media-wrapper > a.feed-post-figure-link |
div.diretorio__esquerda > div.diretorio__logos > div.diretorio__logos__logo > a div.diretorio__esquerda > div.diretorio__logos > div.diretorio__logos__logo > a |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Veja como é a mansão do influenciador Chrys Dias, alvo da operação que prendeu … div.bstn-item-shape > div.post-bastian-products > div.post-bastian-products__content > ol |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Veja como é a mansão do influenciador Chrys Dias, alvo da operação que prendeu … ol > section.post-bastian-products__section > a > li.post-mais-lidas__item |
Operação da PF contra transações ilegais de mais de R$ 1,6 bilhão prende MC Rya… ol > section.post-bastian-products__section > a > li.post-mais-lidas__item |
Escala 6x1: entenda principais pontos e diferenças entre textos do Congresso e … ol > section.post-bastian-products__section > a > li.post-mais-lidas__item |
PF aponta que grupo ligado a MC Ryan lavou dinheiro do tráfico de 3 toneladas d… ol > section.post-bastian-products__section > a > li.post-mais-lidas__item |
8 das 10 músicas mais ouvidas no Brasil hoje têm artistas de produtoras alvos d… ol > section.post-bastian-products__section > a > li.post-mais-lidas__item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Pular para o conteúdo div.glb-grid > div#glb-topo > header#header-produto > a#jump-to-content |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
ge div.base-container > ul.container-list-item > li.list-item-product > a.link-logo |
gshow div.base-container > ul.container-list-item > li.list-item-product > a.link-logo |
Entrar com Conta Globo div.header-touchpoint-wrapper > div#codex-touchpoint-login > div.cxm-dropdown > button.cxm-touchpoint-login |
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | ads.rubiconproject.com/prebid/11366_g1.js line 72, col 1164 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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 |
|---|---|
g1.globo.com/ line 5931, col 54522 | [bastian] ERROR TypeError: Failed to fetch (recomendacao.globo.com)
at https://g1.globo.com/:5932:55695
at j (https://g1.globo.com/:618:2795)
at async https://g1.globo.com/:618:5430
at async Promise.all (index 4)
at async n (https://g1.globo.com/:618:5525) |
g1.globo.com/ line 5931, col 54522 | [bastian] Failed to run step
()=>new Error("Network error: ") |
Access to fetch at 'https://recomendacao.globo.com/v3/globocom/ab/G1-ANDROID-FEED-user?responseFormat=legacyPublishing&page=1&perPage=10&glb_uid=JHbBVSsV2zgbWGdEs-oCKyZ67juj9xpBv15ZLaX4hws=&hsid=e506dea8-f3aa-4cef-be0d-e8213468bb84' from origin 'https://g1.globo.com' 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://g1.globo.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://grid-bidder.criteo.com failed. | |
Attestation check for Protected Audience on https://grid-bidder.criteo.com failed. | |
Attestation check for Protected Audience on https://grid-bidder.criteo.com failed. | |
Attestation check for Protected Audience on https://grid-bidder.criteo.com failed. | |
Attestation check for Protected Audience on https://grid-bidder.criteo.com failed. | |
Attestation check for Protected Audience on https://grid-bidder.criteo.com failed. | |
Attestation check for Protected Audience on https://hbopenbid.pubmatic.com failed. | |
Attestation check for Protected Audience on https://hbopenbid.pubmatic.com failed. | |
Attestation check for Protected Audience on https://hbopenbid.pubmatic.com failed. | |
Attestation check for Protected Audience on https://hbopenbid.pubmatic.com failed. | |
Attestation check for Protected Audience on https://hbopenbid.pubmatic.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://prg.smartadserver.com failed. | |
Attestation check for Protected Audience on https://prg.smartadserver.com failed. | |
Attestation check for Protected Audience on https://prg.smartadserver.com failed. | |
Attestation check for Protected Audience on https://prg.smartadserver.com failed. | |
g1.globo.com/ line 5931, col 54522 | Exception in queued FC callback ReferenceError: commonTracker is not defined
at AD_BLOCK_DATA_READY (<anonymous>:2:510)
at No.push (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:319:94)
at No.executeRemainingFunctions (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:320:473)
at _.Po (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:321:224)
at _.lp (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:330:257)
at qp.run (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/exm=kernel_loader,loader_js_executable/ed=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=cookie_refresh_executable:4:340)
at fd.l (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/exm=kernel_loader,loader_js_executable/ed=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=cookie_refresh_executable:5:131)
at hd (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:89:40)
at jd.next (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:90:91)
at /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:90:485
at new Promise (<anonymous>)
at kd (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:90:378)
at _.u (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:90:519)
at rp.run (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/exm=kernel_loader,loader_js_executable/ed=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=cookie_refresh_executable:5:93)
at fd.l (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:303:213)
at hd (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:89:40)
at jd.next (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:90:91)
at /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:90:485
at new Promise (<anonymous>)
at kd (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:90:378)
at _.u (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:90:519)
at RH (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:303:45)
at fd.l (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:302:334)
at hd (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:89:40)
at jd.next (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:90:91)
at b (/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable:90:331) |
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 () |
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.
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
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Mais conteúdos do g1 div.bstn-item-shape > div.post-agrupador-horizontal-g1 > div > a.gui-color-primary |
To appear in search results, crawlers need access to your app.
Content Best Practices
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img div#brand-logos > div.cxm-unlogged-content__slider-container > div.cxm-unlogged-content__slider-item > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.