Accessibility
· 12 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
CLandmark StructureAction5 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
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
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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CLighthouse Accessibility AuditsActionScore 77/100 — 9 failing, 26 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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
NO
YES div.prefPanel > div > div.cookiecat > div.switch |
NO
YES div.prefPanel > div > div.cookiecat > div.switch |
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 |
|---|
World li.world-health-organization > svg > g > g |
Health li.world-health-organization > svg > g > g |
Organization li.world-health-organization > svg > g > g |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
See it in action → div.tw:max-w-[1300px] > div.tw:xl:w-2/5 > div.tw:grid-cols-2 > a#see-it-in-action |
Explore automation div.inner > div.contents > div.copy > a.tertiary |
Build an email div.inner > div.contents > div.copy > a.tertiary |
Required Cookies div.cookiecat > div > span.gwt-InlineHTML > h3 |
View Required Cookies div.prefPanel > div > div.cookiecat > a.viewcookie |
Functional Cookies div.cookiecat > div > span.gwt-InlineHTML > h3 |
Detailed Settings div.prefPanel > div > div.cookiecat > a.viewcookie |
Advertising Cookies div.cookiecat > div > span.gwt-InlineHTML > h3 |
Detailed Settings div.prefPanel > div > div.cookiecat > a.viewcookie |
SUBMIT PREFERENCES div.mainContent > div.gdpr > div.pdynamicbutton > a.submit |
Privacy Policy div > div.footer > div.left > a |
Powered by: div.wrapper > div > div.footer > div.right |
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 |
|---|
drag-and-drop email builder div.copy > ul > li > a |
These are opportunities to improve the legibility of your content.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.mobile-detected > div#pop-div2054144032280801 > div#pop-div3018558117474723657 > div#pop-frame0577028029209229 body.mobile-detected > div#pop-div2054144032280801 > div#pop-div3018558117474723657 > div#pop-frame0577028029209229 |
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 |
|---|
Enhance performance, targeting, and optimization with our smart capabilities. section#calloutContainer > div.tw:max-w-[1300px] > div.tw:xl:w-2/5 > h3.tw:md:text-4xl |
Required Cookies div.cookiecat > div > span.gwt-InlineHTML > h3 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.tw:sm:absolute > div.tw:max-w-[1300px] > div.tw:xl:w-3/5 > img.tw:relative div.tw:sm:absolute > div.tw:max-w-[1300px] > div.tw:xl:w-3/5 > img.tw:relative |
div.footer > div.left > a > img.inline-e3jf3l div.footer > div.left > a > img.inline-e3jf3l |
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 |
|---|
body.mobile-detected > header.bg-text-default > nav.w-full > a.block body.mobile-detected > header.bg-text-default > nav.w-full > a.block |
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.
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 |
|---|
View Required Cookies div.prefPanel > div > div.cookiecat > a.viewcookie |
Detailed Settings div.prefPanel > div > div.cookiecat > a.viewcookie |
NO div > div.cookiecat > div.switch > span.gwt-InlineHTML |
YES div > div.cookiecat > div.switch > span.gwt-InlineHTML |
Detailed Settings div.prefPanel > div > div.cookiecat > a.viewcookie |
NO div > div.cookiecat > div.switch > span.gwt-InlineHTML |
YES div > div.cookiecat > div.switch > span.gwt-InlineHTML |
AHeading Hierarchy9 headings, 1 skip(s)PASS
- H2 Platform
- H1 Maximize your email marketing potential.
- H3 Enhance performance, targeting, and optimization with our smart capabilities. skipped
- H3 Manage your marketing funnel in one place: announcing Website Builder.
- H3 Automate email journeys for perfectly timed sends.
- H3 Drag and drop your way to a beautiful email.
- H3 Get started with one of our free templates.
- H3 Smarter email for a better bottom line.
- H3 Get started with Campaign Monitor today
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
AAlt Text Quality1 of 10 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 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
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #fieldEmail | for/id | ||
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
ALink & Button Quality90 links, 1 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.g2.com/products/campaign-mon… | Users love Campaign Monitor on… | new tab | Add '(opens in new tab)' to text |
| https://www.g2.com/products/campaign-mon… | Campaign Monitor is a leader i… | new tab | Add '(opens in new tab)' to text |
| https://www.g2.com/products/campaign-mon… | Campaign Monitor by Marigold i… | new tab | Add '(opens in new tab)' to text |
| https://meetmarigold.com/company/complia… | Modern Slavery Statement | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@TryCampaignMoni… | Follow us on Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/campaig… | new tab | Add '(opens in new tab)' to text | |
| https://x.com/campaignmonitor | Follow us on X | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/campaignmonitor | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/campaign.monit… | new tab | Add '(opens in new tab)' to text | |
| https://campaignmonitor.force.com/s/ccpa… | Do not sell my… | new tab | Add '(opens in new tab)' to text |
| https://meetmarigold.com/ | Marigold | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.g2.com/products/campaign-monitor-by-marigold/reviews?utm_source=r…; https://www.g2.com/products/campaign-monitor-by-marigold/reviews?utm_source=r…; https://www.g2.com/products/campaign-monitor-by-marigold/reviews?utm_source=r…; https://meetmarigold.com/company/compliance/modern-slavery-statement; https://www.youtube.com/@TryCampaignMonitor; https://www.linkedin.com/company/campaign-monitor; https://x.com/campaignmonitor; https://www.facebook.com/campaignmonitor; https://www.instagram.com/campaign.monitor/; https://campaignmonitor.force.com/s/ccpa?varProductGroup=CM (+1 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