Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction8 issue(s) across 312 links and 95 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.intuit.com/ | Intuit | new tab | Add '(opens in new tab)' to text |
| https://turbotax.intuit.com/ | Turbo Tax | new tab | Add '(opens in new tab)' to text |
| https://www.creditkarma.com/ | Credit Karma | new tab | Add '(opens in new tab)' to text |
| https://quickbooks.intuit.com/ | Quickbooks | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| https://www.intuit.com/ | Intuit | new tab | Add '(opens in new tab)' to text |
| https://turbotax.intuit.com/ | Turbo Tax | new tab | Add '(opens in new tab)' to text |
| https://www.creditkarma.com/ | Credit Karma | new tab | Add '(opens in new tab)' to text |
| https://quickbooks.intuit.com/ | Quickbooks | new tab | Add '(opens in new tab)' to text |
| /legal/promotional-offer-terms/#Promotio… | Términos de la prueba gratuit… | new tab | Add '(opens in new tab)' to text |
| /es/help/about-additional-charges/ | recargos | new tab | Add '(opens in new tab)' to text |
| /legal/promotional-offer-terms/#Promotio… | Términos de la prueba gratuit… | new tab | Add '(opens in new tab)' to text |
| /help/about-additional-charges/ | cargos adicionales | new tab | Add '(opens in new tab)' to text |
| /es/legal/promotional-offer-terms/#Promo… | Términos de la prueba gratuit… | new tab | Add '(opens in new tab)' to text |
| /help/about-additional-charges/ | cargos adicionales | new tab | Add '(opens in new tab)' to text |
| /es/legal/promotional-offer-terms/#15%25… | términos de la oferta | new tab | Add '(opens in new tab)' to text |
| /es/help/about-additional-charges/ | recargos | new tab | Add '(opens in new tab)' to text |
| /es/legal/promotional-offer-terms/#15%25… | términos de la oferta | new tab | Add '(opens in new tab)' to text |
| /es/help/about-additional-charges/ | recargos | new tab | Add '(opens in new tab)' to text |
| https://mailchimp.com/givewhereyoulive | Give Where You Live | new tab | Add '(opens in new tab)' to text |
| https://www.intuit.com/accessibility/ | Accesibilidad | new tab | Add '(opens in new tab)' to text |
| https://www.intuit.com/ | Intuit | new tab | Add '(opens in new tab)' to text |
| https://turbotax.intuit.com/ | Turbo Tax | new tab | Add '(opens in new tab)' to text |
| https://www.creditkarma.com/ | Credit Karma | new tab | Add '(opens in new tab)' to text |
| https://quickbooks.intuit.com/ | Quickbooks | new tab | Add '(opens in new tab)' to text |
| https://mailchimp.com/legal/cookies/ | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://cookiepedia.co.uk/giving-consent… | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | 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 |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a.menu__bumper-first (#648 on page); a.menu__bumper-last (#676 on page); a.menu__bumper-first (#1107 on page); a.menu__bumper-last (#1135 on page)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.intuit.com/; https://turbotax.intuit.com/; https://www.creditkarma.com/; https://quickbooks.intuit.com/; https://www.intuit.com/; https://turbotax.intuit.com/; https://www.creditkarma.com/; https://quickbooks.intuit.com/; /legal/promotional-offer-terms/#Promotional_14-Day_Free_Trial_Membership; /es/help/about-additional-charges/ (+17 more)
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 (#2796 on page); button (#2808 on page); button (#2824 on page); button (#2840 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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BAlt Text Quality1 of 122 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| too long | 15 image(s) |
Images without alt text are invisible to screen readers.
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding9 icon(s) detectedREVIEW
ALandmark Structure6 landmarksPASS
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
AHeading Hierarchy99 headingsPASS
- H3 Sectores y soluciones
- H4 Sector
- H4 Soluciones
- H4 Servicios profesionales
- H3 Integraciones
- H2 Lo más popular
- H3 Lo más popular
- H4 Shopify
- H4 WooCommerce
- H4 Canva
- H4 Zapier
- H4 Square
- H4 Wix
- H4 Squarespace
- H4 Stripe
- H4 Salesforce
- H4 LinkedIn
- H4 WordPress
- H4 Facebook
- H4 Tu pila tecnológica
- H4 Para los desarrolladores
- H3 Recursos
- H4 Aprender con Mailchimp
- H4 Mailchimp Presenta
- H4 Para desarrolladores
- H4 Servicios profesionales
- H3 Cuenta
- H2 Menú principal
- H3 Sectores y soluciones
- H4 Sector
- H4 Soluciones
- H4 Servicios profesionales
- H3 Integraciones
- H3 Lo más popular
- H4 Tu pila tecnológica
- H4 Para los desarrolladores
- H3 Recursos
- H4 Aprender con Mailchimp
- H4 Mailchimp Presenta
- H4 Para desarrolladores
- H4 Servicios profesionales
- H3 Cuenta
- H1 Marketing impulsado por datos sin la complejidad
- H1 Crecimiento sin esfuerzo, con la tecnología de tus datos duplicate H1
- H1 Marketing impulsado por IA que atrae a los clientes directamente a tu puerta de entrada duplicate H1
- H1 Mantén la interacción de tu comunidad con herramientas que facilitan el uso del correo electrónico duplicate H1
- H1 Conéctate con tus clientes, amplía tu lista y haz crecer tu negocio. duplicate H1
- H1 Haz crecer tu lista, conoce a tu público y genera más ROI. duplicate H1
- H2 Recomendado para tu empresa
- H3 Ve lo que funciona de un vistazo
- H3 Personaliza cada interacción
- H3 Haz crecer tu lista de contactos
- H3 Cambiar es tan fácil como 1, 2, 3
- H3 Llega a más clientes con SMS
- H3 Descubre nuevas formas de impulsar las ventas
- H3 Envía contenido de alta calidad con facilidad
- H3 Ahorre tiempo en tareas repetitivas
- H3 Descubre más de 300 integraciones
- H3 Confía en un soporte premiado
- H2 Haz que Mailchimp trabaje para ti
- H2 Marketing que da resultados
- H3 97 % más clics
- H3 Obtén hasta 30 veces el retorno de la inversión
- H3 Tasa de entrega del 99 %
- H3 Emplea poderosas herramientas de IA
- H2 Comienza fácilmente con un recorrido personalizado por los productos
- H2 ¡Prueba nuestro plan Standard gratis!
- H2 Obtén un 15% de descuento en nuestro plan Standard
- H2 Standard
- H2 Ahorra un 15% en la mejor plataforma asistida por expertos para tu crecimiento
- H2 Soporte telefónico y prioritario
- H2 Soporte telefónico y prioritario
- H2 Plantillas de correo electrónico prediseñadas y codificadas a medida
- H2 Plantillas de correo electrónico prediseñadas y codificadas a medida
- H2 Pruebas A/B y multivariantes
- H2 Pruebas A/B y multivariantes
- H2 Flujos mejorados de automatización de marketing
- H2 Flujos mejorados de automatización de marketing
- H2 Onboarding personalizado dedicado
- H2 Onboarding personalizado dedicado
- H2 Segmentación predictiva
- H2 Segmentación predictiva
- H2 Prémium
- H2 Mailchimp cumple con el RGPD
- H2 Además, soporte para más de 300 integraciones
- H2 Millones de usuarios nos confían su marketing por correo electrónico. Tú también puedes hacerlo.
- H3 Enlaces relacionados:
- H3 Productos
- H3 Recursos
- H3 Comunidad
- H3 Empresa
- H3 Ayuda
- H2 Why do we use cookies and other tracking technologies?
- H3 Manage Consent Preferences
- H4 Essential Website Cookies
- H4 Performance and Functionality Cookies
- H4 Advertising (Targeting) Cookies
- H4 Analytics and Customization Cookies
- H3 Vendors List
A page should have only one H1. Multiple H1s dilute the document outline.
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
A+Form AccessibilityAll 25 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| goals[sales] | checkbox | none | |
| goals[automation] | checkbox | none | |
| goals[customers] | checkbox | none | |
| goals[analytics] | checkbox | none | |
| goals[sms] | checkbox | none | |
| goals[relationships] | checkbox | none | |
| goals[email] | checkbox | none | |
| goals[switch.tool] | checkbox | none | |
| #trial--coo-69e1222347e0d | radio | Probar gratis Prueba sin riesgo | for/id |
| #discount--coo-69e1222347e0d | radio | Ahorra un 15% en 10 000+ contactos ó más | for/id |
| select | select | Currency | aria-label |
| #all_plans_contacts_select_1779070494 | select | Contactos Contactos | for/id |
| #trialInput-standard-876133 | radio | Probar gratis Pruébelo gratis durante 14 días | for/id |
| #discountInput-standard-876133 | radio | Ahorra un 15% en 10 000+ contactos ó más Ahorra un 15% en 10 000+ contactos ó más | for/id |
| select | select | Currency | aria-label |
| #all_plans_contacts_select_196938032 | select | Contactos Contactos | for/id |
| #languagePicker-916333984 | select | Esta página está disponible en otros idiomas. ¡Elige uno! | for/id |
| #ot-group-id-2 | checkbox | Performance and Functionality Cookies | for/id |
| #ot-group-id-4 | checkbox | Advertising (Targeting) Cookies | for/id |
| #ot-group-id-3 | checkbox | Analytics and Customization Cookies | for/id |
| #vendor-search-handler | text | Vendor list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
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 Marketing impulsado … | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h1 Crecimiento sin esfu… | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h1 Marketing impulsado … | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h1 Mantén la interacci… | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h1 Conéctate con tus c… | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h1 Haz crecer tu lista,… | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h2 Lo más popular | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h2 Menú principal | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h2 Recomendado para tu … | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h2 Haz que Mailchimp | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h2 Marketing que da res… | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h2 Comienza fácilmente… | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h2 ¡Prueba nuestro pla… | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h2 Standard | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h2 Soporte telefónico … | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h2 Soporte telefónico … | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h2 Plantillas de correo… | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h2 Plantillas de correo… | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h2 Pruebas A/B y multiv… | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h2 Pruebas A/B y multiv… | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | 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.
A+Lighthouse Accessibility AuditsScore 100/100 — 1 failing, 29 passedPASS
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Iniciar prueba gratis div.singlePlanCard__column > div.ctaBuyNowWrapper > div.margin--bottom-c3 > a.ctaBuyNow |
Conozca más div.stackingHighlight__block > div.stackingHighlight__block__media > div.flex > a.ctaArrow |
Cookie Statement. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |