Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction2 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
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
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy47 headingsREVIEW
- H2 Laravel News
- H2 Search Articles
- H2 Laravel Newsletter
- H3 Launch Your Dream SaaS Application with SaaSykit
- H3 Get expert guidance in a few days with a Laravel code review
- H2 Partners
- H3 Get expert guidance in a few days with a Laravel code review
- H3 The agent-first dev environment for Laravel
- H3 Laravel Developers that Click into Place.
- H3 Laravel Cloud is here! Zero-config managed infrastructure for Laravel apps.
- H3 The Web Search API for Your LLM and AI Applications
- H3 The go-to PHP IDE with extensive out-of-the-box support for Laravel and its ecosystem.
- H3 Outsource to Acquaint Softtech, Sr. Laravel developers with AI expertise - $3000/Month
- H2 The latest
- H3 An Opinionated Agent Skill for Building REST APIs in Laravel
- H3 Launch Your Dream SaaS Application with SaaSykit
- H3 Generate, Parse, and Convert Documents in PHP with Paperdoc
- H3 Spatie Shares Their Coding Guidelines as AI Skills
- H3 AI Generative Engine Optimization for Laravel
- H3 Attach PDFs Directly to Mailables in laravel-pdf 2.6.0
- H2 Most Read
- H3 Spatie Shares Their Coding Guidelines as AI Skills
- H3 Redis Cluster Support for Queues in Laravel 13.5.0
- H3 Composer 2.9.6 Fixes Two Perforce Command Injection Vulnerabilities
- H3 Generate, Parse, and Convert Documents in PHP with Paperdoc
- H3 AI Generative Engine Optimization for Laravel
- H3 Passage: A Lightweight API Proxy Gateway for Laravel
- H2 Partners
- H2 Tutorials
- H3 Ship AI with Laravel: Your AI Agent Has Amnesia. Let's Fix It.
- H3 Ship AI with Laravel: Stop Your AI Agent from Guessing
- H3 Making Laravel MongoDB Operations Idempotent: Safe Retries for Financial Transactions
- H3 Ship AI with Laravel: Smart Ticket Triage with Structured Output
- H3 Build an AI Chat Agent with Laravel 12, MongoDB Atlas Vector Search, and Voyage AI
- H3 Building Transaction-Safe Multi-Document Operations in Laravel
- H2 Laravel Packages
- H3 An Opinionated Agent Skill for Building REST APIs in Laravel
- H3 Generate, Parse, and Convert Documents in PHP with Paperdoc
- H3 AI Generative Engine Optimization for Laravel
- H3 Passage: A Lightweight API Proxy Gateway for Laravel
- H3 Pretty PHP Info: A Modern Replacement for `phpinfo()`
- H3 Laravel QuickBooks MCP Server: Connect QuickBooks Online to AI Clients
- H3 ArtisanFlow: A Flowchart Engine for Laravel and Alpine.js
- H3 Manage Software Licenses in Laravel with Laravel Licensing
- H2 Subscribe to our newsletter
- H2 Laravel News
- H2 Search Articles
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding6 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
BLighthouse Accessibility AuditsScore 87/100 — 3 failing, 17 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 |
|---|
Polyscope - The agent-first dev environment for Laravel div.shadow-card > div > p > a |
Laravel Packages div.flex > div.flex > div.pt-4 > span.text-red-600 |
News div.flex > div.flex > div.pt-3 > span.text-red-600 |
View All Links→ div.flex > div.border > div.px-3 > a.inline-flex |
View All Jobs → div.relative > div.px-3 > div > a.inline-flex |
Post a Job → div.relative > div.px-3 > div > a.inline-flex |
Join free div > form > div.flex > button.inline-flex |
View all → section.py-20 > div.mx-auto > div.flex > a.inline-flex |
View all → section.py-32 > div.mx-auto > div.flex > a.inline-flex |
Join free div > form > div.flex > button.inline-flex |
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.flex > div.flex > div.aspect-[2/1] > a div.flex > div.flex > div.aspect-[2/1] > a |
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 html |
These items highlight common accessibility best practices.
A+Alt Text Quality1 of 81 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | none | |
| input | text | none |
ALink & Button Quality1 issue(s) across 140 links and 8 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://laravel-news.com/attach-pdfs-dir… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/laravelnews | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://laravel-news.com/attach-pdfs-directly-to-mailables-in-laravel-pdf-2-6-0
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
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/laravelnews
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+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 Laravel Newsletter | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Partners | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The latest | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Most Read | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Tutorials | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Laravel Packages | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Subscribe to our new… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Laravel News | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Search Articles | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Launch Your Dream Sa… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Get expert guidance … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Get expert guidance … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The agent-first dev … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Laravel Developers t… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Laravel Cloud is her… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The Web Search API f… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The go-to PHP IDE wi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Outsource to Acquain… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 An Opinionated Agent… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Launch Your Dream Sa… | 21.00:1 | 3.0: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.