Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction8 of 131 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 8 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
FLink & Button QualityAction9 issue(s) across 315 links and 93 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… | Free Trial Terms | new tab | Add '(opens in new tab)' to text |
| /help/about-additional-charges/ | Overages | new tab | Add '(opens in new tab)' to text |
| /legal/promotional-offer-terms/#Promotio… | Free Trial Terms | new tab | Add '(opens in new tab)' to text |
| /help/about-additional-charges/ | Overages | new tab | Add '(opens in new tab)' to text |
| /legal/promotional-offer-terms/#Promotio… | Free Trial Terms | new tab | Add '(opens in new tab)' to text |
| /help/about-additional-charges/ | Overages | new tab | Add '(opens in new tab)' to text |
| /legal/promotional-offer-terms/#15%25_In… | Offer Terms | new tab | Add '(opens in new tab)' to text |
| /help/about-additional-charges/ | Overages | new tab | Add '(opens in new tab)' to text |
| /legal/promotional-offer-terms/#15%25_In… | Offer Terms | new tab | Add '(opens in new tab)' to text |
| /help/about-additional-charges/ | Overages | new tab | Add '(opens in new tab)' to text |
| /help/about-sms-marketing/ | here | generic text | Replace with descriptive text |
Before: here Suggested: About Sms Marketing | |||
| https://mailchimp.com/givewhereyoulive | Give Where You Live | new tab | Add '(opens in new tab)' to text |
| https://www.intuit.com/accessibility/ | Accessibility | 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 (#686 on page); a.menu__bumper-last (#714 on page); a.menu__bumper-first (#1147 on page); a.menu__bumper-last (#1175 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
Generic link text like 'click here' doesn't describe the destination.
/help/about-sms-marketing/ ("here")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
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; /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 (#2853 on page); button (#2865 on page); button (#2881 on page); button (#2897 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
F404 Error PageActionHTTP 400, bare pageFIX
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
BFavicon & Branding9 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
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 Data-driven marketin… | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h1 Effortless growth, p… | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h1 AI-powered marketing… | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h1 Keep your community … | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h1 Connect with clients… | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h1 Grow your list, lear… | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h2 Most Popular | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h2 Main Menu | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h2 Recommended for your… | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h2 Make Mailchimp | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h2 Marketing that deliv… | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h2 Get started easily w… | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h2 Try our Standard pla… | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h2 Standard | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h2 Phone & Priority Sup… | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h2 Phone & Priority Sup… | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h2 Popup Forms | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h2 Popup Forms | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h2 Multivariate & A/B T… | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
| h2 Multivariate & A/B T… | 1.25:1 | 3.0:1 | #000000 | #241C15 | Fail |
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+Landmark Structure6 landmarksPASS
AHeading Hierarchy98 headingsPASS
- H3 Industries and Solutions
- H4 Industry
- H4 Solutions
- H4 Professional Services
- H3 Integrations
- H2 Most Popular
- H3 Most 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 Your Tech Stack
- H4 For Developers
- H3 Resources
- H4 Learn with Mailchimp
- H4 Mailchimp Presents
- H4 For Developers
- H4 Professional Services
- H3 Account
- H2 Main Menu
- H3 Industries and Solutions
- H4 Industry
- H4 Solutions
- H4 Professional Services
- H3 Integrations
- H3 Most Popular
- H4 Your Tech Stack
- H4 For Developers
- H3 Resources
- H4 Learn with Mailchimp
- H4 Mailchimp Presents
- H4 For Developers
- H4 Professional Services
- H3 Account
- H1 Data-driven marketing without the complexity
- H1 Effortless growth, powered by your data duplicate H1
- H1 AI-powered marketing that brings customers to your front door duplicate H1
- H1 Keep your community engaged with tools that make email easy duplicate H1
- H1 Connect with clients, expand your list, and grow your business duplicate H1
- H1 Grow your list, learn about your audience, and drive more ROI duplicate H1
- H2 Recommended for your business
- H3 See what’s working at a glance
- H3 Personalize every interaction
- H3 Grow your contact list
- H3 Switching is as easy as 1, 2, 3
- H3 Reach more customers with SMS
- H3 Discover new ways to drive sales
- H3 Send high-quality content with ease
- H3 Save time on repetitive tasks
- H3 Discover 300+ integrations
- H3 Count on award-winning support
- H2 Make Mailchimp work for you
- H2 Marketing that delivers results
- H3 97% more clicks
- H3 See up to 30x ROI
- H3 99% delivery rate
- H3 Use powerful AI tools
- H2 Get started easily with a personalized product tour
- H2 Try our Standard plan for free!
- H2 Get 15% off our Standard plan
- H2 Standard
- H2 Save 15% on the ultimate expert-assisted platform for growth
- H2 Phone & Priority Support
- H2 Phone & Priority Support
- H2 Popup Forms
- H2 Popup Forms
- H2 Multivariate & A/B Testing
- H2 Multivariate & A/B Testing
- H2 Enhanced marketing automation flows
- H2 Enhanced marketing automation flows
- H2 Dedicated Personalized Onboarding
- H2 Dedicated Personalized Onboarding
- H2 Predictive Segmentation
- H2 Predictive Segmentation
- H2 Premium
- H2 Plus support for 300+ Integrations
- H2 Millions of users trust us with their email marketing. You can too.
- H3 Related Links:
- H3 Products
- H3 Resources
- H3 Community
- H3 Company
- H3 Help
- 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-69e7c60b3e86a | radio | Try for free Try risk-free | for/id |
| #discount--coo-69e7c60b3e86a | radio | Save 15% on 10,000+ contacts | for/id |
| select | select | Currency | aria-label |
| #all_plans_contacts_select_1431413755 | select | Contacts Contacts | for/id |
| #trialInput-standard-104191 | radio | Try for free Try free for 14 days | for/id |
| #discountInput-standard-104191 | radio | Save 15% on 10,000+ contacts Save 15% on 10,000+ contacts | for/id |
| select | select | Currency | aria-label |
| #all_plans_contacts_select_2144183159 | select | Contacts Contacts | for/id |
| #languagePicker-340758463 | select | This page is now available in other languages. | 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+Lighthouse Accessibility AuditsScore 97/100 — 2 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.
ARIA
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 |
|---|
Loading assistant div.mailchimpAssistantV25__container > div.mcaV25Container > div.mcaV25Container__panel > div.mcaV25Container__spinner |
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.
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 |
|---|
Start Free Trial div.singlePlanCard__column > div.ctaBuyNowWrapper > div.margin--bottom-c3 > a.ctaBuyNow |
Cookie Statement div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |