Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure10 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
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.
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
BLink & Button Quality3 issue(s) across 85 links and 21 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| tel:08000474482 | 0800 047 4482 | new tab | Add '(opens in new tab)' to text |
| tel:08007297252 | 0800 729 7252 | new tab | Add '(opens in new tab)' to text |
| tel:08000474224 | 0800 047 4224 | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
tel:08000474482; tel:08007297252; tel:08000474224
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.carousel-indicator (#2253 on page); button.carousel-indicator (#2255 on page); button.carousel-button (#2259 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding9 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 89/100 — 3 failing, 23 passedREVIEW
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.carousel-track-container > div.page-nav-container > button.carousel-indicator div > div.carousel-track-container > div.page-nav-container > button.carousel-indicator |
div > div.carousel-track-container > div.page-nav-container > button.carousel-indicator div > div.carousel-track-container > div.page-nav-container > button.carousel-indicator |
div > div.carousel-track-container > div.page-nav-container > button.carousel-indicator div > div.carousel-track-container > div.page-nav-container > button.carousel-indicator |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Gerenciar cookies e saber mais. div.CookieBanner_content_wrapper > div#ccpaCookieContent_wrapper > h4#cookieTitle > a#manageCookiesLink |
These are opportunities to improve the legibility of your content.
Navigation
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 |
|---|
Usamos cookies atualmente para melhorar e personalizar sua experiência em nosso… div.CookieBanner_container_wrapper > div.CookieBanner_content_wrapper > div#ccpaCookieContent_wrapper > h4#cookieTitle |
These are opportunities to improve keyboard navigation in your application.
AHeading Hierarchy28 headings, 1 skip(s)PASS
- H2 PayPal para você
- H3 Fazer compras
- H3 Enviar e receber
- H3 Programa de Educação Financeira Brasil
- H2 PayPal para Empresas
- H3 Aceitar pagamentos
- H3 Gerenciar seu negócio
- H3 Recursos
- H2 PayPal para Empreendedores
- H3 Pagamentos
- H3 Recursos
- H1 Aplicativo do PayPal
- H2 Pague de um jeito fácil,
- H2 rápido e seguro
- H2 No PayPal, você paga do seu jeito
- H3 Compre em apenas alguns cliques
- H3 Pague com segurança
- H3 Envie e receba pagamentos on-line
- H2 Checkout online simplificado
- H2 Pague do seu jeito
- H2 Envie e receba pagamentos
- H2 Seguro, privado e protegido
- H2 Seja um dos milhões de usuários pelo mundo que amam o PayPal
- H2 Descubra mais formas de usar o PayPal
- H2 Converse Conosco
- H2 Serviço de Atendimento ao Cliente
- H2 Ouvidoria
- H4 Usamos cookies atualmente para melhorar e personalizar sua experiência em nosso site. Se você aceitar, também utilizaremos cookies de marketing para lhe mostrar anúncios personalizados. Gerenciar skipped
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Alt Text QualityAll 6 images OKPASS
A+Form AccessibilityNo form controlsPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Aplicativo do PayPal | 18.96:1 | 3.0:1 | #000000 | #F3F3F6 | Pass |
| h2 Pague de um jeito f… | 18.96:1 | 3.0:1 | #000000 | #F3F3F6 | Pass |
| h2 rápido e seguro | 18.96:1 | 3.0:1 | #000000 | #F3F3F6 | Pass |
| h2 No PayPal, você pag… | 18.96:1 | 3.0:1 | #000000 | #F3F3F6 | Pass |
| h2 Checkout online simp… | 18.96:1 | 3.0:1 | #000000 | #F3F3F6 | Pass |
| h2 Pague do seu jeito | 18.96:1 | 3.0:1 | #000000 | #F3F3F6 | Pass |
| h2 Envie e receba pagam… | 18.96:1 | 3.0:1 | #000000 | #F3F3F6 | Pass |
| h2 Seguro, privado e pr… | 18.96:1 | 3.0:1 | #000000 | #F3F3F6 | Pass |
| h2 Seja um dos milhões… | 18.96:1 | 3.0:1 | #000000 | #F3F3F6 | Pass |
| h2 Descubra mais formas… | 18.96:1 | 3.0:1 | #000000 | #F3F3F6 | Pass |
| h2 Converse Conosco | 18.96:1 | 3.0:1 | #000000 | #F3F3F6 | Pass |
| h2 Serviço de Atendime… | 18.96:1 | 3.0:1 | #000000 | #F3F3F6 | Pass |
| h2 Ouvidoria | 18.96:1 | 3.0:1 | #000000 | #F3F3F6 | Pass |
| h3 Compre em apenas alg… | 18.96:1 | 3.0:1 | #000000 | #F3F3F6 | Pass |
| h3 Pague com segurança | 18.96:1 | 3.0:1 | #000000 | #F3F3F6 | Pass |
| h3 Envie e receba pagam… | 18.96:1 | 3.0:1 | #000000 | #F3F3F6 | Pass |
| title Conta do PayPal | Ca… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Logotipo do PayPal | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Entrar | 18.96:1 | 4.5:1 | #000000 | #F3F3F6 | Pass |
| a Cadastrar-se | 18.96:1 | 4.5:1 | #000000 | #F3F3F6 | 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.