Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction6 issue(s) across 370 links and 49 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.instagram.com/terrebleu/ | instagram Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/terrebleulavend… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/channel/UCSWRkni… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.pinterest.ca/terrebleu/ | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@terre.bleu | TikTok | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| /collections/essential-oil | .grid__image--collection_fDe3U… | img no alt | Add alt attribute to the image |
| /collections/body-skin-care | .grid__image--collection_hFyih… | img no alt | Add alt attribute to the image |
| /collections/culinary | .grid__image--collection_6AJ6X… | img no alt | Add alt attribute to the image |
| /collections/all | .grid__image--collection_UHLji… | img no alt | Add alt attribute to the image |
| /pages/about | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/terrebleu/ | View Instagram post 1 | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/terrebleu/ | View Instagram post 2 | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/terrebleu/ | View Instagram post 3 | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/terrebleu/ | View Instagram post 4 | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/terrebleu/ | View Instagram post 5 | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/terrebleu/ | Follow us on Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/terrebleu/ | instagram Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/terrebleulavend… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/channel/UCSWRkni… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.pinterest.ca/terrebleu/ | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@terre.bleu | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.shopify.com?utm_campaign=pow… | (empty) | empty | Add link text or aria-label |
| <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.
/; /; /pages/about; https://www.shopify.com?utm_campaign=poweredby&utm_medium=shopify&utm_source=onlinestore
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://www.instagram.com/terrebleu/; https://www.facebook.com/terrebleulavender/; https://www.youtube.com/channel/UCSWRkniSO8QxJxKNg5jgGAQ; https://www.pinterest.ca/terrebleu/; https://www.tiktok.com/@terre.bleu; https://www.instagram.com/terrebleu/; https://www.instagram.com/terrebleu/; https://www.facebook.com/terrebleulavender/; https://www.youtube.com/channel/UCSWRkniSO8QxJxKNg5jgGAQ; https://www.pinterest.ca/terrebleu/ (+1 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 429, custom pageFIX
FFavicon & BrandingActionNo icons 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
CHeading HierarchyAction14 headings, 2 skip(s)REVIEW
- H1 Terre Bleu
- H1 Live Lavender Plants PRE-ORDER 2026 duplicate H1
- H2 Fennario Meadows
- H6 Please note that the farm is not currently open to visitors. skipped
- H2 Favourites View all
- H1 Lavender Citrus Hand Cream duplicate H1
- H2 Learn Lavender View all
- H2 Instagram
- H2 Policies
- H2 Jobs/Our Farm
- H2 Elora Boutique Hours
- H5 Terre Bleu skipped
- H5 Farm Not Open To Public
- H2 Currency
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
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 10 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #Search | search | Search | for/id |
| #ProductSelect-template--21487857074199__featured_product_CcCbPj-7037640507415-option-pickup-location-please-select-where-you-will-pickup-your-plants-see-below-for-details-Elora | radio | Elora | for/id |
| #ProductSelect-template--21487857074199__featured_product_CcCbPj-7037640507415-option-pickup-location-please-select-where-you-will-pickup-your-plants-see-below-for-details-Burlington | radio | Burlington | for/id |
| #ProductSelect-template--21487857074199__featured_product_CcCbPj-7037640507415-option-variety-Phenomenal | radio | Phenomenal | for/id |
| #ProductSelect-template--21487857074199__featured_product_CcCbPj-7037640507415-option-variety-Super+Blue | radio | Super Blue | for/id |
| #ProductSelect-template--21487857074199__featured_product_CcCbPj-7037640507415-option-variety-Melissa | radio | Melissa | for/id |
| #ProductSelect-template--21487857074199__featured_product_CcCbPj-7037640507415-option-variety-Folgate | radio | Folgate | for/id |
| #ProductSelect-template--21487857074199__featured_product_CcCbPj-7037640507415-option-variety-Fern+Leaf+%28Indoor+Variety%29 | radio | Fern Leaf (Indoor Variety) | for/id |
| id | select | (none) | none |
| id | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select name="id">; <select name="id">
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 10 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 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 Live Lavender Plants… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h1 Lavender Citrus Hand… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Fennario Meadows | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Favourites | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Learn Lavender | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Instagram | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Policies | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Jobs/Our Farm | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Elora Boutique Hours | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Currency | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| title Terre Bleu | 1.30:1 | 4.5:1 | #000000 | #12203F | Fail |
| a Skip to content | 1.30:1 | 4.5:1 | #000000 | #12203F | Fail |
| span Our Farm Is Currentl… | 1.30:1 | 4.5:1 | #000000 | #12203F | Fail |
| span Close menu | 1.59:1 | 4.5:1 | #000000 | #2A303C | Fail |
| a SHOP | 2.12:1 | 4.5:1 | #000000 | #434343 | Fail |
| a Holiday Gifting | 2.45:1 | 4.5:1 | #000000 | #4D4C4B | Fail |
| a Home & Gifts | 2.64:1 | 4.5:1 | #000000 | #515150 | Fail |
| a Body & Skincare | 2.65:1 | 4.5:1 | #000000 | #525150 | Fail |
| a Bath & Shower | 2.61:1 | 4.5:1 | #000000 | #515050 | Fail |
| a Scents & Sprays | 2.63:1 | 4.5:1 | #000000 | #505150 | 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 81/100 — 6 failing, 28 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.
ARIA
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cart div.header-item > div.site-nav > div.site-nav__icons > a.site-nav__link |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
div > div.product__photos > div.product__thumbs > button.product__thumb-arrow div > div.product__photos > div.product__thumbs > button.product__thumb-arrow |
div > div.product__photos > div.product__thumbs > button.product__thumb-arrow div > div.product__photos > div.product__thumbs > button.product__thumb-arrow |
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.template-index > div.emotive-popup-root > iframe#emotive-back-in-stock-popup body.template-index > div.emotive-popup-root > iframe#emotive-back-in-stock-popup |
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.header-layout > div.header-item > h1#LogoContainer > a.site-header__logo-link div.header-layout > div.header-item > h1#LogoContainer > a.site-header__logo-link |
div > div > div.hero > a.hero__slide-link div > div > div.hero > a.hero__slide-link |
div.site-footer__bottom > div.footer__copyright > span.footer__powered_by > a.js-no-transition div.site-footer__bottom > div.footer__copyright > span.footer__powered_by > a.js-no-transition |
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 |
|---|
Pick Up Only. Please see below for pickup information. While quantities last. p > span > span > b |
Not available to be shipped at this time. p > span > span > b |
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 |
|---|
Please note that the farm is not currently open to visitors. div.animation-contents > div.background-media-text__text > div.rte > h6 |
These are opportunities to improve keyboard navigation in your application.
A+Landmark Structure6 landmarksPASS
AAlt Text Quality2 of 75 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 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