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
CLandmark StructureAction3 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
CLink & Button QualityAction2 issue(s) across 82 links and 10 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /email-launch.htm | (empty) | empty | Add link text or aria-label |
| /email-launch.htm | (empty) | empty | Add link text or aria-label |
| https://docs.aweber.com | Knowledge base | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/emailmarket… | Video tutorials | new tab | Add '(opens in new tab)' to text |
| /dpst.htm | Data Processing Terms | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/emailmarket… | Video tutorials | new tab | Add '(opens in new tab)' to text |
| //www.facebook.com/aweber | new tab | Add '(opens in new tab)' to text | |
| //twitter.com/intent/user?screen_name=aw… | new tab | Add '(opens in new tab)' to text | |
| //www.youtube.com/aweber | YouTube | new tab | Add '(opens in new tab)' to text |
| //www.instagram.com/aweber | new tab | Add '(opens in new tab)' to text | |
| //www.linkedin.com/company/aweber/ | new tab | Add '(opens in new tab)' to text | |
| //www.pinterest.com/emailmarketing/ | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/email-launch.htm; /email-launch.htm
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://docs.aweber.com; https://www.youtube.com/user/emailmarketing; /dpst.htm; https://www.youtube.com/user/emailmarketing; //www.facebook.com/aweber; //twitter.com/intent/user?screen_name=aweber; //www.youtube.com/aweber; //www.instagram.com/aweber; //www.linkedin.com/company/aweber/; //www.pinterest.com/emailmarketing/
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
BFavicon & Branding11 icon(s) detectedREVIEW
AHeading Hierarchy36 headings, 1 skip(s)PASS
- H1 Connect, automate, and sell your vision to the world
- H3 AWeber Service Agreement skipped
- H4 Use of AWeber Services
- H4 Prohibited Activities
- H4 Account Billing
- H4 Termination
- H4 Intellectual Property
- H4 Ecommerce
- H5 Ecommerce Payment Processing
- H5 Ecommerce Customer Obligations
- H5 Ecommerce Service Providers
- H4 Migration Services
- H4 Free Trial Period
- H5 Eligibility
- H5 Usage Limits During Free Trial
- H4 Liability
- H3 Want it Done For You?
- H2 Easy-to-use marketing solutions for quicker success and at a fraction of the cost of other solutions
- H3 What you can do using AWeber
- H4 Effortlessly attract more customers
- H4 More ways to increase revenue
- H4 Keep your customers engaged and retained
- H4 Let automations do the heavy lifting
- H4 Get more eyes on your content
- H5 There's a plan to support you every step of the way
- H5 Customer love stories: How AWeber changed their lives!
- H5 Streamline your workflow - connecting your favorite tools
- H5 Make the move to AWeber without the stress
- H6 Free migrations
- H6 24/7 support for you
- H3 Get started for free
- H3 Support center
- H3 About
- H3 Developers
- H3 Press & media
- H3 Comparisons
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 32 images OKPASS
AForm Accessibility1 of 5 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #fname | text | First Name | for/id |
| #lname | text | Last Name | for/id |
| text | Email Address | for/id | |
| #query | text | Search AWeber | aria-label |
| #g-recaptcha-response | 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">
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
A404 Error PageHTTP 404, custom pagePASS
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 your vision to the w… | 18.26:1 | 3.0:1 | #000000 | #D3F5FE | Pass |
| h2 Easy-to-use marketin… | 18.26:1 | 3.0:1 | #000000 | #D3F5FE | Pass |
| h3 AWeber Service Agree… | 18.26:1 | 3.0:1 | #000000 | #D3F5FE | Pass |
| h3 Want it Done For You… | 18.26:1 | 3.0:1 | #000000 | #D3F5FE | Pass |
| h3 What you can do usin… | 18.26:1 | 3.0:1 | #000000 | #D3F5FE | Pass |
| h3 Get started for free | 18.26:1 | 3.0:1 | #000000 | #D3F5FE | Pass |
| title AWeber | Email Marke… | 9.14:1 | 4.5:1 | #000000 | #ED86E5 | Pass |
| span 87% off ends soon! | 9.14:1 | 4.5:1 | #000000 | #ED86E5 | Pass |
| s $599 | 13.51:1 | 4.5:1 | #000000 | #DCC7F3 | Pass |
| strong $79 | 18.26:1 | 3.0:1 | #000000 | #D3F5FE | Pass |
| span to launch your email… | 18.26:1 | 4.5:1 | #000000 | #D3F5FE | Pass |
| strong Start for just $79 | 18.26:1 | 3.0:1 | #000000 | #D3F5FE | Pass |
| a → | 18.26:1 | 4.5:1 | #000000 | #D3F5FE | Pass |
| a ✦ Newsletter Assis… | 18.26:1 | 4.5:1 | #000000 | #D3F5FE | Pass |
| a Features | 18.26:1 | 4.5:1 | #000000 | #D3F5FE | Pass |
| a Pricing | 18.26:1 | 4.5:1 | #000000 | #D3F5FE | Pass |
| a Blog | 18.26:1 | 4.5:1 | #000000 | #D3F5FE | Pass |
| a Sign in | 18.26:1 | 4.5:1 | #000000 | #D3F5FE | Pass |
| a My account | 18.26:1 | 4.5:1 | #000000 | #D3F5FE | Pass |
| a Get AWeber Free | 18.26:1 | 4.5:1 | #000000 | #D3F5FE | 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.
ALighthouse Accessibility AuditsScore 92/100 — 3 failing, 28 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.
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 |
|---|
Get AWeber Free div.aw-container > div.aw-row > div.nav > a#gtm-order-nav-00 |
Start for free → div.aw-row > div.aw-col-xs-12 > div.p--xs-small-t > a.btn |
LIMITED TIME OFFER div.aw-row > div.aw-col-xs-12 > div.dfy-card > span.dfy-badge |
$79 div.aw-col-xs-12 > div.dfy-card > div.dfy-pricing > span.dfy-price |
for a limited time (Reg. $599) div.aw-col-xs-12 > div.dfy-card > div.dfy-pricing > span.dfy-price-note |
Start for $79 today → div.aw-row > div.aw-col-xs-12 > div.dfy-card > a.btn |
$599 div.card > div.card__header > p.h5 > strike.text--negative |
Advanced landing page features div.card > div.card__footer > p > strike |
Sales tracking and low transaction fees div.card > div.card__footer > p > strike |
Remove AWeber branding div.card > div.card__footer > p.m--xs-xsmall-b > strike |
Start your free trial → div.aw-row > div.aw-col-xs-12 > div.final-cta-box > a.btn |
These are opportunities to improve the legibility of your content.
Names and labels
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.body--hero-dark > a.dfy-link body.body--hero-dark > a.dfy-link |
body.body--hero-dark > div.aw-sticky-ribbon > a.dfy-link body.body--hero-dark > div.aw-sticky-ribbon > a.dfy-link |
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.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.