Skip to content
https://globo.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
57
GRADE
D
FIX
5
REVIEW
6
PASS
2
INFO
0
Checks
13
2 PASS 6 REVIEW 5 FIX
D
Landmark Structure
Action
7 landmarks
FIX
7 landmarks
Critical::
No <main> landmark found
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Info::
2 <nav> landmark(s) found
Warning::
2 of 2 <nav> elements are unlabeled
Multiple navigations need aria-label to distinguish them for screen readers.
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Page Structure — as a screen reader sees it
BANNER header NAV MAIN (missing!) CONTENTINFO footer

Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.

Why this matters

Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.

Learn more

The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.

Source: WAI-ARIA / WCAG 2.4.1

Multiple navigations need aria-label to distinguish them for screen readers.

Why this matters

Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.

Learn more

When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.

Source: WAI-ARIA Authoring Practices

Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

Why this matters

Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.

Learn more

WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.

Source: WCAG 2.1 SC 2.4.1

D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
2 navigation landmark(s) detected
Info::
Hamburger menu detected (responsive design)
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation 2 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
2 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
C
Alt Text Quality
Action
7 of 133 images have issues
REVIEW
7 of 133 images have issues
Critical::
7 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Info::
86 decorative image(s) correctly marked
Info::
40 image(s) with good alt text
133 images 40 good alt text 86 decorative 7 missing
IssueCount
missing7 image(s)

Images without alt text are invisible to screen readers.

Why this matters

Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.

Learn more

WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.

Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report

B
Form Accessibility
2 of 2 controls have issues
REVIEW
2 of 2 controls have issues
Warning::
2 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="text" id="header-search-input">; <input type="text" name="searchV2-term">
2 controls
0 labeled
2 placeholder only
0 unlabeled
ControlTypeLabelMethod
#header-search-inputtext(Encontre na globo.com)placeholder only
searchV2-termtext(o que você procura?)placeholder only

Placeholder text disappears on focus and is not a reliable label.

<input type="text" id="header-search-input">; <input type="text" name="searchV2-term">

Why this matters

Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.

Learn more

Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).

Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman

C
404 Error Page
Action
HTTP 404, custom page
REVIEW
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title Globo.com - Desculpe-nos, página não encontrada Custom Styling Navigation Homepage Link Search Form
B
Favicon & Branding
14 icon(s) detected
REVIEW
14 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
Multiple icon sizes detected
favicon.ico Present
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Present
Multiple Sizes Present
B
Web Manifest
Valid manifest
REVIEW
Valid manifest
Info::
Name present: globo.com
Warning::
No 192x192 icon
A 192px icon is required for PWA installation.
Info::
512x512 icon present
Info::
Display mode: standalone
PWA Install Criteria Not Installable
Name globo.com 192×192 icon 512×512 icon Start URL ./?utm_source=pwa&utm_medium=web_app_manifest Display Mode standalone
Name globo.com Display Mode standalone Theme Color #ffffff Background Color #ffffff Icons 6 icon(s)
B
Lighthouse Accessibility Audits
Score 84/100 — 6 failing, 25 passed
REVIEW
84

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.

ARIA

Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
ASSINANTE 22:30 - 23:30 Mesacast BBB div.globoplay-content > div#carousel-content > div.carousel-highlight > div.carousel-highlight-widget__container

Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
Esporte Em crise no Inglês, Tottenham prepara barca com nomes importantes; veja… div#tns1-mw > div#tns1-iw > div#tns1 > div#tns1-item1
Entretenimento Abuso de remédios, Ana Castela, uso de testosterona e filhos: Zé… div#tns1-mw > div#tns1-iw > div#tns1 > div#tns1-item2

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.

