Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction6 issue(s) across 523 links and 20 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://support.shutterfly.com/s/article… | Accessibility Statement | new tab | Add '(opens in new tab)' to text |
| https://www.shutterfly.com/deals/promoti… | See promo details | new tab | Add '(opens in new tab)' to text |
| https://www.shutterfly.com/deals/promoti… | See promo details | new tab | Add '(opens in new tab)' to text |
| https://www.shutterfly.com/deals/promoti… | See promo details | new tab | Add '(opens in new tab)' to text |
| https://www.shutterfly.com/deals/promoti… | See promo details | new tab | Add '(opens in new tab)' to text |
| https://www.shutterfly.com/myprojects | Projects | img no alt | Add alt attribute to the image |
| https://photos3.shutterfly.com/library | Photos | img no alt | Add alt attribute to the image |
| /deals/promotions_details/ | Details | new tab | Add '(opens in new tab)' to text |
| /deals/promotions_details/ | Details | new tab | Add '(opens in new tab)' to text |
| /deals/promotions_details/ | Details | new tab | Add '(opens in new tab)' to text |
| /deals/promotions_details/ | Details | new tab | Add '(opens in new tab)' to text |
| /global/shipping/ | (empty) | empty | Add link text or aria-label |
| /global/shipping/ | (empty) | empty | Add link text or aria-label |
| /global/shipping/ | (empty) | empty | Add link text or aria-label |
| /global/shipping/ | (empty) | empty | Add link text or aria-label |
| https://www.shutterfly.com/cards-station… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Addressing | |||
| https://www.shutterfly.com/photo-books/m… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Make My Book | |||
| https://www.instagram.com/shutterfly/ | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@shutterfly/ | Tiktok | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/shutterfly/ | new tab | Add '(opens in new tab)' to text | |
| https://www.pinterest.com/shutterfly/ | Pintrest | new tab | Add '(opens in new tab)' to text |
| https://www.shutterfly.com/ | Shutterfly | new tab | Add '(opens in new tab)' to text |
| https://www.shutterfly.com/cards-station… | Tinyprints | new tab | Add '(opens in new tab)' to text |
| https://lifetouch.com/?CID=CB-SFLY-foote… | Lifetouch | new tab | Add '(opens in new tab)' to text |
| https://www.snapfish.com/ | Snapfish | new tab | Add '(opens in new tab)' to text |
| https://www.shutterflybusinesssolutions.… | Shutterfly Business Solutions … | new tab | Add '(opens in new tab)' to text |
| https://www.shutterfly.com/terms/ | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://www.shutterfly.com/privacy/ | Privacy Notice | new tab | Add '(opens in new tab)' to text |
| # | Cookie Preferences | new tab | Add '(opens in new tab)' to text |
| https://shutterflyinc.com/ca-supply-chai… | CA Supply Chains Act | new tab | Add '(opens in new tab)' to text |
| https://support.shutterfly.com/s/article… | Accessibility Statement | new tab | Add '(opens in new tab)' to text |
| https://accounts.shutterfly.com/doNotSha… | Do Not Sell or Share My Person… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/global/shipping/; /global/shipping/; /global/shipping/; /global/shipping/
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.
https://www.shutterfly.com/cards-stationery/addressing/ ("Learn more"); https://www.shutterfly.com/photo-books/make-my-book/ ("Learn More")
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.shutterfly.com/myprojects"]; a[href="https://photos3.shutterfly.com/library"]
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.
https://support.shutterfly.com/s/article/accessibility; https://www.shutterfly.com/deals/promotions_details/; https://www.shutterfly.com/deals/promotions_details/; https://www.shutterfly.com/deals/promotions_details/; https://www.shutterfly.com/deals/promotions_details/; /deals/promotions_details/; /deals/promotions_details/; /deals/promotions_details/; /deals/promotions_details/; https://www.instagram.com/shutterfly/ (+14 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
F404 Error PageActionHTTP 404, bare pageFIX
FFavicon & BrandingAction2 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
BLandmark Structure10 landmarksREVIEW
A page should have only one <main> landmark.
Multiple <main> elements violate the spec — there must be exactly one per page.
Learn more ▾ ▴
HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.
Source: HTML5 spec
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
BHeading Hierarchy37 headingsREVIEW
- H2 Today's Deals
- H2 More Deals
- H2 Shop by category
- H2 Announcements
- H2 Party Invitations
- H2 Thank You Cards
- H2 What's new, right now.
- H2 Create something custom—right from your camera roll.
- H2 Relive cozy, sunny, and snowy adventures.
- H2 Beautifully made, built to last.
- H2 Bring your happy place home.
- H2 Hold onto great memories.
- H2 Elevate your space with custom wall art.
- H2 Canvas Prints
- H2 Metal Prints
- H2 Framed Prints
- H2 Save the Dates
- H2 Wedding Invitations
- H2 Wedding Photo Books
- H2 These free, helpful services make creating even more fun.
- H2 Free Address Book Service
- H2 Free Address Printing
- H2 Free 24-Hour Photo Book Designer Service
- H2 1-Hour Print Pickup
- H2 Send Life Updates with Custom Greeting Cards
- H2 Create Unique Personalized Gifts for Loved Ones
- H2 Custom Home Decor and Wall Art to Decorate Your Space
- H2 Make Photo Books & Order Prints for Cherished Memories
- H2 Experience the Shutterfly Difference
- H3 Create your way
- H3 100% happiness guaranteed
- H3 Quality you can see
- H3 (empty)
- H2 HELP
- H2 RESOURCES
- H2 CORPORATE
- H2 PRODUCTS & SERVICES
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 |
|---|---|---|---|---|---|
| h2 Today's Deals | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 More Deals | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 Shop by category | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 Announcements | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 Party Invitations | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 Thank You Cards | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 What's new, right no… | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 Create something cus… | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 Relive cozy, sunny, … | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 Beautifully made, bu… | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 Bring your happy pla… | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 Hold onto great memo… | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 Elevate your space w… | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 Canvas Prints | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 Metal Prints | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 Framed Prints | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 Save the Dates | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 Wedding Invitations | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 Wedding Photo Books | 3.05:1 | 3.0:1 | #000000 | #585B58 | Pass |
| h2 These free, helpful … | 3.05:1 | 3.0:1 | #000000 | #585B58 | 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.
AAlt Text QualityAll 99 images OKPASS
| Issue | Count |
|---|---|
| too long | 8 image(s) |
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #autocomplete-input | text | autocomplete-input | aria-label |
| #autocomplete-input | text | autocomplete-input | aria-label |
ALighthouse Accessibility AuditsScore 94/100 — 2 failing, 31 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 |
|---|
DEALS div.isNonCMSPage > button.sfly-lib-deals-button > span.sfly-lib-z-10 > span.deals-text |
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 |
|---|
div > div.sfly-lib-no-underline > div.sfly-lib-flex > a.sfly-lib-anchor-dummy-link div > div.sfly-lib-no-underline > div.sfly-lib-flex > a.sfly-lib-anchor-dummy-link |
div.sfly-lib-grid > div.sfly-lib-flex > div.sfly-lib-flex > a.sfly-lib-anchor-dummy-link div.sfly-lib-grid > div.sfly-lib-flex > div.sfly-lib-flex > a.sfly-lib-anchor-dummy-link |
div.sfly-lib-grid > div.sfly-lib-flex > div.sfly-lib-flex > a.sfly-lib-anchor-dummy-link div.sfly-lib-grid > div.sfly-lib-flex > div.sfly-lib-flex > a.sfly-lib-anchor-dummy-link |
div.sfly-lib-grid > div.sfly-lib-flex > div.sfly-lib-flex > a.sfly-lib-anchor-dummy-link div.sfly-lib-grid > div.sfly-lib-flex > div.sfly-lib-flex > a.sfly-lib-anchor-dummy-link |
div.sfly-lib-grid > div.sfly-lib-flex > div.sfly-lib-flex > a.sfly-lib-anchor-dummy-link div.sfly-lib-grid > div.sfly-lib-flex > div.sfly-lib-flex > a.sfly-lib-anchor-dummy-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.