Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction9 issue(s) across 69 links and 8 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.smugmug.com/about/privacy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.smugmug.com/about/privacy | you agree to our use of cookie… | new tab | Add '(opens in new tab)' to text |
| https://modefestival.com/ | (empty) | empty | Add link text or aria-label |
| https://modefestival.com/ | (empty) | empty | Add link text or aria-label |
| / | home | img no alt | Add alt attribute to the image |
| http://modefestival.com/terms | www.modefestival.com/terms | new tab | Add '(opens in new tab)' to text |
| https://www.smugmug.com/stories/heidi-an… | Legacy Livestock Imaging | new tab | Add '(opens in new tab)' to text |
| https://www.smugmug.com/development-lab/… | The Pod photo | new tab | Add '(opens in new tab)' to text |
| https://www.smugmug.com/development-lab/… | Epic Action Imagery | new tab | Add '(opens in new tab)' to text |
| # | product | img no alt | Add alt attribute to the image |
| # | company | img no alt | Add alt attribute to the image |
| # | community | img no alt | Add alt attribute to the image |
| # | Support | img no alt | Add alt attribute to the image |
| https://help.smugmug.com/ | Support Center | new tab | Add '(opens in new tab)' to text |
| https://secure.smugmug.com/help/contact | Contact A Hero | new tab | Add '(opens in new tab)' to text |
| https://feedback.smugmug.com/ | Product Feedback | new tab | Add '(opens in new tab)' to text |
| # | Storage | img no alt | Add alt attribute to the image |
| # | Sharing | img no alt | Add alt attribute to the image |
| # | Selling | img no alt | Add alt attribute to the image |
| https://www.facebook.com/SmugMug | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/smugmug/ | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/user/SmugMugFilm… | (empty) | empty | Add link text or aria-label |
| https://www.tugboatinstitute.com/certifi… | (empty) | empty | Add link text or aria-label |
| https://www.greatplacetowork.com/certifi… | (empty) | empty | Add link text or aria-label |
| https://www.climateneutral.org/brand/smu… | (empty) | empty | Add link text or aria-label |
| https://www.conservationalliance.com | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://modefestival.com/; https://modefestival.com/; https://www.facebook.com/SmugMug; https://www.instagram.com/smugmug/; https://www.youtube.com/user/SmugMugFilms; https://www.tugboatinstitute.com/certified-evergreen/; https://www.greatplacetowork.com/certified-company/7051750; https://www.climateneutral.org/brand/smugmug; https://www.conservationalliance.com
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/"]; a[data-testid="footer_product"]; a[data-testid="footer_company"]; a[data-testid="footer_community"]; a[data-testid="footer_apps"]; a[data-testid="footer_support"]; a[data-testid="footer_support"]; a[data-testid="footer_support"]
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://www.smugmug.com/about/privacy; https://www.smugmug.com/about/privacy; http://modefestival.com/terms; https://www.smugmug.com/stories/heidi-anderson; https://www.smugmug.com/development-lab/posts/smugmug-spotlight-erika-seress; https://www.smugmug.com/development-lab/posts/smugmug-spotlight-richard-burley; https://help.smugmug.com/; https://secure.smugmug.com/help/contact; https://feedback.smugmug.com/
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
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
BHeading Hierarchy12 headings, 1 skip(s)REVIEW
- H2 Privacy Preferences
- H2 Privacy and Cookie Policy
- H1 SMUGMUG x MODE FESTIVAL PROMOTION OFFICIAL TERMS AND CONDITIONS
- H1 Success starts here. duplicate H1
- H2 Get more done better.
- H2 Zero-stress support for every style and subject.
- H4 HEIDI ANDERSON skipped
- H4 ERIKA SERESS
- H4 RICHARD BURLEY
- H3 Don’t just take their words for it. Find a plan that fits your vision.
- H2 Show off with gorgeous drag-and-drop site templates.
- H2 Grow with the flow.
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
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
BForm Accessibility2 of 4 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #ccpa-sharing-toggle | checkbox | none | |
| input | checkbox | none | |
| (Enter Email Address) | placeholder only | ||
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="email" name="Email" id="Email">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 6 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 Success starts here. | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Get more done better… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Zero-stress support … | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Show off with gorgeo… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Grow with the flow. | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Don’t just take th… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| title SmugMug | Create. St… | 14.10:1 | 4.5:1 | #000000 | #CFDE00 | Pass |
| div The World’s Photog… | 12.44:1 | 4.5:1 | #000000 | #C3D100 | Pass |
| div September 18-20, 202… | 14.10:1 | 4.5:1 | #000000 | #CFDE00 | Pass |
| div Minneapolis, Minneso… | 17.48:1 | 4.5:1 | #000000 | #EAEBE2 | Pass |
| div Free | 17.48:1 | 4.5:1 | #000000 | #EAEBE2 | Pass |
| span MODE | 17.48:1 | 4.5:1 | #000000 | #EAEBE2 | Pass |
| div Festival™ passes f… | 17.48:1 | 4.5:1 | #000000 | #EAEBE2 | Pass |
| div Terms and conditions | 17.48:1 | 4.5:1 | #000000 | #EAEBE2 | Pass |
| div Start Trial | 17.48:1 | 4.5:1 | #000000 | #EAEBE2 | Pass |
| div The World’s Photog… | 17.48:1 | 4.5:1 | #000000 | #EAEBE2 | Pass |
| div September 18-20, 202… | 17.48:1 | 4.5:1 | #000000 | #EAEBE2 | Pass |
| div Minneapolis, Minneso… | 17.48:1 | 4.5:1 | #000000 | #EAEBE2 | Pass |
| div Free | 17.48:1 | 4.5:1 | #000000 | #EAEBE2 | Pass |
| span MODE | 17.48:1 | 4.5:1 | #000000 | #EAEBE2 | 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.
ALandmark Structure9 landmarksPASS
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
A+Alt Text QualityAll 41 images OKPASS
ALighthouse Accessibility AuditsScore 92/100 — 3 failing, 25 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.
Navigation
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 |
|---|
HEIDI ANDERSON div#w-node-c2de7a50-4b4d-ae7a-3133-b4d9bbcf58be-3e6f824f > div#w-node-c2de7a50-4b4d-ae7a-3133-b4d9bbcf58bf-3e6f824f > div.testimonials_info > h4.heading-style-h4 |
These are opportunities to improve keyboard navigation in your application.
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.marquee_track > div.marquee_content > div.banner_festival-info > a.marquee_mode-logo div.marquee_track > div.marquee_content > div.banner_festival-info > a.marquee_mode-logo |
div.marquee_track > div.marquee_content > div.banner_festival-info > a.marquee_mode-logo div.marquee_track > div.marquee_content > div.banner_festival-info > a.marquee_mode-logo |
div.container-large > div.newsletter-wrapper > div.social-buttons > a.social-icon div.container-large > div.newsletter-wrapper > div.social-buttons > a.social-icon |
div.container-large > div.newsletter-wrapper > div.social-buttons > a.social-icon div.container-large > div.newsletter-wrapper > div.social-buttons > a.social-icon |
div.container-large > div.newsletter-wrapper > div.social-buttons > a.social-icon div.container-large > div.newsletter-wrapper > div.social-buttons > a.social-icon |
div.footer-btm > div.footer_icon-wrap > div.tall-icons > a.link-block-12 div.footer-btm > div.footer_icon-wrap > div.tall-icons > a.link-block-12 |
div.footer-btm > div.footer_icon-wrap > div.tall-icons > a.link-block-13 div.footer-btm > div.footer_icon-wrap > div.tall-icons > a.link-block-13 |
div.footer-btm > div.footer_icon-wrap > div.horizontal-icons > a.link-block-14 div.footer-btm > div.footer_icon-wrap > div.horizontal-icons > a.link-block-14 |
div.footer-btm > div.footer_icon-wrap > div.horizontal-icons > a.link-block-15 div.footer-btm > div.footer_icon-wrap > div.horizontal-icons > a.link-block-15 |
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
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.footer-btm > div.footer_icon-wrap > div.tall-icons > a.link-block-12 div.footer-btm > div.footer_icon-wrap > div.tall-icons > a.link-block-12 |
These items highlight common accessibility best practices.