Contrast

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
ge div.menuMobile > ul.header-titles > li.items > a.header-title
gshow div.menuMobile > ul.header-titles > li.items > a.header-title
globoplay div.menuMobile > ul.header-titles > li.items > a.header-title
TEMPO REAL a.post__link > div.post__live > div.post__live--wrapper > span.post__live--title
TEMPO REAL a.post__link > div.post__live > div.post__live--wrapper > span.post__live--title
Champions: datas, jogos e horários das semifinais div.container > div.post > a.post__link > h2.post__title
Ekitiké, do Liverpool, está fora da Copa do Mundo, diz técnico da França div.container > div.post > a.post__link > h2.post__title
Jardim deve repetir time na Liberta; provável Fla div.container > div.post > a.post__link > h2.post__title
Gabriela fala sobre atritos com Cowboy: 'Minha intuição estava certa' div.container > div.post > a.post__link > h2.post__title
Cartoleiros têm última missão no game: o pódio div.container > div.post > a.post__link > h2.post__title
Dê seu palpite div.has-image > div.container > a.container__button > span.container__button--text
Reta final do BBB 26 div.destaque-trilho__container > div.destaque-trilho-headline > div.destaque-trilho-headline-sponsorship > h2.destaque-trilho-headline--link
Jordana analisa jogo de Ana Paula: 'Cria o assunto certo' div.post-multicontent > a.post-multicontent__link > div.post-multicontent__link--title > h2.post-multicontent__link--title__text
Maxiane celebra reencontro com Marciele após Eliminação da sister div.post-multicontent > a.post-multicontent__link > div.post-multicontent__link--title > h2.post-multicontent__link--title__text
Queridômetro: saldo revela o 'mais amado' e o 'maior alvo' da edição div.post-multicontent > a.post-multicontent__link > div.post-multicontent__link--title > h2.post-multicontent__link--title__text
Procedimentos, cabelo novo... Ex-BBBs mudam o visual div.post-multicontent > a.post-multicontent__link > div.post-multicontent__link--title > h2.post-multicontent__link--title__text
Tudo sobre o reality div#destaque-trilho > div.destaque-trilho__container > a.destaque-trilho__container--smart-button > span.destaque-trilho__container--smart-button__link
MOEDAS div.economy-widget > div.economy-widget__currencies > div.economy-widget__currencies-header > span
COMPRA div.economy-widget > div.economy-widget__currencies > div.economy-widget__currencies-header > span
atualizado 15/04/2026 18h00 div.economy-widget > div.economy-widget__footer > div.economy-widget__footer__datetime > span
fonte: div.economy-widget__footer > div.economy-widget__footer__logotype > a.economy-widget__footer__logotype-link > span.economy-widget__footer__source
Futebol internacional div.post > a.post__link > div.post__source > span.post__source--editorial
ge div.post > a.post__link > div.post__source > span.post__source--product
Veja as tabelas dos principais campeonatos do Brasil e do exterior em um só lug… div.container > div.post > a.post__link > h2.post__title
Como valorizar no Cartola, dicas campeãs, radar, novidades para Brasileiro e tu… div.container > div.post > a.post__link > h2.post__title
Fique ligado! Confira as partidas de hoje e dos próximos dias na agenda do 'ge' div.container > div.post > a.post__link > h2.post__title
Rival de João Fonseca nas quartas celebra: 'Vai ser divertido, os fãs estão ans… div.container > div.post > a.post__link > h2.post__title
Lembra dele? Lateral campeão brasileiro com Atlético-MG e Fluminense anuncia ap… div.container > div.post > a.post__link > h2.post__title
Campeão brasileiro e da Copa do Brasil, Nelsinho Baptista anuncia aposentadoria… div.container > div.post > a.post__link > h2.post__title
Marcos Antônio tem lesão diagnosticada e volta ao São Paulo só depois da Copa d… div.container > div.post > a.post__link > h2.post__title
Ex-Vasco e Corinthians, Talles Magno brilha nos EUA e marca primeiro hat-trick … div.container > div.post > a.post__link > h2.post__title
Bicampeã olímpica, A’Ja Wilson assina maior contrato da história da WNBA: R$ 25… div.container > div.post > a.post__link > h2.post__title
Jogos de hoje div#widget-sports > div > div.championship-schedule > div.championship-schedule__title
TEMPO REAL div.championship-schedule__agenda > a.championship-schedule__agenda__game > div.championship-schedule__agenda__game--real-time > span
TEMPO REAL div.championship-schedule__agenda > a.championship-schedule__agenda__game > div.championship-schedule__agenda__game--real-time > span
Mais jogos div > div.championship-schedule > a.championship-schedule__footer-cta > div.championship-schedule__footer-cta--text
Mais Esportes div#column-list > div#coluna-esporte > div.more-container > a.more-container__link
Entretenimento div.title-headline > a > h2.title-headline--text > span
Em papo sobre autoestima, Branca Feres revela que desistiu de silicone após 3º … div.container > div.post > a.post__link > h2.post__title
Maternidade Sincronizada div.post > a.post__link > div.post__source > span.post__source--editorial
gshow div.post > a.post__link > div.post__source > span.post__source--product
Abuso de remédios, Ana Castela, uso de testosterona e filhos: Zé Felipe abre a … div.container > div.post > a.post__link > h2.post__title
'Extra': em nova crise com a sogra, esposa de Endrick posta indireta na web; en… div.container > div.post > a.post__link > h2.post__title
Rafa Kalimann encanta web ao mostrar look da filha, Zuza: 'Uma boneca' div.container > div.post > a.post__link > h2.post__title
Após perder 60 Kg, MC Carol ousa com decote e de barriga de fora no Rio Fashion… div.container > div.post > a.post__link > h2.post__title
Neymar se declara para Bruna Biancardi no aniversário: 'Super, hiper, mega mamã… div.container > div.post > a.post__link > h2.post__title
Yudi Tamashiro fala da vida no Japão e dos desafios da esposa: ‘Vai ao mercado … div.container > div.post > a.post__link > h2.post__title
Discreta, Manu Gavassi abre álbum do 1º aniversário da filha e encanta com fest… div.container > div.post > a.post__link > h2.post__title
Anita Harley, Marielle e mais: veja docs sobre investigações e crimes reais no … div.container > div.post > a.post__link > h2.post__title
'Que História É Essa, Porchat?' reestreia com episódios especiais pelo Brasil div.container > div.post > a.post__link > h2.post__title
Horóscopo div > div.horoscope__title > a > h3.horoscope__title--text
Áries div.horoscope > div.horoscope-content > div.horoscope-content__info > div.horoscope-content__info__name
Leia a previsão completa div.horoscope > div.horoscope-content > a.horoscope__complete-cta > div.horoscope__complete-cta--text
fonte: div > div.horoscope > div.offer-by-personare > span.offer-by-personare__label
Mais Entretenimento div#column-list > div#coluna-entretenimento > div.more-container > a.more-container__link
Jornalismo div.card-programacao > a > div.card-programacao__header > span.card-programacao__category
AGORA NO GLOBOPLAY div.card-programacao__header > div.card-programacao__label > div.label-now > div.label-now__text
Hoje, 11:00 PM div.card-programacao__content > div.card-programacao__details > span.card-programacao__time > span.card-programacao__time
Veja os planos div > div > a.vitrine-globoplay__header-call-button > span.vitrine-globoplay__header-call-button__text
gshow div#franja-horizontal-2 > div.franja-headline > h2.franja-headline--text > span
Lorena diz a Juquinha que quer um casamento tradicional div.franja-container__content > div.post > a.post__link > h2.post__title
Mirinho é chantageado por ex-affair e corre risco de ser desmascarado div.franja-container__content > div.post > a.post__link > h2.post__title
Ana Castela e Filipe Bragança mostram bastidores de gravação div.franja-container__content > div.post > a.post__link > h2.post__title
Praia, festa e mais: veja cliques inéditos do aniversário de Paolla div.franja-container__content > div.post > a.post__link > h2.post__title
Saúde e bem-estar div#franja-horizontal-3 > div.franja-headline > h2.franja-headline--text > span
Dentistas de luxo? Maias usavam pedras preciosas para preencher dentes div.franja-container__content > div.post > a.post__link > h2.post__title
Paciente com melanoma raro tem regressão ampla das metástases div.franja-container__content > div.post > a.post__link > h2.post__title
A puberdade tem acontecido cada vez mais cedo em meninas: isso é normal? div.franja-container__content > div.post > a.post__link > h2.post__title
O remédio contra o câncer que gera bilhões e poucos conseguem pagar div.franja-container__content > div.post > a.post__link > h2.post__title
Cientista brasileira ajudou agricultores a economizar R$ 120 bilhões div.franja-container__content > div.post > a.post__link > h2.post__title
Como a comunicação de cachalotes se parece com a de humanos div.franja-container__content > div.post > a.post__link > h2.post__title
Gagliasso ganha minicabras e levanta dúvida sobre gravidez: 'Prenha?' div.franja-container__content > div.post > a.post__link > h2.post__title
Em parto raríssimo, vaca dá à luz trigêmeas e surpreende família no RS div.franja-container__content > div.post > a.post__link > h2.post__title

