Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction22 of 179 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 22 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
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy6 headings, 1 skip(s)REVIEW
- H2 Currency
- H1 Shop Online
- H1 Visit Our Bakery duplicate H1
- H2 Sourdough Bread Class
- H6 - The Cool Hunter skipped
- H3 Newsletter
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
CLink & Button QualityAction2 issue(s) across 175 links and 90 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| #! | (empty) | empty | Add link text or aria-label |
| /products/organic-sifted-red-spring-whea… | Organic Sifted Red Spring Whea… | img no alt | Add alt attribute to the image |
| /products/organic-sifted-red-fife-flour | Organic Sifted Red Fife Flour | img no alt | Add alt attribute to the image |
| /products/whole-grain-red-spring-wheat-f… | Organic Whole Grain Red Spring… | img no alt | Add alt attribute to the image |
| /products/whole-grain-red-fife-flour | Organic Whole Grain Red Fife F… | img no alt | Add alt attribute to the image |
| /products/sifted-marquis-wheat-flour | Organic Sifted Marquis Wheat F… | img no alt | Add alt attribute to the image |
| /products/whole-grain-marquis-wheat-flou… | Organic Whole Grain Marquis Wh… | img no alt | Add alt attribute to the image |
| /products/organic-whole-grain-spelt-flou… | Organic Whole Grain Spelt Flou… | img no alt | Add alt attribute to the image |
| /products/organic-whole-grain-einkorn-fl… | Organic Whole Grain Einkorn Fl… | img no alt | Add alt attribute to the image |
| /products/specialty-flour-bundle | Specialty Flour Bundle | img no alt | Add alt attribute to the image |
| /products/organic-sifted-red-spring-whea… | Organic Sifted Red Spring Whea… | img no alt | Add alt attribute to the image |
| /products/organic-sifted-red-fife-flour | Organic Sifted Red Fife Flour | img no alt | Add alt attribute to the image |
| /products/kabuli-chickpeas | Kabuli Chickpeas | img no alt | Add alt attribute to the image |
| /products/brass-measuring-spoon-set | Brass Measuring Spoons | img no alt | Add alt attribute to the image |
| /products/organic-rolled-oats | Organic Rolled Oats | img no alt | Add alt attribute to the image |
| /products/brass-measuring-cup-set | Brass Measuring Cups | img no alt | Add alt attribute to the image |
| /products/kabuli-chickpeas | Kabuli Chickpeas | img no alt | Add alt attribute to the image |
| /products/french-lentils | Organic French Lentils | img no alt | Add alt attribute to the image |
| /products/farro | Organic Farro | img no alt | Add alt attribute to the image |
| /products/wheat-berries | Organic Wheat Berries | img no alt | Add alt attribute to the image |
| /products/organic-rolled-oats | Organic Rolled Oats | img no alt | Add alt attribute to the image |
| /products/golden-quinoa | Golden Quinoa | img no alt | Add alt attribute to the image |
| /collections/classes | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Classes | |||
| https://www.facebook.com/heyflourist | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@heyflourist | Tiktok | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/flourist/ | new tab | Add '(opens in new tab)' to text | |
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
Generic link text like 'click here' doesn't describe the destination.
/collections/classes ("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
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/heyflourist; https://www.tiktok.com/@heyflourist; https://www.instagram.com/flourist/
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, 4 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
3 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Shop Online | 18.49:1 | 3.0:1 | #000000 | #F3F0EC | Pass |
| h1 Visit Our Bakery | 18.49:1 | 3.0:1 | #000000 | #F3F0EC | Pass |
| h2 Currency | 18.49:1 | 3.0:1 | #000000 | #F3F0EC | Pass |
| h2 Sourdough Bread Clas… | 18.49:1 | 3.0:1 | #000000 | #F3F0EC | Pass |
| h3 Newsletter | 18.49:1 | 3.0:1 | #000000 | #F3F0EC | Pass |
| title Flourist | Fresh Mil… | 16.52:1 | 4.5:1 | #000000 | #E4E4E4 | Pass |
| a Skip to content | 18.49:1 | 4.5:1 | #000000 | #F3F0EC | Pass |
| p We offer local deliv… | 18.49:1 | 4.5:1 | #000000 | #F3F0EC | Pass |
| p We offer local deliv… | 11.47:1 | 4.5:1 | #000000 | #C4BFB5 | Pass |
| span Mill + Bakery | 11.11:1 | 4.5:1 | #000000 | #C1BCB3 | Pass |
| span Rewards Club | 11.68:1 | 4.5:1 | #000000 | #C4C1B9 | Pass |
| span Subscribe | 12.19:1 | 4.5:1 | #000000 | #C8C5BE | Pass |
| p We offer local deliv… | 11.81:1 | 4.5:1 | #000000 | #C5C2BB | Pass |
| p We offer local deliv… | 12.18:1 | 4.5:1 | #000000 | #C8C5BD | Pass |
| span Cart | 3.84:1 | 4.5:1 | #000000 | #6C6963 | Fail |
| span $0.00 | 2.75:1 | 4.5:1 | #000000 | #585349 | Fail |
| span (0) | 3.37:1 | 4.5:1 | #000000 | #68604E | Fail |
| span Shop | 9.52:1 | 4.5:1 | #000000 | #B4AEA3 | Pass |
| span Available Locally | 16.22:1 | 4.5:1 | #000000 | #E5E2DA | Pass |
| span Pastry | 4.40:1 | 4.5:1 | #000000 | #7E715C | 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 82/100 — 6 failing, 23 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.
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 |
|---|
Newsletter div.footer__block > div.footer__newsletter > div.footer__newsletter__body > h3 |
Get news, recipes and exclusive offers delivered to your inbox. We'll send you … div.footer__newsletter > div.footer__newsletter__body > div.rte > p |
your-email@example.com div.footer__newsletter__body > form#footer-newsletter > div.input-group > input#mail-footer-newsletter |
These are opportunities to improve the legibility of your content.
Names and labels
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.product-grid-item__container > a > span.absolute > img div.product-grid-item__container > a > span.absolute > img |
div.product-grid-item__container > a > span.absolute > img div.product-grid-item__container > a > span.absolute > img |
div.product-grid-item__container > a > span.absolute > img div.product-grid-item__container > a > span.absolute > img |
div.product-grid-item__container > a > span.absolute > img div.product-grid-item__container > a > span.absolute > img |
div.product-grid-item__container > a > span.absolute > img div.product-grid-item__container > a > span.absolute > img |
div.product-grid-item__container > a > span.absolute > img div.product-grid-item__container > a > span.absolute > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#flourist-fresh-milled-flour-amp-premium-dry-goods-shop-here > div#gb_container_8247439015 > div.gb_protect > iframe#btnIframe body#flourist-fresh-milled-flour-amp-premium-dry-goods-shop-here > div#gb_container_8247439015 > div.gb_protect > iframe#btnIframe |
body#flourist-fresh-milled-flour-amp-premium-dry-goods-shop-here > div#gb_container_8247439015 > div.gb_protect > iframe#wdgtIframe body#flourist-fresh-milled-flour-amp-premium-dry-goods-shop-here > div#gb_container_8247439015 > div.gb_protect > iframe#wdgtIframe |
body#flourist-fresh-milled-flour-amp-premium-dry-goods-shop-here > div#gb_container_8247439015 > div.gb_protect > iframe#toastIframe body#flourist-fresh-milled-flour-amp-premium-dry-goods-shop-here > div#gb_container_8247439015 > div.gb_protect > iframe#toastIframe |
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.
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 |
|---|
- THE COOL HUNTER div.icon__column > div.icon__column__text > div.rte > h6 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
TERMS OF SERVICE div.subfooter__items > div.subfooter__item > span.subfooter__copyright > a |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Organic Sifted Red Spring Wheat Flour
Organic Sifted Red Spring Wheat Flour
F… div.slide-item > product-grid-item.product-grid-item > div.product__grid__info > a |
Organic Sifted Red Fife Flour
Organic Sifted Red Fife Flour
FROM $20.95 div.slide-item > product-grid-item.product-grid-item > div.product__grid__info > a |
Organic Whole Grain Red Spring Wheat Flour
Organic Whole Grain Red Spring Whea… div.slide-item > product-grid-item.product-grid-item > div.product__grid__info > a |
ALandmark Structure5 landmarksPASS
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
A+Form AccessibilityAll 6 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | search | Search our store | aria-label |
| #mail-footer-newsletter | your-email@example.com | aria-label | |
| #accordion-linklist-2-1-checkbox | checkbox | Company | for/id |
| #accordion-linklist_mrfX88-2-checkbox | checkbox | Shop | for/id |
| #accordion-linklist-1-3-checkbox | checkbox | Support | for/id |
| q | search | Search our store | aria-label |