Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction4 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
The skip-link anchor (e.g., `href="#main"`) points at an ID that has no corresponding element on the page. Activating the link does nothing -- a silent WCAG 2.4.1 failure that the visual link presence hides. Add `id="main"` (or whichever matches the href) to the target landmark.
Skip link points at an ID that doesn't exist on the page. The link looks fine visually but does nothing when activated -- silent WCAG 2.4.1 failure.
Learn more ▾ ▴
Find the target landmark (typically <main> or the first <h1>) and add `id="..."` matching the skip link's href fragment. Test by tabbing to the skip link and pressing Enter -- focus should jump to the target.
Source: WCAG 2.1 SC 2.4.1
FFavicon & BrandingAction1 icon(s) detectedFIX
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
CForm AccessibilityAction7 of 16 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #edit-keys | search | Search | for/id |
| #edit-pickup-location--2 | select | Location | for/id |
| #edit-pickup-date-date--2 | date | Date | for/id |
| #edit-pickup-time-time--2 | time | Time | for/id |
| #edit-dropoff-location--2 | select | Location | for/id |
| #edit-dropoff-date-date--2 | date | Date | for/id |
| #edit-dropoff-time-time--2 | time | Time | for/id |
| #edit-promotion-code--2 | text | Promotion code | for/id |
| #edit-url--2 | text | Leave this field blank | for/id |
| input | text | (none) | none |
| input | text | (none) | none |
| input | text | (none) | none |
| #edit-submit--3 | submit | (none) | none |
| #edit-submit--2 | submit | (none) | none |
| #edit-clear--2 | submit | (none) | none |
| input | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" id="edit-submit--3">; <input type="text">; <input type="text">; <input type="text">; <input type="text">; <input type="submit" name="op" id="edit-submit--2">; <input type="submit" name="op" id="edit-clear--2">
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
BLink & Button Quality3 issue(s) across 38 links and 16 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| #editCookieSettings | (empty) | empty | Add link text or aria-label |
| /cookies/documentation | Cookie documentation | new tab | Add '(opens in new tab)' to text |
| /content/properties-algarve-course-lets-… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Properties Algarve Course Lets Look Beira Serra | |||
| /content/xmas-zero-excess-rental-car | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Xmas Zero Excess Rental Car | |||
| http://www.javali.pt/ | JavaliCHS | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
#editCookieSettings
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.
/content/properties-algarve-course-lets-look-beira-serra ("Read more"); /content/xmas-zero-excess-rental-car ("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.
/cookies/documentation; http://www.javali.pt/
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
CTabindex Anti-PatternsAction0 positive, 9 -1-on-focusableREVIEW
BMobile-Readable Font Sizes96% of visible text renders at >= 12 CSS px (4 below threshold)REVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 15 fail WCAG AAREVIEW
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 |
|---|---|---|---|---|---|
| h1 Book Now / Get a Quo… | 2.01:1 | 3.0:1 | #000000 | #184267 | Fail |
| h2 Main navigation | 2.01:1 | 3.0:1 | #000000 | #184267 | Fail |
| h2 Pickup | 2.01:1 | 3.0:1 | #000000 | #184267 | Fail |
| h2 Dropoff | 2.01:1 | 3.0:1 | #000000 | #184267 | Fail |
| h2 Why choose RentCar4L… | 2.01:1 | 3.0:1 | #000000 | #184267 | Fail |
| h2 Choose your category… | 2.01:1 | 3.0:1 | #000000 | #184267 | Fail |
| h2 Footer | 2.01:1 | 3.0:1 | #000000 | #184267 | Fail |
| h3 Latest news | 2.01:1 | 3.0:1 | #000000 | #184267 | Fail |
| h3 Rent Car 4 Less | 2.01:1 | 3.0:1 | #000000 | #184267 | Fail |
| h3 Rent Car 4 Less | 2.01:1 | 3.0:1 | #000000 | #184267 | Fail |
| h3 About | 2.01:1 | 3.0:1 | #000000 | #184267 | Fail |
| h3 Social | 2.01:1 | 3.0:1 | #000000 | #184267 | Fail |
| title Rent Car 4 less - Al… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Search | 9.79:1 | 4.5:1 | #000000 | #69BBE0 | Pass |
| a Login | 6.08:1 | 4.5:1 | #000000 | #0893CF | Pass |
| div English | 6.36:1 | 4.5:1 | #000000 | #1B97CE | Pass |
| a Português | 2.01:1 | 4.5:1 | #000000 | #184267 | Fail |
| a Français | 2.01:1 | 4.5:1 | #000000 | #184267 | Fail |
| a Español | 2.01:1 | 4.5:1 | #000000 | #184267 | 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+Heading Hierarchy14 headingsPASS
- H2 Main navigation
- H1 Book Now / Get a Quote
- H2 Pickup
- H2 Dropoff
- H2 Why choose RentCar4Less
- H2 Choose your category according with your necessities
- H3 Latest news
- H4 Properties in the Algarve? Off course, let's look at Beira Serra
- H4 Xmas with a ZERO Excess Rental Car
- H3 Rent Car 4 Less
- H3 Rent Car 4 Less
- H3 About
- H2 Footer
- H3 Social
A+Heading Text QualityAll 14 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 11 images OKPASS
A+Form Input Types16 form control(s) checked, no type mismatchesPASS
A+Form Input Quality16 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en"PASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 92/100 — 4 failing, 26 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 |
|---|
Promotion code form#reservations-step-one--2 > div#edit-reservation--2 > div.js-form-item > label |
div.ch-form-bnnr > form#reservations-step-one--2 > div#edit-actions--2 > input#edit-clear--2 div.ch-form-bnnr > form#reservations-step-one--2 > div#edit-actions--2 > input#edit-clear--2 |
Passengers Vehicle span.category > span.header > span.title > span.cat |
These are opportunities to improve the legibility of your content.
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.top-menus-lang-menu > div.region > div#block-rentcar4less-theme-cookiesui > a.cookie-settings div.top-menus-lang-menu > div.region > div#block-rentcar4less-theme-cookiesui > a.cookie-settings |
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
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Rent this car span.category > span.footer > span.more > a.use-ajax |