Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction12 of 15 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 12 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
F404 Error PageActionHTTP 404, bare pageFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy6 headings, 1 skip(s)REVIEW
- H1 WY
- H1 Most Popular duplicate H1
- H1 Most Recent duplicate H1
- H4 Tags skipped
- H4 Colors
- H1 (empty)
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
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
CLink & Button QualityAction3 issue(s) across 64 links and 4 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /style/93/lost-in-the-desert | Lost in the desert … | img no alt | Add alt attribute to the image |
| /style/72543/assassins-creed-iv | Assassin's Creed IV … | img no alt | Add alt attribute to the image |
| https://fitprint.app/?utm_source=snazzym… | FitPrint - Know your size befo… | new tab | Add '(opens in new tab)' to text |
| /style/8097/wy | WY by StipeP … | img no alt | Add alt attribute to the image |
| /style/151/ultra-light-with-labels | Ultra Light with Labels … | img no alt | Add alt attribute to the image |
| /style/15/subtle-grayscale | Subtle Grayscale … | img no alt | Add alt attribute to the image |
| /style/1243/xxxxxxxxxxx | Interface map … | img no alt | Add alt attribute to the image |
| /style/661677/kane-map-style | Kane Map Style … | img no alt | Add alt attribute to the image |
| /style/639924/t22 | T22 by Miren H… | img no alt | Add alt attribute to the image |
| /style/637212/bp-event-map-1 | BP Event Map 1 … | img no alt | Add alt attribute to the image |
| /style/636571/mars-analog-atlas | Mars Analog Atlas … | img no alt | Add alt attribute to the image |
| / | (empty) | empty | Add link text or aria-label |
| http://creativecommons.org/publicdomain/… | creative commons | new tab | Add '(opens in new tab)' to text |
| https://snazzymaps.uservoice.com/forums/… | feedback | new tab | Add '(opens in new tab)' to text |
| https://adamkrogh.com | Adam Krogh | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/snazzymaps | Follow us on Twitter | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/SnazzyMaps | Like us on Facebook | new tab | Add '(opens in new tab)' to text |
| https://google.com/+SnazzyMaps | Follow us on Google+ | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/
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://fitprint.app/?utm_source=snazzymaps&utm_medium=display&utm_campaign=a…; http://creativecommons.org/publicdomain/zero/1.0/; https://snazzymaps.uservoice.com/forums/228743-general; https://adamkrogh.com; https://twitter.com/snazzymaps; https://www.facebook.com/SnazzyMaps; https://google.com/+SnazzyMaps
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.navbar-toggle (#63 on page); button.user-links-toggle (#93 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
BFavicon & Branding20 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 18 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 Most Popular | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Most Recent | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Snazzy Maps - Free S… | 1.74:1 | 4.5:1 | #000000 | #363636 | Fail |
| a Explore styles | 1.57:1 | 4.5:1 | #000000 | #2F2F2F | Fail |
| a Create a style | 1.41:1 | 4.5:1 | #000000 | #272727 | Fail |
| a Build a map | 1.41:1 | 4.5:1 | #000000 | #272727 | Fail |
| span NEW | 1.41:1 | 4.5:1 | #000000 | #272727 | Fail |
| a Plugins | 1.41:1 | 4.5:1 | #000000 | #272727 | Fail |
| a Help | 1.41:1 | 4.5:1 | #000000 | #272727 | Fail |
| a Press | 1.41:1 | 4.5:1 | #000000 | #272727 | Fail |
| a Register | 1.41:1 | 4.5:1 | #000000 | #272727 | Fail |
| a Log in | 1.41:1 | 4.5:1 | #000000 | #272727 | Fail |
| a Register | 1.41:1 | 4.5:1 | #000000 | #272727 | Fail |
| a Log in | 1.41:1 | 4.5:1 | #000000 | #272727 | Fail |
| div Featured Style | 1.41:1 | 4.5:1 | #000000 | #272727 | Fail |
| em StipeP | 1.41:1 | 4.5:1 | #000000 | #272727 | Fail |
| a Check it out | 1.41:1 | 4.5:1 | #000000 | #272727 | Fail |
| a Check it out | 1.41:1 | 4.5:1 | #000000 | #272727 | Fail |
| span Lost in the desert | 1.41:1 | 4.5:1 | #000000 | #272727 | Fail |
| span by Anonymous | 1.41:1 | 4.5:1 | #000000 | #272727 | 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.
BLighthouse Accessibility AuditsScore 80/100 — 5 failing, 22 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header.navbar > div.container-fluid > div.navbar-header > button.navbar-toggle header.navbar > div.container-fluid > div.navbar-header > button.navbar-toggle |
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.row > div.col-md-7 > div#map-8097 > img div.row > div.col-md-7 > div#map-8097 > img |
div.col-xs-12 > a.preview-wrapper > span.preview-image > img div.col-xs-12 > a.preview-wrapper > span.preview-image > img |
div.col-xs-12 > a.preview-wrapper > span.preview-image > img div.col-xs-12 > a.preview-wrapper > span.preview-image > img |
div.preview-wrapper > a.preview-details > span.preview-image > img div.preview-wrapper > a.preview-details > span.preview-image > img |
div.preview-wrapper > a.preview-details > span.preview-image > img div.preview-wrapper > a.preview-details > span.preview-image > img |
div.preview-wrapper > a.preview-details > span.preview-image > img div.preview-wrapper > a.preview-details > span.preview-image > img |
div.preview-wrapper > a.preview-details > span.preview-image > img div.preview-wrapper > a.preview-details > span.preview-image > img |
div.preview-wrapper > a.preview-details > span.preview-image > img div.preview-wrapper > a.preview-details > span.preview-image > img |
div.preview-wrapper > a.preview-details > span.preview-image > img div.preview-wrapper > a.preview-details > span.preview-image > img |
div.preview-wrapper > a.preview-details > span.preview-image > img div.preview-wrapper > a.preview-details > span.preview-image > img |
div.preview-wrapper > a.preview-details > span.preview-image > img div.preview-wrapper > a.preview-details > span.preview-image > img |
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.row > div.col-md-4 > div.container-brand > a.brand div.row > div.col-md-4 > div.container-brand > a.brand |
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.
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 |
|---|
CHECK IT OUT div.featured-main-content > div.row > div.visible-xs > a.btn |
WY div.preview-wrapper > a.preview-details > span.preview-info > span.preview-title |
EXPLORE MORE section.content-padded-y-lg > div.container-fluid > div.clearfix > a.btn |
EXPLORE MORE section.section-sub > div.container-fluid > div.clearfix > a.btn |
Snazzy Maps is a repository of different styles for Google Maps aimed towards w… div.row > div.col-md-4 > div.container-desc > p |
All styles are licensed under creative commons and are completely free to use. div.row > div.col-md-4 > div.container-desc > p |
Read more about us or leave us some feedback. div.row > div.col-md-4 > div.container-desc > p |
Created by Adam Krogh. div.row > div.col-md-4 > div.container-desc > p |
These are opportunities to improve the legibility of your content.
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 |
|---|
Tags div.row > div.col-md-8 > div.tags > h4.no-margin-top |
These are opportunities to improve keyboard navigation in your application.
ALandmark Structure4 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