Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction3 issue(s) across 137 links and 6 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.outdooractive.com/en/members… | Garmin | img no alt | Add alt attribute to the image |
| https://www.outdooractive.com/en/members… | Bergans | img no alt | Add alt attribute to the image |
| https://www.outdooractive.com/en/members… | PROPAIN | img no alt | Add alt attribute to the image |
| https://www.outdooractive.com/en/members… | Mammut | img no alt | Add alt attribute to the image |
| https://www.outdooractive.com/en/members… | roadsurfer | img no alt | Add alt attribute to the image |
| https://www.outdooractive.com/en/members… | Zanier products | img no alt | Add alt attribute to the image |
| https://www.outdooractive.com/en/members… | DFDS Germany ApS & Co. KG | img no alt | Add alt attribute to the image |
| https://www.outdooractive.com/en/members… | super.natural | img no alt | Add alt attribute to the image |
| https://corporate.outdooractive.com/en/c… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Company | |||
| https://business.outdooractive.com/ | Discover the 'Alliance of the … | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/outdooractive?_… | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/outdooractive_… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/channel/UCQ3bXMF… | youtube | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/outdoor… | new tab | Add '(opens in new tab)' to text | |
| https://apps.apple.com/us/app/outdooract… | App Store | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Google Play Store | new tab | Add '(opens in new tab)' to text |
| https://business.outdooractive.com/ | B2B | new tab | Add '(opens in new tab)' to text |
| https://corporate.outdooractive.com/ | About us | new tab | Add '(opens in new tab)' to text |
| https://outdooractive.jobs.personio.de/?… | Career | new tab | Add '(opens in new tab)' to text |
| https://corporate.outdooractive.com/pres… | Press | new tab | Add '(opens in new tab)' to text |
| https://www.outdooractive.com/en/cookies… | here | generic text | Replace with descriptive text |
Before: here Suggested: Cookies.Html | |||
| https://www.outdooractive.com/en/privacy… | Privacy policy | new tab | Add '(opens in new tab)' to text |
| https://www.outdooractive.com/en/members… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Plans.Html | |||
| https://www.outdooractive.com/en/imprint… | Legal Disclosure | new tab | Add '(opens in new tab)' to text |
| https://www.outdooractive.com/en/privacy… | Privacy policy | new tab | Add '(opens in new tab)' to text |
| https://www.outdooractive.com/en/terms-a… | Terms and conditions | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://corporate.outdooractive.com/en/company/ ("Learn more"); https://www.outdooractive.com/en/cookies.html ("here"); https://www.outdooractive.com/en/membership/plans.html ("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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.outdooractive.com/en/membership/pro-benefits.html"]; a[href="https://www.outdooractive.com/en/membership/pro-benefits.html"]; a[href="https://www.outdooractive.com/en/membership/pro-benefits.html"]; a[href="https://www.outdooractive.com/en/membership/pro-benefits.html"]; a[href="https://www.outdooractive.com/en/membership/pro-benefits.html"]; a[href="https://www.outdooractive.com/en/membership/pro-benefits.html"]; a[href="https://www.outdooractive.com/en/membership/pro-benefits.html"]; a[href="https://www.outdooractive.com/en/membership/pro-benefits.html"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://business.outdooractive.com/; https://www.facebook.com/outdooractive?_rdr=p; https://www.instagram.com/outdooractive_uk/; https://www.youtube.com/channel/UCQ3bXMFEkV5qbgJNyme-tuw; https://www.linkedin.com/company/outdooractive; https://apps.apple.com/us/app/outdooractive-hiking-trails/id1364846172; https://play.google.com/store/apps/details?id=com.outdooractive.Outdooractive; https://business.outdooractive.com/; https://corporate.outdooractive.com/; https://outdooractive.jobs.personio.de/?language=en (+5 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
DFavicon & BrandingAction3 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
CHeading HierarchyAction14 headings, 1 skip(s)REVIEW
- H3 Start with your favorite activity
- H3 Travel Guide
- H2 Explore the world
- H3 Routes, places to visit, and accommodation
- H2 We have everything you need for your next adventure:
- H3 From our partners in the outdoor industry
- H2 The best gear, expert reviews and info on events
- H3 Exclusive to Pro and Pro+ members
- H3 Features
- H2 Explore with confidence
- H3 Values
- H2 Our Guiding Values
- H6 Choose a language skipped
- H3 Privacy and user experience.
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
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
B404 Error PageHTTP 404, custom pageREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 7 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 |
|---|---|---|---|---|---|
| h2 Explore the world | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 We have everything y… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The best gear, exper… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Explore with confide… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Our Guiding Values | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Start with your favo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Travel Guide | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Routes, places to vi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 From our partners in… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Exclusive to Pro and… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Features | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Values | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Privacy and user exp… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title outdooractive.com … | 1.57:1 | 4.5:1 | #000000 | #2F2F2F | Fail |
| a Skip to content | 1.57:1 | 4.5:1 | #000000 | #2F2F2F | Fail |
| a Map | 3.33:1 | 4.5:1 | #000000 | #635F5E | Fail |
| a Route Finder | 3.14:1 | 4.5:1 | #000000 | #605B5A | Fail |
| a Route Planner | 3.32:1 | 4.5:1 | #000000 | #625F5E | Fail |
| a Travel Guide | 3.42:1 | 4.5:1 | #000000 | #646161 | Fail |
| a Community | 2.11:1 | 4.5:1 | #000000 | #454242 | 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.
CLighthouse Accessibility AuditsActionScore 79/100 — 5 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 |
|---|
Travel Guide div.oax-part-flexviewpage > div.oax-part-singleviewpage > div > h3.oax_h |
Values div.oax-part-flexviewpage > div.oax-part-singleviewpage > div.oax_marg_top_100 > h3.oax_h |
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 |
|---|
Choose a language div.oax-part-flexviewpage > footer.oax-part-singleviewpage > div.oax_footer_cont > h6.oax_visually_hidden |
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.oax_footer_cont > div.oax_row > div.oax_col > a.oax_inline_block div.oax_footer_cont > div.oax_row > div.oax_col > a.oax_inline_block |
div.oax_footer_cont > div.oax_row > div.oax_col > a.oax_inline_block div.oax_footer_cont > div.oax_row > div.oax_col > a.oax_inline_block |
div.oax_footer_cont > div.oax_row > div.oax_col > a.oax_inline_block div.oax_footer_cont > div.oax_row > div.oax_col > a.oax_inline_block |
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
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
Desktop version div.oax_col > ul.oax_unstyled_list > li.oax_fl > a.oax-desktop-version |
Cancellation policy div.oax_col > ul.oax_unstyled_list > li.oax_fl > a |
Map information div.oax_col > ul.oax_unstyled_list > li.oax_fl > a |
These items highlight common accessibility best practices.
A+Landmark Structure4 landmarksPASS
AAlt Text Quality1 of 67 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 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
A+Form AccessibilityAll 4 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #searchField | text | Search | for/id |
| input | submit | start search | aria-label |
| #consentCheck1 | checkbox | Information on advertising and tracking | for/id |
| #consentCheck2 | checkbox | Consent to transfer data outside the EEA | for/id |