These are opportunities to improve the legibility of your content.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
g1 ge gshow globoplay o globo div.hui-container > div.header-grid__product-links > div.menuMobile > ul.header-titles
body.pages > div.searchV2 > div.searchV2__suggest > ul.searchV2__suggest__items body.pages > div.searchV2 > div.searchV2__suggest > ul.searchV2__suggest__items

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

Best practices

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html.tag-manager-publicidade-banner_home1_m--vazio html.tag-manager-publicidade-banner_home1_m--vazio

These items highlight common accessibility best practices.

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
g1 div.menuMobile > ul.header-titles > li.items > a.header-title
ge div.menuMobile > ul.header-titles > li.items > a.header-title
gshow div.menuMobile > ul.header-titles > li.items > a.header-title
Jordana analisa jogo de Ana Paula: 'Cria o assunto certo' li.post > div.modulo-multicontent-context > div.post-multicontent > a.post-multicontent__link
Maxiane celebra reencontro com Marciele após Eliminação da sister li.post > div.modulo-multicontent-context > div.post-multicontent > a.post-multicontent__link
Queridômetro: saldo revela o 'mais amado' e o 'maior alvo' da edição li.post > div.modulo-multicontent-context > div.post-multicontent > a.post-multicontent__link
Procedimentos, cabelo novo... Ex-BBBs mudam o visual li.post > div.modulo-multicontent-context > div.post-multicontent > a.post-multicontent__link
fonte: div.economy-widget > div.economy-widget__footer > div.economy-widget__footer__logotype > a.economy-widget__footer__logotype-link
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements use only permitted ARIA attributes
Elements with the `role=text` attribute do not have focusable descendents.
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Skip links are focusable.
Deprecated ARIA roles were not used
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Identical links have the same purpose.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A
Heading Hierarchy
126 headings
PASS
126 headings
Warning::
Multiple H1 headings (6 found)
A page should have only one H1. Multiple H1s dilute the document outline.
Warning::
1 empty heading(s)
Empty headings appear in the document outline but provide no information.
Info::
1 hidden heading(s) (aria-hidden)
  • H1 Globo.com, aqui você encontra notícias da sua região, esportes, entretenimento e muito mais
  • H2 U. Católica sai na frente do Cruzeiro no Mineirão pela Libertadores; SIGA
  • H2 Veja classificação com os resultados e jogos da rodada da Libertadores
  • H2 Júnior Santos vira para o Bota contra o Racing na Sula; SIGA
  • H2 Veja classificação, jogos e resultados da Sula
  • H2 Alexandre Ramagem deixa a prisão nos Estados Unidos
  • H2 Foragido, Ramagem ficou 2 dias preso e foi liberado
  • H2 Brasil discute com os EUA investigação que cita Pix e etanol
  • H2 Governo estima mínimo de R$ 1.717 em 2027; veja
  • H2 Vice de Trump pede 'cuidado' ao papa ao falar sobre teologia
  • H2 EUA divulgam áudio de bloqueio a Ormuz; ouça
  • H2 Gilmar aciona PGR contra relator de CPI por abuso de poder
  • H2 Vieira propôs indiciar Gilmar, Toffoli e Moraes
  • H2 Produtoras na mira da PF têm 8 músicas no top 10 do Brasil
  • H2 Dono da página 'Choquei' também é preso em GO
  • H2 Bayern marca dois no fim, vence Real de virada em jogaço de 7 gols e avança
  • H2 'Contra o meu time vira o Neuer': falhas do goleiro rendem memes
  • H2 Expulsão de Camavinga revolta técnico do Real: 'Estragou o jogo'
  • H2 Champions: datas, jogos e horários das semifinais
  • H2 Arsenal empata com o Sporting e vai à semi contra o Atl. de Madrid
  • H2 Ekitiké, do Liverpool, está fora da Copa do Mundo, diz técnico da França
  • H2 Jardim deve repetir time na Liberta; provável Fla
  • H2 Gabriela fala sobre atritos com Cowboy: 'Minha intuição estava certa'
  • H2 Ana, Jordana ou Floss: quem deixa o top 5?
  • H2 Cartoleiros têm última missão no game: o pódio
  • H2 Reta final do BBB 26
  • H2 Jordana analisa jogo de Ana Paula: 'Cria o assunto certo'
  • H2 Maxiane celebra reencontro com Marciele após Eliminação da sister
  • H2 Queridômetro: saldo revela o 'mais amado' e o 'maior alvo' da edição
  • H2 Procedimentos, cabelo novo... Ex-BBBs mudam o visual
  • H2 Jornalismo
  • H2 Cinegrafista da Band Minas morre, e repórter fica ferida em acidente em MG
  • H2 VÍDEO: Diretor derruba atirador e evita ataque em escola dos Estados Unidos
  • H2 Justiça Eleitoral torna Ratinho réu por violência política contra deputada após ofensas
  • H2 Lauro Jardim: filhos de FHC conseguem na Justiça a interdição do ex-presidente
  • H2 Irã se prepara para executar a primeira mulher por onda de protestos em janeiro
  • H2 Casa Branca é questionada sobre mortes e sumiços ligados a pesquisas nucleares e óvnis
  • H2 Arroz em risco? Alimento pode enfrentar colapso produtivo, alerta estudo
  • H2 Novo BYD Dolphin SE é mais barato que o Plus e tem 400 km de autonomia
  • H2 De airfryer a webcam: Guia de Compras te ajuda a escolher o produto ideal; compare
  • H2 Como fica o tempo na sua cidade e pelo país; veja previsão pelo país
  • H3 Economia
  • H4 Ibovespa
  • H2 Esporte
  • H2 Em crise no Inglês, Tottenham prepara barca com nomes importantes; veja lista
  • H2 Veja as tabelas dos principais campeonatos do Brasil e do exterior em um só lugar
  • H2 Como valorizar no Cartola, dicas campeãs, radar, novidades para Brasileiro e tudo sobre o game
  • H2 Fique ligado! Confira as partidas de hoje e dos próximos dias na agenda do 'ge'
  • H2 Rival de João Fonseca nas quartas celebra: 'Vai ser divertido, os fãs estão ansiosos'
  • H2 Lembra dele? Lateral campeão brasileiro com Atlético-MG e Fluminense anuncia aposentadoria
  • H2 Campeão brasileiro e da Copa do Brasil, Nelsinho Baptista anuncia aposentadoria aos 75 anos
  • H2 Marcos Antônio tem lesão diagnosticada e volta ao São Paulo só depois da Copa do Mundo
  • H2 Ex-Vasco e Corinthians, Talles Magno brilha nos EUA e marca primeiro hat-trick da carreira
  • H2 Bicampeã olímpica, A’Ja Wilson assina maior contrato da história da WNBA: R$ 25 milhões
  • H3 Agenda
  • H2 Entretenimento
  • H2 Em papo sobre autoestima, Branca Feres revela que desistiu de silicone após 3º filho
  • H2 Abuso de remédios, Ana Castela, uso de testosterona e filhos: Zé Felipe abre a intimidade
  • H2 'Extra': em nova crise com a sogra, esposa de Endrick posta indireta na web; entenda
  • H2 Rafa Kalimann encanta web ao mostrar look da filha, Zuza: 'Uma boneca'
  • H2 Após perder 60 Kg, MC Carol ousa com decote e de barriga de fora no Rio Fashion Week
  • H2 Neymar se declara para Bruna Biancardi no aniversário: 'Super, hiper, mega mamãe'
  • H2 Yudi Tamashiro fala da vida no Japão e dos desafios da esposa: ‘Vai ao mercado com tradutor’
  • H2 Discreta, Manu Gavassi abre álbum do 1º aniversário da filha e encanta com festa intimista
  • H2 Anita Harley, Marielle e mais: veja docs sobre investigações e crimes reais no Globoplay
  • H2 'Que História É Essa, Porchat?' reestreia com episódios especiais pelo Brasil
  • H3 Horóscopo
  • H2 Vídeos em alta hoje
  • H2 Documentário do Fantástico mostra o que tem por trás dos espelhos do BBB
  • H2 Documentário do Fantástico mostra o que tem por trás dos espelhos do BBB
  • H2 Tadeu Schmidt formaliza os dez participantes do grupo Pipoca do BBB 26
  • H2 Gil do Vigor confessa que acha Ed Gama 'um gato'
  • H2 Nicole Bahls diz que colocaria Sabrina Sato no BBB 26: 'Eu amo'
  • H2 Ana Clara entra na casa e fala sobre grupo de veteranos: 'Tô fora'
  • H3 Jornal Nacional
  • H3 Três Graças
  • H3 Libertadores
  • H2 (empty)
  • H2 Todos os produtos Globo e parceiros para você! hidden
  • H1 12x R$ 22,90 duplicate H1
  • H1 12x R$ 19,90 duplicate H1
  • H1 12x R$ 29,90 duplicate H1
  • H1 12x R$ 4,99 duplicate H1
  • H1 12x R$ 19,90 duplicate H1
  • H2 Vai cozinhar hoje?
  • H2 Histórias incríveis
  • H2 ‘Fui vendida para me casar aos 8 anos, mas consegui fugir e agora serei doutora’
  • H2 Em trisal, mulheres surpreendem ao engravidar ao mesmo tempo: 'Foi um choque'
  • H2 Inocência e emoção de menina com teste de gravidez da mãe viraliza: 'Eu tô grávida?'
  • H2 A gente explica
  • H2 Costuma jogar papel higiênico na privada? Saiba 5 motivos para não fazer isso
  • H2 Como a 'síndrome da vida paralela' pode estar sabotando seu relacionamento
  • H2 La Niña termina, e Pacífico entra em neutralidade; El Niño ainda pode se formar
  • H2 gshow
  • H2 Lorena diz a Juquinha que quer um casamento tradicional
  • H2 Mirinho é chantageado por ex-affair e corre risco de ser desmascarado
  • H2 Ana Castela e Filipe Bragança mostram bastidores de gravação
  • H2 Praia, festa e mais: veja cliques inéditos do aniversário de Paolla
  • H2 Saúde e bem-estar
  • H2 Dentistas de luxo? Maias usavam pedras preciosas para preencher dentes
  • H2 Paciente com melanoma raro tem regressão ampla das metástases
  • H2 A puberdade tem acontecido cada vez mais cedo em meninas: isso é normal?
  • H2 O remédio contra o câncer que gera bilhões e poucos conseguem pagar
  • H2 Ciência e natureza
  • H2 Cientista brasileira ajudou agricultores a economizar R$ 120 bilhões
  • H2 Como a comunicação de cachalotes se parece com a de humanos
  • H2 Gagliasso ganha minicabras e levanta dúvida sobre gravidez: 'Prenha?'
  • H2 Em parto raríssimo, vaca dá à luz trigêmeas e surpreende família no RS
  • H3 jornalismo
  • H2 PF age em 9 estados e prende MC Ryan em SP e Poze no Rio
  • H2 Avião voa por 2h em círculos antes de cair na Bolívia; 2 morrem
  • H2 Moraes determina abertura de inquérito para investigar calúnia de Flávio Bolsonaro contra Lula
  • H2 Mãe e filho são indiciados após batida com Porsche em túnel de São Paulo
  • H2 Fim da escala 6x1: Relator vota a favor e sugere transição e tributo menor
  • H3 esporte
  • H2 Em crise no Inglês, Tottenham prepara barca com nomes importantes; veja lista
  • H2 Maracanã, Ferj e empresa são multados em R$ 877 mil por publicidade de conteúdo adulto
  • H2 Como foi a reação do presidente do Botafogo social com a presença da SAF em classificados
  • H2 Raphinha se desculpa por gesto de roubo na eliminação do Barça e cita torcedor
  • H2 Sem anabolizantes e óleo de peixe diário: o preparo do filho de Schwarzenegger para o fisiculturismo
  • H3 entretenimento
  • H2 Abuso de remédios, Ana Castela, uso de testosterona e filhos: Zé Felipe abre a intimidade
  • H2 'Extra': em nova crise com a sogra, mulher de Endrick posta indireta na web; entenda
  • H2 Procedimentos, cabelo novo... Ex-BBBs mudam o visual
  • H2 Gabi analisa Jordana após rever cena: 'Queria o caos'
  • H2 Filha de Neymar, Mavie dá show de fofura ao dizer que o pai é famoso, e vídeo viraliza

A page should have only one H1. Multiple H1s dilute the document outline.

Why this matters

Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.

Learn more

HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.

Source: WCAG 2.4.6 / Google Search Central

Empty headings appear in the document outline but provide no information.

Why this matters

Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.

Source: WCAG 2.4.6

A+
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
PASS

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

20 pass
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h2 U. Católica sai na …18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Veja classificação…18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Júnior Santos vira …18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Veja classificação…18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Alexandre Ramagem de…18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Foragido, Ramagem fi…18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Brasil discute com o…18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Governo estima míni…18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Vice de Trump pede '…18.10:13.0:1
#000000
#EEEEEE
Pass
h2 EUA divulgam áudio …18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Gilmar aciona PGR co…18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Vieira propôs indic…18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Produtoras na mira d…18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Dono da página 'Cho…18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Bayern marca dois no…18.10:13.0:1
#000000
#EEEEEE
Pass
h2 'Contra o meu time v…18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Expulsão de Camavin…18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Champions: datas, jo…18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Arsenal empata com o…18.10:13.0:1
#000000
#EEEEEE
Pass
h2 Ekitiké, do Liverpo…18.10:13.0:1
#000000
#EEEEEE
Pass

Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback