Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 404, bare pageFIX
FFavicon & BrandingAction1 icon(s) detectedFIX
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
CAlt Text QualityAction20 of 149 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 19 image(s) |
| generic | 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
CLink & Button QualityAction864 links, 91 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /shop-by-collections | See all collections | img no alt | Add alt attribute to the image |
| /new-arrivals | See all | img no alt | Add alt attribute to the image |
| /logo-design | Logo design | new tab | Add '(opens in new tab)' to text |
| /digital-marketing/social-media | Social Media | new tab | Add '(opens in new tab)' to text |
| /design | Product Design | new tab | Add '(opens in new tab)' to text |
| /logo-design | Logo design | new tab | Add '(opens in new tab)' to text |
| /digital-marketing/social-media | Social Media | new tab | Add '(opens in new tab)' to text |
| /design | Product Design | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/Vistaprint/ | new tab | Add '(opens in new tab)' to text | |
| https://x.com/vistaprint | X | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/vistaprint/ | new tab | Add '(opens in new tab)' to text | |
| https://www.pinterest.com/vistaprint/ | new tab | Add '(opens in new tab)' to text |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/shop-by-collections"]; a[href="/new-arrivals"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
/logo-design; /digital-marketing/social-media; /design; /logo-design; /digital-marketing/social-media; /design; https://www.facebook.com/Vistaprint/; https://x.com/vistaprint; https://www.instagram.com/vistaprint/; https://www.pinterest.com/vistaprint/
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
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 Vistaprint Home Page | 1.86:1 | 3.0:1 | #000000 | #2B3B55 | Fail |
| h2 Get up to 15% off to… | 1.86:1 | 3.0:1 | #000000 | #2B3B55 | Fail |
| h2 Explore all categori… | 1.86:1 | 3.0:1 | #000000 | #2B3B55 | Fail |
| h2 Shop by collection | 1.86:1 | 3.0:1 | #000000 | #2B3B55 | Fail |
| h2 Explore our seasonal… | 1.86:1 | 3.0:1 | #000000 | #2B3B55 | Fail |
| h2 Save 20% on your fir… | 1.86:1 | 3.0:1 | #000000 | #2B3B55 | Fail |
| h2 Stay on brand, effor… | 1.86:1 | 3.0:1 | #000000 | #2B3B55 | Fail |
| h2 Shop new arrivals, f… | 1.86:1 | 3.0:1 | #000000 | #2B3B55 | Fail |
| h2 Tools to help build … | 1.86:1 | 3.0:1 | #000000 | #2B3B55 | Fail |
| h2 Made by you, #MadeWi… | 1.86:1 | 3.0:1 | #000000 | #2B3B55 | Fail |
| h2 VistaPrint: Here for… | 1.86:1 | 3.0:1 | #000000 | #2B3B55 | Fail |
| h3 Easy Design | 1.86:1 | 3.0:1 | #000000 | #2B3B55 | Fail |
| h3 Make It Match | 1.86:1 | 3.0:1 | #000000 | #2B3B55 | Fail |
| title VistaPrint Official … | 1.86:1 | 4.5:1 | #000000 | #2B3B55 | Fail |
| a Accessibility | 1.86:1 | 4.5:1 | #000000 | #2B3B55 | Fail |
| a Skip to main content | 1.86:1 | 4.5:1 | #000000 | #2B3B55 | Fail |
| div Websites by Vista x … | 1.86:1 | 4.5:1 | #000000 | #2B3B55 | Fail |
| div Corporate Pricing | 1.86:1 | 4.5:1 | #000000 | #2B3B55 | Fail |
| div VistaCreate | 1.86:1 | 4.5:1 | #000000 | #2B3B55 | Fail |
| span Site Navigation | 1.86:1 | 4.5:1 | #000000 | #2B3B55 | 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 Structure13 landmarksPASS
A+Heading Hierarchy16 headingsPASS
- H1 Vistaprint Home Page
- H2 Get up to 15% off top business products
- H2 Explore all categories
- H2 Shop by collection
- H2 Explore our seasonal favorites
- H2 Save 20% on your first order
- H2 Stay on brand, effortlessly
- H2 Shop new arrivals, from clothing to packaging
- H2 Tools to help build your business
- H2 Made by you, #MadeWithVistaPrint
- H2 VistaPrint: Here for small business since 1995.
- H3 Easy Design
- H3 Make It Match
- H3 Let Us Help
- H3 Our Company
- H2 Choose Country
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #react-aria-_R_59nH3_ | search | Search | aria-label |
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 10 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.