Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
2 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
3 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/10c8cd5b-6bb6-436f-9b6c-bb187fdae6fb)<a href="https://beavercheck.com/results/10c8cd5b-6bb6-436f-9b6c-bb187fdae6fb"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fuol.com.br" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fuol.com.brThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 8.3s to load
+12% bounceUsers abandon at ~3s — you're 5.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.3s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
148 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
9 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
BRL 810 investment → BRL 5,832/month returns + BRL 50,000,000 risk avoided
BRL 810
4h · 5 findings
BRL 5,832 /mo
~BRL 69,985 / year
BRL 50,000,000
if kept compliant
BRL 270 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at R$180/hr
Based on Brazil rates (R$180/hr)
Start here for the best return on investment
BRL 4,166,670 / month at risk
~BRL 50,000,035 / year if left unfixed
BRL 50,000,000
+1 more
BRL 2.88 /mo
7012.4 MB/mo × 0.410 BRL/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.78 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.33 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.34 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.022
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.30 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
20.01 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
Offer Image div > div.offerImage > a.hyperlink > img | imguol.com/c/home/61/2026/04/15/offer-time-mobile-1776275937015_300x300.png | 42.9 KiB | 28.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| uol.com.br/ | 1.4 s |
| www.uol.com.br/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.uol.com.br/ | 653 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604100101/pubads_impl.js | 186.4 KiB | 128.7 KiB |
| tm.jsuol.com.br/modules/external/Prebid.js | 129.1 KiB | 70.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-BS4Q6LCGB1 | 168.5 KiB | 66.3 KiB |
| fundingchoicesmessages.google.com/i/8804?ers=3 | 68.8 KiB | 65.8 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.4 KiB | 39.6 KiB |
| conteudo.jsuol.com.br/p/perfil/js/widgetNotify.v3.js | 66.7 KiB | 36.3 KiB |
| fundingchoicesmessages.google.com/i/pub-4854083244330948?ers=1 | 68.8 KiB | 36.1 KiB |
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 44.9 KiB | 20.1 KiB |
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.4 s |
| Style & Layout | 1.9 s |
| Other | 1.5 s |
| Rendering | 684 ms |
| Script Parsing & Compilation | 461 ms |
| Garbage Collection | 191 ms |
| Parse HTML & CSS | 148 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 44.9 KiB | 14.1 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .fc-consent-root .fc-cutout-background { background-color: rgb(255, 255, 255) !important; … } … | 17.0 KiB | 14.5 KiB |
| /*** layout~99e82213.cc5264094a6ad2e1e7f9.css */ /*! * HOMELAND - Bootstrap customization */@font… | 21.0 KiB | 11.8 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
PagBank o banco completo div.cardServices > div.exchangeBarHeader > a.exchangeBarHeader__label > img.exchangeBarHeader__label__image | /c/home/layout/vueland/icons/publicidade/selo-pagbank-hor... |
'Febre' da polilaminina envolveu perfis virais, governo e mudança na Anvisa article.cardPrime__poster > figure.photograph > picture.photograph__container > img.photograph__image | |
Ações de busca da PF no caso Master têm sequência de indícios de vazamento article.cardPrime__poster > figure.photograph > picture.photograph__container > img.photograph__image |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header.headerMobile > div.headerMobile__container > div.headerMobile__menu > i.menuMobile__buttonHome header.headerMobile > div.headerMobile__container > div.headerMobile__menu > i.menuMobile__buttonHome |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Publicidade div.col-24 > div.row > div.col-24 > div.section__grid__main__highlight__item |
Publicidade div.sectionGrid > div.sectionGrid__rows > div.sectionGrid__grid__bottom > div.sectionGrid__grid__bottom__item |
Publicidade div.row > div.col-24 > div.lottery > div.cardAd |
Publicidade div.row > div#mkcvvqxcef > div.section__grid__highlight > div.section__grid__highlight__item |
Publicidade div.row > div#mkcvvqx3tuu > div.section__grid__highlight > div.section__grid__highlight__item |
Publicidade header#mkcvvr1k > div.container > div.row > div.headerSection__ad |
Publicidade header#mkcvvr32 > div.container > div.row > div.headerSection__ad |
Publicidade div.row > div#mkcvvr0z > div.section__grid__highlight > div.section__grid__highlight__item |
Publicidade header#mkcvvr1k > div.container > div.row > div.headerSection__ad |
Publicidade div.row > div#mkcvvr1z > div.section__grid__highlight > div.section__grid__highlight__item |
Produto do UOL div.row > div#mkcvvqz8 > div.section__grid__highlight > div.section__grid__highlight__item |
Publicidade header#mkcvvqxq > div.container > div.row > div.headerSection__ad |
Publicidade header#mkcvvr5k > div.container > div.row > div.headerSection__ad |
Publicidade header#mkcvvr5q > div.container > div.row > div.headerSection__ad |
Publicidade header#mkcvvr4q > div.container > div.row > div.headerSection__ad |
Publicidade header.cardVertical__headerSection > div.container > div.row > div.headerSection__ad |
Publicidade header.cardVertical__headerSection > div.container > div.row > div.headerSection__ad |
Publicidade header.cardVertical__headerSection > div.container > div.row > div.headerSection__ad |
Publicidade div.row > div#mkcvvqxl2uu > div.section__grid__highlight > div.section__grid__highlight__item |
Publicidade header.cardVertical__headerSection > div.container > div.row > div.headerSection__ad |
Publicidade header.cardVertical__headerSection > div.container > div.row > div.headerSection__ad |
Publicidade header.cardVertical__headerSection > div.container > div.row > div.headerSection__ad |
Publicidade div.row > div#mkcvvr12 > div.section__grid__highlight > div.section__grid__highlight__item |
Produtos do UOL div.row > div#mkcvvr4b > div.section__grid__highlight > div.section__grid__highlight__item |
Publicidade div.row > div#mkcvvr4b > div.section__grid__highlight > div.section__grid__highlight__item |
Publicidade div.row > div#mkcvvr4b > div.section__grid__highlight > div.section__grid__highlight__item |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
5,89 div.exchangeBarHeader__container > div > a.exchangeBarHeader__item > span.exchangeBarHeader__item__value |
A votação do UOL não possui caráter científico ou influência sobre o resultado … div.cardPoll > div.cardPoll__bottom > div.cardPoll__bottom--information > p.cardPoll__bottom__disclaimer |
Este site é protegido pelo reCAPTCHA e pelo Google Política de Privacidade e Te… div.cardPoll > div.cardPoll__bottom > div.cardPoll__bottom--information > p.cardPoll__bottom__recaptcha |
Pizzaria de São Paulo é eleita a melhor da América Latina no 50 Top Pizza article.cardGroupVertical__principal > a.hyperlink > div.headlinePhoto__content > h3#publisher-2c7231e5cb9ad6d534e994faacdcb8920260414 |
Apreensões de dinheiro vivo e confiscos pela PF aumentam 36 vezes em 3 anos article.cardGroupVertical__principal > a.hyperlink > div.headlinePhoto__content > h3#publisher-43736542f1bf3eb252d6f3599394893220260414 |
ERRATAS nav.container > div.footer__error > a.hyperlink > span.linkExternal__text |
Conheça nossa história div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Denuncie div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Fale conosco div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Imprensa div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
SAC div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Segurança e privacidade div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Comunique erro de segurança div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > div.hyperlink |
Termos de Uso div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Aviso de Direitos autorais div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Carreiras div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
PagBank div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Blog PagBank div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Assine UOL div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Tenha um email @uol div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Bate-Papo UOL div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Antivírus div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Play div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Leia+ div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Clube UOL div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Resolve div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Sexo div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Wi-Fi div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Assistência técnica div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Passei Direto div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Educação div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Afiliados div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Anuncie no UOL div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Cloud Computing div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Conecte div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Criador de sites div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Loja VirtUOL div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Dicas para o seu negócio div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Venda sem maquininha div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Email marketing div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Email profissional div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Hospedagem div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Maquininha de cartão div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
PagBank div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Registre um domínio div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Notícias div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Placar UOL div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Cotações div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Bate-Papo UOL div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Mail div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Meu UOL div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
1996-2026 UOL - Universo Online. Todos os direitos reservados. Segurança e priv… footer.footer > nav.container > div.footer__footerBar > span.footer__footerBar__title |
Segurança e privacidade nav.container > div.footer__footerBar > span.footer__footerBar__title > a.hyperlink |
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 |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Política de Privacidade div.cardPoll__bottom > div.cardPoll__bottom--information > p.cardPoll__bottom__recaptcha > a.cardPoll__bottom__recaptcha__link |
Termos de serviço div.cardPoll__bottom > div.cardPoll__bottom--information > p.cardPoll__bottom__recaptcha > a.cardPoll__bottom__recaptcha__link |
These are opportunities to improve the legibility of your content.
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.sectionGrid__rows > div.sectionGrid__grid__bottom > section.cardPrime > a.cardPrime__header div.sectionGrid__rows > div.sectionGrid__grid__bottom > section.cardPrime > a.cardPrime__header |
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.
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 | tm.jsuol.com.br/modules/external/Prebid.js line 11, col 95678 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.uol.com.br/ line 926, col 0 | Access to fetch at 'https://ib.adnxs.com/getuidj' from origin 'https://www.uol.com.br' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
www.uol.com.br/ line 1177, col 0 | Access to XMLHttpRequest at 'https://ib.adnxs.com/getuidj?gdpr=0' from origin 'https://www.uol.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_CERT_AUTHORITY_INVALID | |
Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID | |
Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID | |
Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID | |
Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID | |
Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID | |
Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID | |
Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID | |
Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID | |
Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID | |
Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID | |
Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID | |
Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.wdg-login-container > div.wdg-login > div.wdg-login-form > a.btn-login div.wdg-login-container > div.wdg-login > div.wdg-login-form > a.btn-login |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.93 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.85 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
205 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.55 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.72 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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ções de busca da PF no caso Master têm sequência de indícios de vazamento article.cardPrime__poster > figure.photograph > picture.photograph__container > img.photograph__image | /c/tab/65/2026/03/27/prime---operacao-vazamento-indice-17... | 48.4 KiB | 44.4 KiB |
Offer Image div > div.offerImage > a.hyperlink > img | /c/entretenimento/flash/13/2026/04/01/transito-para-e-da-... | 54.1 KiB | 42.6 KiB |
'Febre' da polilaminina envolveu perfis virais, governo e mudança na Anvisa article.cardPrime__poster > figure.photograph > picture.photograph__container > img.photograph__image | /c/tab/ad/2026/04/10/prime---polilaminina-indice-17758531... | 33.8 KiB | 31.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| uol.com.br/ | 860 ms |
| www.uol.com.br/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.uol.com.br/ | 645 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /player/engines/shaka-player/4.15.8/shaka-player.compiled... | 240.6 KiB | 145.6 KiB |
| /pagead/managed/js/gpt/m202604130101/pubads_impl.js?cb=31... | 187.5 KiB | 135.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-BS4Q6LCGB1 | 168.5 KiB | 111.7 KiB |
| tm.jsuol.com.br/modules/external/Prebid.js | 129.1 KiB | 102.5 KiB |
| cdn.tinypass.com/api/tinypass.min.js | 131.7 KiB | 82.0 KiB |
| fundingchoicesmessages.google.com/i/8804?ers=3 | 68.7 KiB | 65.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-BS4Q6LCGB1 | 168.5 KiB | 64.7 KiB |
| mfe.fantascope.uol.com.br/player/news/fantascope-player.js | 119.8 KiB | 51.5 KiB |
| fundingchoicesmessages.google.com/i/pub-4854083244330948?ers=1 | 68.8 KiB | 36.3 KiB |
| conteudo.jsuol.com.br/p/perfil/js/widgetNotify.v3.js | 66.7 KiB | 36.2 KiB |
| tm.jsuol.com.br/modules/external/admanager/homeuol_ads.js?v2 | 30.0 KiB | 24.3 KiB |
| /index.jsx?loadComponent=Media&contentType=js&scope=asset... | 33.1 KiB | 21.6 KiB |
| cdn.cxense.com/cx.js | 37.5 KiB | 21.5 KiB |
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 44.9 KiB | 20.1 KiB |
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 | 1.4 s |
| Other | 870 ms |
| Style & Layout | 445 ms |
| Rendering | 241 ms |
| Script Parsing & Compilation | 189 ms |
| Garbage Collection | 59 ms |
| Parse HTML & CSS | 42 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 44.9 KiB | 14.1 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .fc-consent-root .fc-cutout-background { background-color: rgb(255, 255, 255) !important; … } … | 17.0 KiB | 14.5 KiB |
| /*** layout~99e82213.cc5264094a6ad2e1e7f9.css */ /*! * HOMELAND - Bootstrap customization */@font… | 21.4 KiB | 12.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
'Febre' da polilaminina envolveu perfis virais, governo e mudança na Anvisa article.cardPrime__poster > figure.photograph > picture.photograph__container > img.photograph__image | /c/tab/ad/2026/04/10/prime---polilaminina-indice-17758531... |
Ações de busca da PF no caso Master têm sequência de indícios de vazamento article.cardPrime__poster > figure.photograph > picture.photograph__container > img.photograph__image | /c/tab/65/2026/03/27/prime---operacao-vazamento-indice-17... |
PagBank o banco completo header.headerDesktop > div.exchangeBarHeader > a.exchangeBarHeader__label > img.exchangeBarHeader__label__image | /c/home/layout/vueland/icons/publicidade/selo-pagbank-hor... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Publicidade div.row > div.col-24 > div.section__grid__highlight > div.cardAd |
Publicidade div.row > div.col-24 > div.lottery > div.cardAd |
Publicidade div.row > div#mkcvvqxcef > div.section__grid__highlight > div.section__grid__highlight__item |
Publicidade div.row > div#mkcvvqx3tuu > div.section__grid__highlight > div.section__grid__highlight__item |
Publicidade header#mkcvvr1k > div.container > div.row > div.headerSection__ad |
Publicidade header#mkcvvr32 > div.container > div.row > div.headerSection__ad |
Publicidade div.row > div.col-24 > div.sectionGrid__grid__highlight > div.sectionGrid__grid__highlight__item |
Publicidade div.row > div#mkcvvr0z > div.section__grid__highlight > div.section__grid__highlight__item |
Publicidade header#mkcvvr1k > div.container > div.row > div.headerSection__ad |
Publicidade div.row > div.col-24 > div.sectionGrid__grid__highlight > div.sectionGrid__grid__highlight__item |
Publicidade div.row > div#mkcvvr1z > div.section__grid__highlight > div.section__grid__highlight__item |
Produto do UOL div.row > div#mkcvvqz8 > div.section__grid__highlight > div.section__grid__highlight__item |
Publicidade header#mkcvvqxq > div.container > div.row > div.headerSection__ad |
Publicidade div.row > div.col-24 > div.sectionGrid__grid__highlight > div.sectionGrid__grid__highlight__item |
Publicidade header#mkcvvr5k > div.container > div.row > div.headerSection__ad |
Publicidade header#mkcvvr5q > div.container > div.row > div.headerSection__ad |
Publicidade header#mkcvvr4q > div.container > div.row > div.headerSection__ad |
Publicidade header.cardVertical__headerSection > div.container > div.row > div.headerSection__ad |
Publicidade header.cardVertical__headerSection > div.container > div.row > div.headerSection__ad |
Publicidade header.cardVertical__headerSection > div.container > div.row > div.headerSection__ad |
Publicidade div.row > div#mkcvvqxl2uu > div.section__grid__highlight > div.section__grid__highlight__item |
Publicidade header.cardVertical__headerSection > div.container > div.row > div.headerSection__ad |
Publicidade header.cardVertical__headerSection > div.container > div.row > div.headerSection__ad |
Publicidade header.cardVertical__headerSection > div.container > div.row > div.headerSection__ad |
Publicidade div.row > div#mkcvvr12 > div.section__grid__highlight > div.section__grid__highlight__item |
Produtos do UOL div.row > div#mkcvvr4b > div.section__grid__highlight > div.section__grid__highlight__item |
Publicidade div.row > div#mkcvvr4b > div.section__grid__highlight > div.section__grid__highlight__item |
Produtos do UOL div.row > div#mkcvvr4b > div.section__grid__highlight > div.section__grid__highlight__item |
Publicidade div.row > div#mkcvvr4b > div.section__grid__highlight > div.section__grid__highlight__item |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
5,89 div.exchangeBarHeader__container > div > a.exchangeBarHeader__item > span.exchangeBarHeader__item__value |
A votação do UOL não possui caráter científico ou influência sobre o resultado … div.cardPoll > div.cardPoll__bottom > div.cardPoll__bottom--information > p.cardPoll__bottom__disclaimer |
Este site é protegido pelo reCAPTCHA e pelo Google Política de Privacidade e Te… div.cardPoll > div.cardPoll__bottom > div.cardPoll__bottom--information > p.cardPoll__bottom__recaptcha |
Divulgue o seu negócio com um site profissional!
article.headlineAd > a.hyperlink > div.headlineAd__content > span.headlineAd__title |
INGRESSOS DE CINEMA, CONTEÚDO UOL E STREAMINGS EM UMA SÓ ASSINATURA article.headlineAd > a.hyperlink > div.headlineAd__content > span.headlineAd__title |
Maquininhas com as melhores taxas. PEÇA JÁ article.headlineAd > a.hyperlink > div.headlineAd__content > span.headlineAd__title |
Materiais de estudo para todas as fases de ensino. Cadastre-se grátis! article.headlineAd > a.hyperlink > div.headlineAd__content > span.headlineAd__title |
Com professores renomados.Descubra! article.headlineAd > a.hyperlink > div.headlineAd__content > span.headlineAd__title |
Com a FAAP Online, você abre portas para grandes oportunidades article.headlineAd > a.hyperlink > div.headlineAd__content > span.headlineAd__title |
Pizzaria de São Paulo é eleita a melhor da América Latina no 50 Top Pizza article.cardGroupVertical__principal > a.hyperlink > div.headlinePhoto__content > h3#publisher-2c7231e5cb9ad6d534e994faacdcb8920260414 |
Apreensões de dinheiro vivo e confiscos pela PF aumentam 36 vezes em 3 anos article.cardGroupVertical__principal > a.hyperlink > div.headlinePhoto__content > h3#publisher-43736542f1bf3eb252d6f3599394893220260414 |
ERRATAS nav.container > div.footer__error > a.hyperlink > span.linkExternal__text |
Conheça nossa história div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Denuncie div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Fale conosco div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Imprensa div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
SAC div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Segurança e privacidade div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Comunique erro de segurança div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > div.hyperlink |
Termos de Uso div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Aviso de Direitos autorais div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Carreiras div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
PagBank div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Blog PagBank div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Assine UOL div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Tenha um email @uol div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Bate-Papo UOL div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Antivírus div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Play div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Leia+ div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Clube UOL div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Resolve div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Sexo div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Wi-Fi div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Assistência técnica div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Passei Direto div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Educação div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Afiliados div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Anuncie no UOL div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Cloud Computing div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Conecte div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Criador de sites div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Loja VirtUOL div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Dicas para o seu negócio div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Venda sem maquininha div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Email marketing div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Email profissional div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Hospedagem div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Maquininha de cartão div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
PagBank div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Registre um domínio div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Notícias div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Placar UOL div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Cotações div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Bate-Papo UOL div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
UOL Mail div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
Meu UOL div.showcaseColumns > ul.showcaseColumns__list > li.showcaseColumns__item > a.hyperlink |
1996-2026 UOL - Universo Online. Todos os direitos reservados. Segurança e priv… footer.footer > nav.container > div.footer__footerBar > span.footer__footerBar__title |
Segurança e privacidade nav.container > div.footer__footerBar > span.footer__footerBar__title > a.hyperlink |
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 |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Política de Privacidade div.cardPoll__bottom > div.cardPoll__bottom--information > p.cardPoll__bottom__recaptcha > a.cardPoll__bottom__recaptcha__link |
Termos de serviço div.cardPoll__bottom > div.cardPoll__bottom--information > p.cardPoll__bottom__recaptcha > a.cardPoll__bottom__recaptcha__link |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Alexandre Ramagem é solto após 2 dias preso nos Estados Unidos article.headlineMain > a.hyperlink > div > h3#mo0nr32s |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div.section__grid__aside > section.cardPrime > a.cardPrime__header div.row > div.section__grid__aside > section.cardPrime > a.cardPrime__header |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers have 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 |
|---|
HOST
Divulgue o seu negócio com um site profissional!
+
INGRESSOS DE CINEMA, C… div.section__grid__highlight > div.cardProducts > div > ul.cardProducts__list |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
text header.headerDesktop > div.searchHeader > div.searchHeader__search > input.searchHeader__input |
These items highlight common accessibility best practices.
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 |
|---|---|
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
| Unload event listeners are deprecated and will be removed. | s.cdn.turner.com/analytics/comscore/streamsense.5.2.0.160629.min.js line 7, col 22894 |
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 |
|---|---|
www.uol.com.br/ line 431, col 0 | Access to fetch at 'https://ib.adnxs.com/getuidj' from origin 'https://www.uol.com.br' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
www.uol.com.br/ line 817, col 0 | Access to XMLHttpRequest at 'https://ib.adnxs.com/getuidj?gdpr=0' from origin 'https://www.uol.com.br' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
mfe.fantascope.uol.com.br/player/news/fantascope-player.js line 13, col 5456 | Error playing video: AbortError: The play() request was interrupted by a new load request. https://goo.gl/LdLk22 |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Uncaught ReferenceError: geoip is not defined | |
Uncaught TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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 |
|---|
div.wdg-login-container > div.wdg-login > div.wdg-login-form > a.btn-login div.wdg-login-container > div.wdg-login > div.wdg-login-form > a.btn-login |
To appear in search results, crawlers need access to your app.
Send Feedback