Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding7 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
AHeading Hierarchy14 headings, 1 skip(s)PASS
- H1 The clean stack for Artisans and agents.
- H2 Ship web apps with theAI-enabled framework
- H3 A framework for developers and agents
- H3 Laravel Cloud takes you from local to live in seconds
- H3 Check pull requests from your team (or agents) in preview environments
- H3 Monitor and fix issues with Nightwatch
- H3 The best partner to any front-end
- H2 Create without limits. What will you ship?
- H2 Trusted by millions of developers all over the world
- H2 We’ll see you in Tokyo
- H4 Products skipped
- H4 Packages
- H4 Resources
- H4 Partners
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 18 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality82 links, 30 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://github.com/laravel/laravel | 84K | new tab | Add '(opens in new tab)' to text |
| https://github.com/laravel | Laravel on GitHub | new tab | Add '(opens in new tab)' to text |
| https://x.com/laravelphp | Laravel on X | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@LaravelPHP | Laravel on YouTube | new tab | Add '(opens in new tab)' to text |
| https://discord.com/invite/laravel | Laravel on Discord | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://github.com/laravel/laravel; https://github.com/laravel; https://x.com/laravelphp; https://www.youtube.com/@LaravelPHP; https://discord.com/invite/laravel
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
A+Dark Mode SupportFull dark mode supportPASS
Detection limited to meta tags and inline styles.
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 |
|---|---|---|---|---|---|
| h1 The clean stack for … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Ship web apps with t… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 AI- | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 framework | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Create without limit… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trusted by millions … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 We’ll see you in | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 A framework for deve… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Laravel Cloud takes … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Check pull requests … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Monitor and fix issu… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The best partner to … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Laravel - The clean … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Framework | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Products | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Resources | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Events | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Docs | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span 84K | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Sign in | 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, 25 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 |
|---|
Deploy on Cloud div.relative > div.container > div.mt-12 > a.group/button |
EVENTS div.flex > span.mb-6 > span.group/badge > span.uppercase |
CLAIM YOUR TICKET div.relative > div.relative > div.flex > a.group/button |
Laravel is the most productive way to
build, deploy, and monitor software. div.mx-auto > div.flex > div.w-full > p.text-xl |
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 |
|---|
Products div.flex > div.grid > div.mt-14 > h4.mb-8 |
These are opportunities to improve keyboard navigation in your application.