Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure8 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
BLink & Button Quality1 issue(s) across 427 links and 14 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.continental.com/fr-fr/ | France | img no alt | Add alt attribute to the image |
| https://www.continental-jobs.com | Jobs at Continental | new tab | Add '(opens in new tab)' to text |
| https://www.continental-tires.com/car/ | Continental Tires | new tab | Add '(opens in new tab)' to text |
| https://jobs.continental.com/en/#/ | Job Portal | new tab | Add '(opens in new tab)' to text |
| /en/press/studies-publications/figures-d… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Figures Data Facts | |||
| /fileadmin/__imported/sites/corporate/_i… | The 2025 annual report covers … | new tab | Add '(opens in new tab)' to text |
| https://www.continental-tires.com/about/… | Rolling resistance | new tab | Add '(opens in new tab)' to text |
| /en/press/press-releases/20251211-rollin… | press release | new tab | Add '(opens in new tab)' to text |
| /en/career/what-we-are-working-on/ | What We are Working on … | img no alt | Add alt attribute to the image |
| /en/career/working-at-continental/ | Working at Continental … | img no alt | Add alt attribute to the image |
| /en/career/our-range-of-jobs/ | Our Range of Jobs … | img no alt | Add alt attribute to the image |
| /fileadmin/__imported/sites/corporate/_i… | Investor Presentation October … | new tab | Add '(opens in new tab)' to text |
| /en/press/press-releases/20260304-fiscal… | Continental Targets Higher Ear… | img no alt | Add alt attribute to the image |
| /fileadmin/__imported/sites/corporate/_i… | 2025 Annual Report: Charting N… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/Continental | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@continental | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/c/ContinentalCor… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/continental_ca… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/contine… | new tab | Add '(opens in new tab)' to text | |
| https://www.glassdoor.com/Overview/Worki… | Glassdoor | new tab | Add '(opens in new tab)' to text |
| https://www.continental-industry.com/ | ContiTech | new tab | Add '(opens in new tab)' to text |
| https://www.continental-tires.com/ | Tires | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
/en/press/studies-publications/figures-data-facts/ ("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.continental-jobs.com; https://www.continental-tires.com/car/; https://jobs.continental.com/en/#/; /fileadmin/__imported/sites/corporate/_international/english/hubpages/30_20in…; https://www.continental-tires.com/about/sustainability/activities-and-initiat…; /en/press/press-releases/20251211-rolling-resistance/; /fileadmin/__imported/sites/corporate/_international/english/hubpages/30_20in…; /fileadmin/__imported/sites/corporate/_international/english/hubpages/30_20in…; https://www.facebook.com/Continental; https://www.tiktok.com/@continental (+6 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
B404 Error PageHTTP 404, custom pageREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
AHeading Hierarchy5 headings, 1 skip(s)PASS
- H1 Welcome to Continental
- H3 Low Rolling Resistance, Optimal Grip: skipped
- H2 Career at Continental
- H2 Sustainability at Continental
- H2 Continental in Facts and Figures
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
A+Alt Text QualityAll 11 images OKPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| tx_solr[q] | text | (Search) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="tx_solr[q]">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Career at Continenta… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Sustainability at Co… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Continental in Facts… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Low Rolling Resistan… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Home | Continental -… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div You are currently on… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong Continental Global (… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| div website. To see your… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a France | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a See all locations | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Open Country Selecto… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Global | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong Frequently searched | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| a Annual Report | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Jobs at Continental | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Continental Tires | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong Suggestions | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| strong Go directly to | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| button Press | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Careers | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
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+Lighthouse Accessibility AuditsScore 95/100 — 2 failing, 29 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.
Names and labels
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 |
|---|
div.d-flex > div#c143038 > div.wrapper-0-0-1 > iframe#widget_0 div.d-flex > div#c143038 > div.wrapper-0-0-1 > iframe#widget_0 |
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 |
|---|
Low Rolling Resistance, Optimal Grip: div.col > div#c206099 > header.c-media__header > h3 |
These are opportunities to improve keyboard navigation in your application.