Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
CLandmark StructureAction2 landmarksREVIEW
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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
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 |
|---|---|---|---|---|---|
| h1 Limo Hire Brisbane: … | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 Limo Hire Brisbane - | 1.12:1 | 3.0:1 | #000000 | #0D1217 | Fail |
| h2 Chauffeur Services | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Limo Hire for all Oc… | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 Limo Hire Brisbane | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 Get In Touch | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 Brisbane Limos | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 Brisbane Limousine H… | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 Sunset Limousines Cl… | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 About Sunset Limousi… | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 Brisbane's most Trus… | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 For Bookings : | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 Brisbane Limos | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 Fast and Reliable Li… | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 Brisbane Limo Hire | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 Fast and Easy Limo H… | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 Brisbane Limos | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 Limo Hire Brisbane | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 Easy Payment | 2.18:1 | 3.0:1 | #000000 | #464446 | Fail |
| h2 Safety Guarantee | 2.18:1 | 3.0:1 | #000000 | #464446 | 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.
AHeading Hierarchy54 headings, 1 skip(s)PASS
- H2 Limo Hire Brisbane - Affordable Chauffeur Services
- H1 Limo Hire Brisbane: Experience Luxury with Our Limo Services
- H2 Limo Hire for all Occasions.
- H2 Limo Hire Brisbane
- H2 Get In Touch.
- H3 Location
- H3 Phone
- H3 Email
- H2 Brisbane Limos
- H2 Brisbane Limousine Hire.
- H3 Easy Payment
- H3 Safety First
- H3 24/7 Availability
- H2 Sunset Limousines Client
- H2 About Sunset Limousines
- H2 Brisbane's most Trusted Limo Hire.
- H3 Long Distance Trips
- H3 Limo Tour Services
- H3 We Are Available 24 Hours
- H2 For Bookings : 0492 470 956
- H2 Brisbane Limos
- H2 Fast and Reliable Limousine Hire.
- H3 Brisbane's Best Limo Hire
- H2 Brisbane Limo Hire
- H2 Fast and Easy Limo Hire.
- H2 Brisbane Limos
- H2 Limo Hire Brisbane.
- H2 Easy Payment
- H2 Safety Guarantee
- H2 Quick Ride
- H2 Free Quotation
- H2 Cleared Chauffeurs
- H2 Book Ahead
- H2 Easy Payment
- H2 Safety Guarantee
- H2 Quick Ride
- H2 Free Quotation
- H2 Cleared Chauffeurs
- H2 Book Ahead
- H5 Limousine Service Reviews skipped
- H2 Our Customer Reviews.
- H2 Contact Us
- H2 Get In Touch.
- H3 Location
- H3 Phone
- H3 Email
- H2 Social Media :
- H2 24 Hour Limo Hire Available
- H2 Call Now & Enquire About Our Limousine Services
- H3 0492 470 956
- H2 Address
- H2 Contact
- H2 Hours
- H2 Social
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 10 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality83 links, 2 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.facebook.com/sunset.limousin… | Jki-facebook-light | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/sunset_limousi… | Jki-instagram-1-light | new tab | Add '(opens in new tab)' to text |
| https://x.com/sunset_limos | X-twitter | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/sunset-… | new tab | Add '(opens in new tab)' to text | |
| https://au.pinterest.com/sunset_limousin… | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/sunset.limousin… | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/sunset_limousi… | new tab | Add '(opens in new tab)' to text | |
| https://x.com/sunset_limos | X-twitter | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/sunset-… | new tab | Add '(opens in new tab)' to text | |
| https://au.pinterest.com/sunset_limousin… | new tab | Add '(opens in new tab)' to text | |
| https://sunset-limousines.betteruptime.c… | Services Status | new tab | Add '(opens in new tab)' to text |
| https://press.sunsetlimousines.com.au/su… | Press Release Kit | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/sunset.limousines.brisbane; https://www.instagram.com/sunset_limousines/; https://x.com/sunset_limos; https://www.linkedin.com/company/sunset-limousines/; https://au.pinterest.com/sunset_limousines/; https://www.facebook.com/sunset.limousines.brisbane; https://www.instagram.com/sunset_limousines/; https://x.com/sunset_limos; https://www.linkedin.com/company/sunset-limousines/; https://au.pinterest.com/sunset_limousines/ (+2 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
ALighthouse Accessibility AuditsScore 94/100 — 3 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 |
|---|
Limo Hire Brisbane div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Get in touch with us for quick assistance and booking inquiries. Our team is re… div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > p |
Brisbane Limos div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
About Sunset Limousines div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
0492 470 956 div.heading-section-title > h2.heading-title > span.style-color > span |
Brisbane Limos div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Contact Us div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Get in touch with us for quick assistance and booking inquiries. Our team is re… div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > p |
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 |
|---|
Limousine Service Reviews div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h5.elementor-heading-title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to content body.home > a.skip-link |
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.