Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction3 of 13 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 3 image(s) |
| too long | 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
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
FLink & Button QualityAction12 issue(s) across 94 links and 7 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| tel:02 4473 7714 | 02 4473 7714 | 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 |
| tel:02 4473 7714 | Call us today! | new tab | Add '(opens in new tab)' to text |
| /category/Homewares | (empty) | empty | Add link text or aria-label |
| /category/BAM-Sunglasses-Bamboo | (empty) | empty | Add link text or aria-label |
| /category/Reed-Diffusers | (empty) | empty | Add link text or aria-label |
| /product/Organic-Hemp-Massage-Oil | Hemp seed oil massage oil Aust… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/PassionfishCand… | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/passionfish_ca… | new tab | Add '(opens in new tab)' to text | |
| https://au.pinterest.com/tilbacandles/ | new tab | Add '(opens in new tab)' to text | |
| /discover-passionfish | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Discover Passionfish | |||
| Call us today! 02 4473 7714 | 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 |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button 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.
/; /; /category/Homewares; /category/BAM-Sunglasses-Bamboo; /category/Reed-Diffusers
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.
/discover-passionfish ("Read 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.
tel:02 4473 7714; tel:02 4473 7714; /product/Organic-Hemp-Massage-Oil; https://www.facebook.com/PassionfishCandles; https://www.instagram.com/passionfish_candles/; https://au.pinterest.com/tilbacandles/;
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.pswp__button (#704 on page); button.pswp__button (#705 on page); button.pswp__button (#706 on page); button.pswp__button (#707 on page); button.pswp__button (#714 on page); button.pswp__button (#715 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
DTap Target AdequacyAction13 tap target(s) too small or too close togetherFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction3 landmarksREVIEW
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
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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
BWeb ManifestPWA-readyREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 |
|---|---|---|---|---|---|
| h3 Tilba Collection | 1.06:1 | 3.0:1 | #000000 | #060917 | Fail |
| h3 Ambient Alchemy Coll… | 1.06:1 | 3.0:1 | #000000 | #060917 | Fail |
| h3 Essential Oil Collec… | 1.06:1 | 3.0:1 | #000000 | #060917 | Fail |
| h3 Lolly Shop Collectio… | 1.06:1 | 3.0:1 | #000000 | #060917 | Fail |
| h3 Zodiac Collection | 1.06:1 | 3.0:1 | #000000 | #060917 | Fail |
| h3 Homewares | 1.06:1 | 3.0:1 | #000000 | #060917 | Fail |
| h3 Bam Sunglasses | 1.06:1 | 3.0:1 | #000000 | #060917 | Fail |
| h3 Reed Diffusers & Ess… | 1.06:1 | 3.0:1 | #000000 | #060917 | Fail |
| h3 Organic Hemp Massage… | 1.06:1 | 3.0:1 | #000000 | #060917 | Fail |
| title Passionfish Candles … | 1.45:1 | 4.5:1 | #000000 | #382612 | Fail |
| span Home | 1.45:1 | 4.5:1 | #000000 | #382612 | Fail |
| span Tilba Collection | 1.45:1 | 4.5:1 | #000000 | #382612 | Fail |
| span Passionfish Candles | 1.45:1 | 4.5:1 | #000000 | #382612 | Fail |
| span Soy Wax Melts | 2.62:1 | 4.5:1 | #000000 | #275189 | Fail |
| span Votive Candles & Gla… | 2.69:1 | 4.5:1 | #000000 | #28538A | Fail |
| span Scented Tealights | 2.75:1 | 4.5:1 | #000000 | #27558A | Fail |
| span Reed Diffusers | 2.84:1 | 4.5:1 | #000000 | #29578C | Fail |
| span Room Sprays | 2.37:1 | 4.5:1 | #000000 | #404A60 | Fail |
| span Zodiac Soy Candle | 2.97:1 | 4.5:1 | #000000 | #6D5343 | Fail |
| span Lolly Shop Collectio… | 1.30:1 | 4.5:1 | #000000 | #241F24 | 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 — 4 failing, 18 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 |
|---|
Candles, Melts & Diffusers div#1000373385 > div#1946091669 > h3.m-size-22 > span.font-size-28 |
Follow us on our socials! div#1995625360 > div#1122389035 > h3.text-align-center > span |
Call us today! div#1340225750 > div#1556640100 > a#1462304246 > span.text |
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#1134560283 > div#1449735839 > a#1876166572 > img#1937417085 div#1134560283 > div#1449735839 > a#1876166572 > img#1937417085 |
div#1749795585 > div#1692599910 > div#1240574529 > img#1349991866 div#1749795585 > div#1692599910 > div#1240574529 > img#1349991866 |
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#1111482395 > div#1134560283 > div#1449735839 > a#1876166572 div#1111482395 > div#1134560283 > div#1449735839 > a#1876166572 |
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 |
|---|
Passionfish Candles div#1944721186 > div#1977499632 > p.m-text-align-center > a |
Soy Wax Melts div#1944721186 > div#1977499632 > p.m-text-align-center > a |
Votive Candles & Glasses div#1944721186 > div#1977499632 > p.m-text-align-center > a |
Scented Tealights div#1944721186 > div#1977499632 > p.m-text-align-center > a |
Whirly Gig Carousel div#1224515896 > div#1471352034 > p.m-text-align-center > a |
Art Glass Tea Light Holders div#1224515896 > div#1471352034 > p.m-text-align-center > a |
Minikin Tea Lights div#1224515896 > div#1471352034 > p.m-text-align-center > a |
Oil Burners div#1224515896 > div#1471352034 > p.m-text-align-center > a |
Face Vases div#1224515896 > div#1471352034 > p.m-text-align-center > a |
Sunglasses div#1224515896 > div#1471352034 > p.m-text-align-center > a |
Candleholders div#1224515896 > div#1471352034 > p.m-text-align-center > a |
Fragrant Reed Diffusers div#1034710347 > div#1134841826 > p.m-text-align-center > a |
Essential Oils 10ml div#1034710347 > div#1134841826 > p.m-text-align-center > a |
These items highlight common accessibility best practices.
AHeading Hierarchy21 headingsPASS
- H1 Passionfish
- H1 Candles & Gifts duplicate H1
- H2 Handmade in our Central Tilba Studio, South Coast of NSW
- H3 Candles, Melts & Diffusers
- H3 Tilba Collection
- H3 Ambient Alchemy Collection
- H3 Essential Oil Collection
- H3 Lolly Shop Collection
- H3 Zodiac Collection
- H3 Homewares
- H3 Bam Sunglasses
- H3 Reed Diffusers & Essential Oil
- H3 Organic Hemp Massage Oil
- H3 Follow us on our socials!
- H2 A celebration of the home
- H3 Open 7 days 10am to 4pm
- H4 Call into our retail shop at 25 Bate Street Central Tilba NSW Or call us about any product inquires on:
- H5 Candles
- H5 Homewares
- H5 Reed Diffuser
- H5 Discover Central Tilba
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