Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction1 issue(s) across 75 links and 16 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /templates/websites/portfolio/hobby-phot… | Personal portfolio | img no alt | Add alt attribute to the image |
| /templates/apps/saas/lovable-slides | Lovable slides | img no alt | Add alt attribute to the image |
| /templates/websites/portfolio/architect-… | Architect Portfolio Website Te… | img no alt | Add alt attribute to the image |
| /templates/websites/blog/vesper | Fashion blog | img no alt | Add alt attribute to the image |
| /templates/websites/events/event-platfor… | Event Platform Website Templat… | img no alt | Add alt attribute to the image |
| /templates/websites/blog/perspective-lif… | Personal blog | img no alt | Add alt attribute to the image |
| /templates/websites/blog/lifestyle-blog-… | Lifestyle Blog | img no alt | Add alt attribute to the image |
| /templates/websites/ecommerce/ecommerce-… | Ecommerce Store Website Templa… | img no alt | Add alt attribute to the image |
| / | (empty) | empty | Add link text or aria-label |
| https://trust.lovable.dev | Trust center | new tab | Add '(opens in new tab)' to text |
| https://docs.lovable.dev/integrations/in… | Connections | new tab | Add '(opens in new tab)' to text |
| https://docs.lovable.dev/changelog | Changelog | new tab | Add '(opens in new tab)' to text |
| https://status.lovable.dev/ | Status | new tab | Add '(opens in new tab)' to text |
| https://docs.lovable.dev/introduction/we… | Learn | new tab | Add '(opens in new tab)' to text |
| /privacy | Privacy policy | new tab | Add '(opens in new tab)' to text |
| https://lovable.dev/legal | Enterprise terms | new tab | Add '(opens in new tab)' to text |
| /terms | General terms | new tab | Add '(opens in new tab)' to text |
| /desktop-app-terms | Desktop app terms | new tab | Add '(opens in new tab)' to text |
| /domain-registration-terms | Domain registration terms | new tab | Add '(opens in new tab)' to text |
| /platform-rules | Platform rules | new tab | Add '(opens in new tab)' to text |
| /abuse | Report abuse | new tab | Add '(opens in new tab)' to text |
| /security-issues | Report security concerns | new tab | Add '(opens in new tab)' to text |
| /data-processing-agreement | DPA | new tab | Add '(opens in new tab)' to text |
| https://discord.com/invite/lovable-dev | Discord | new tab | Add '(opens in new tab)' to text |
| https://reddit.com/r/lovable | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/Lovable | X / Twitter | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@lovable | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/lovable… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/templates/websites/portfolio/hobby-photographer"]; a[href="/templates/apps/saas/lovable-slides"]; a[href="/templates/websites/portfolio/architect-portfolio-1"]; a[href="/templates/websites/blog/vesper"]; a[href="/templates/websites/events/event-platform-1"]; a[href="/templates/websites/blog/perspective-lifestyle"]; a[href="/templates/websites/blog/lifestyle-blog-3"]; a[href="/templates/websites/ecommerce/ecommerce-store-1"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://trust.lovable.dev; https://docs.lovable.dev/integrations/introduction; https://docs.lovable.dev/changelog; https://status.lovable.dev/; https://docs.lovable.dev/introduction/welcome; /privacy; https://lovable.dev/legal; /terms; /desktop-app-terms; /domain-registration-terms (+9 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
BFavicon & Branding8 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
BLighthouse Accessibility AuditsScore 86/100 — 4 failing, 23 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.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Additional actions div.relative > form#chat-input > div.flex-wrap > span.inline-flex |
Build form#chat-input > div.flex-wrap > div.ml-auto > span.inline-flex |
Start voice recording form#chat-input > div.flex-wrap > div.ml-auto > span.inline-flex |
Additional actions div.relative > form#chat-input > div.flex-wrap > span.inline-flex |
Build form#chat-input > div.flex-wrap > div.ml-auto > span.inline-flex |
Start voice recording form#chat-input > div.flex-wrap > div.ml-auto > span.inline-flex |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div#chatinput > div.col-start-1 > div.tiptap |
div > div#chatinput > div.col-start-1 > div.tiptap |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
Build div.flex-wrap > div.ml-auto > span.inline-flex > button#radix-_r_2_ |
Build div.flex-wrap > div.ml-auto > span.inline-flex > button#radix-_r_h_ |
ALandmark Structure4 landmarksPASS
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
A+Heading Hierarchy14 headingsPASS
- H2 Build something Lovable
- H2 Meet Lovable
- H3 Start with an idea
- H3 Watch it come to life
- H3 Refine and ship
- H2 Discover templates
- H2 Lovable in numbers
- H1 AI App Builder
- H2 Ready to build?
- H3 Company
- H3 Product
- H3 Resources
- H3 Legal
- H3 Community
A+Alt Text QualityAll 10 images OKPASS
A+Form AccessibilityNo form controlsPASS
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 AI App Builder | 6.71:1 | 3.0:1 | #000000 | #FE5A2A | Pass |
| h2 Discover | 6.71:1 | 3.0:1 | #000000 | #FE5A2A | Pass |
| h2 Lovable | 6.71:1 | 3.0:1 | #000000 | #FE5A2A | Pass |
| h3 Start with an idea | 7.23:1 | 3.0:1 | #000000 | #FD58B4 | Pass |
| h3 Watch it come to lif… | 6.02:1 | 3.0:1 | #000000 | #FD3975 | Pass |
| h3 Refine and ship | 6.13:1 | 3.0:1 | #000000 | #FF4342 | Pass |
| h3 Company | 6.71:1 | 3.0:1 | #000000 | #FE5A2A | Pass |
| h3 Product | 6.71:1 | 3.0:1 | #000000 | #FE5A2A | Pass |
| h3 Resources | 6.71:1 | 3.0:1 | #000000 | #FE5A2A | Pass |
| h3 Legal | 6.71:1 | 3.0:1 | #000000 | #FE5A2A | Pass |
| h3 Community | 6.71:1 | 3.0:1 | #000000 | #FE5A2A | Pass |
| title AI App Builder | Vib… | 20.29:1 | 4.5:1 | #000000 | #FCFBF8 | Pass |
| a Skip to main content | 20.29:1 | 4.5:1 | #000000 | #FCFBF8 | Pass |
| span Get started | 20.29:1 | 4.5:1 | #000000 | #FCFBF8 | Pass |
| button Solutions | 20.29:1 | 4.5:1 | #000000 | #FCFBF8 | Pass |
| button Resources | 20.29:1 | 4.5:1 | #000000 | #FCFBF8 | Pass |
| a Community | 20.29:1 | 4.5:1 | #000000 | #FCFBF8 | Pass |
| a Pricing | 20.29:1 | 4.5:1 | #000000 | #FCFBF8 | Pass |
| a Security | 20.13:1 | 4.5:1 | #000000 | #FBFAF8 | Pass |
| span Log in | 19.54:1 | 4.5:1 | #000000 | #F5F7F8 | 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.