Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction7 issue(s) across 217 links and 3 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /alpha | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Alpha | |||
| https://lakemountworshipcentre.churchcen… | Life Groups | new tab | Add '(opens in new tab)' to text |
| https://www.google.com/maps/dir//lakemou… | Get Directions | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/lakemount | Linktree | new tab | Add '(opens in new tab)' to text |
| https://lakemount.us12.list-manage.com/s… | e-Bulletin | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/channel/UC3vauAQ… | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/lakemountwc/ | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/LakemountWorshi… | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/channel/UC3vauAQ… | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/lakemountwc/ | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/LakemountWorshi… | (empty) | empty | Add link text or aria-label |
| https://adsmedia.ca | ADS Media | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.youtube.com/channel/UC3vauAQpP5sp62FsOY1z7bw; https://www.instagram.com/lakemountwc/; https://www.facebook.com/LakemountWorshipCentre/; https://www.youtube.com/channel/UC3vauAQpP5sp62FsOY1z7bw; https://www.instagram.com/lakemountwc/; https://www.facebook.com/LakemountWorshipCentre/
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.
/alpha ("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://lakemountworshipcentre.churchcenter.com/groups/life-groups?enrollment=open_signup%2Crequest_to_join&filter=enrollment; https://www.google.com/maps/dir//lakemount+google+maps/data=!4m6!4m5!1m1!4e2!1m2!1m1!1s0x882ca583b672adcf:0xc67f947c109a1431?sa=X&ved=1t:3061&ictx=111; https://linktr.ee/lakemount; https://lakemount.us12.list-manage.com/subscribe?u=9f4ed2ca76cbca2fcece49db7&id=3a41ba32b7; https://adsmedia.ca
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
BLandmark Structure3 landmarksREVIEW
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
BHeading Hierarchy8 headings, 1 skip(s)REVIEW
- H1 Connecting People to the Life-Changing Presence of Jesus Christ
- H1 Sundays at Lakemount duplicate H1
- H1 New to faith? Try Alpha duplicate H1
- H1 Latest Sermons duplicate H1
- H1 Get in touch duplicate H1
- H3 Featured events skipped
- H1 This week duplicate H1
- H1 Featured duplicate H1
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
BAlt Text Quality8 of 16 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| generic | 7 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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 9 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 Connecting People to… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Sundays at Lakemount | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 New to faith? Try Al… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Latest Sermons | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Get in touch | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 This week | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Featured | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Featured events | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Lakemount Worship Ce… | 2.66:1 | 4.5:1 | #000000 | #514E6D | Fail |
| p Storm Update: Today… | 4.69:1 | 4.5:1 | #000000 | #747688 | Pass |
| a Join us online at 10… | 2.91:1 | 4.5:1 | #000000 | #5C555D | Fail |
| span About | 3.27:1 | 4.5:1 | #000000 | #635B72 | Fail |
| span Our Story | 3.85:1 | 4.5:1 | #000000 | #6B6589 | Fail |
| span Sundays at Lakemount | 3.79:1 | 4.5:1 | #000000 | #6B6486 | Fail |
| span Staff and Leadership | 4.08:1 | 4.5:1 | #000000 | #6F698C | Fail |
| span Core Values | 3.97:1 | 4.5:1 | #000000 | #6C6888 | Fail |
| span What We Believe | 9.58:1 | 4.5:1 | #000000 | #BBABB2 | Pass |
| span Connect | 7.30:1 | 4.5:1 | #000000 | #A99580 | Pass |
| span Next Steps | 3.42:1 | 4.5:1 | #000000 | #725E4B | Fail |
| span Try Alpha | 2.96:1 | 4.5:1 | #000000 | #6A5441 | 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.
A+Form AccessibilityNo form controlsPASS
ALighthouse Accessibility AuditsScore 90/100 — 3 failing, 21 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.
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 |
|---|
Join us online (9am) a.x-anchor > div.x-anchor-content > div.x-anchor-text > span.x-anchor-text-primary |
Plan your visit a.x-anchor > div.x-anchor-content > div.x-anchor-text > span.x-anchor-text-primary |
Plan your visit div.x-col > div.x-text > p > a |
Learn More div.x-div > div.x-text > p > a |
Listen Online div.x-col > div.x-text > p > a |
Contact Us div.x-col > div.x-text > p > a |
View all events a.x-anchor > div.x-anchor-content > div.x-anchor-text > span.x-anchor-text-primary |
Linktree a.x-anchor > div.x-anchor-content > div.x-anchor-text > span.x-anchor-text-primary |
e-Bulletin a.x-anchor > div.x-anchor-content > div.x-anchor-text > span.x-anchor-text-primary |
Privacy Policy div.x-col > div.x-text > p > a |
Give Online div.x-col > div.x-text > p > a |
54 North Service Rd
Grimsby, ON
L3M 1Y8 div.x-row-inner > div.x-col > div.x-text > p |
Contact Us div.x-row-inner > div.x-col > div.x-text > a |
Phone: 1 (905) 945-8888 div.x-row > div.x-row-inner > div.x-col > div.x-text |
Request Prayer div.x-row-inner > div.x-col > div.x-text > a |
©2026 Lakemount Worship Centre. All Rights Reserved. · Designed by ADS Media div.x-bar > div.e51-e4 > div.x-bar-container > div.x-text |
ADS Media div.e51-e4 > div.x-bar-container > div.x-text > a |
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 |
|---|
Featured events div.x-text > div.x-text-content > div.x-text-content-text > h3.x-text-content-text-primary |
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.x-row > div.x-row-inner > div.x-col > a.x-anchor div.x-row > div.x-row-inner > div.x-col > a.x-anchor |
div.x-row > div.x-row-inner > div.x-col > a.x-anchor div.x-row > div.x-row-inner > div.x-col > a.x-anchor |
div.x-row > div.x-row-inner > div.x-col > a.x-anchor div.x-row > div.x-row-inner > div.x-col > a.x-anchor |
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.