Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DForm AccessibilityAction7 of 7 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| name | text | (Name) | placeholder only |
| (Email) | placeholder only | ||
| business | text | (Business) | placeholder only |
| website | text | (Current Website) | placeholder only |
| details | textarea | (Tell me about your project...) | placeholder only |
| budget | select | (none) | none |
| projectType | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select name="projectType">; <select name="budget">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="name">; <input type="email" name="email">; <input type="text" name="business">; <input type="text" name="website">; <textarea name="details">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
DMobile Keyboard & AutofillAction3/3 eligible field(s) missing autocomplete or inputmodeFIX
FFavicon & BrandingActionNo icons detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CMobile-Readable Font SizesAction83% of visible text renders at >= 12 CSS px (39 below threshold)REVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
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.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Your website is your | 2.27:1 | 3.0:1 | #000000 | #6C3932 | Fail |
| h2 Selected Work | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h2 Behind Appsero__ | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h2 What I do | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h2 Pretty isn't enough. | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h2 How we work | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h2 Kind words | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h2 Good design gets att… | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h2 Let's make something | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h3 Let's make it unforg… | 2.38:1 | 3.0:1 | #000000 | #6E3D34 | Fail |
| h3 Maison Lumière | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h3 Studio Noir | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h3 Sel & Safran | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h3 Aurelia Clinic | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h3 Atelier Rouge | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h3 Vance & Hale | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h3 Maison Vœux | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h3 Iris Moreau | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h3 Cedar Capital | 1.53:1 | 3.0:1 | #000000 | #3D2825 | Fail |
| h3 Maison Voyage | 1.53:1 | 3.0:1 | #000000 | #3D2825 | 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.
ALandmark Structure4 landmarksPASS
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
A+Heading Hierarchy32 headingsPASS
- H1 Websites witha point of view.
- H2 Your website is yourfirst impression.
- H3 Let's make it unforgettable.
- H2 Selected Work
- H3 Maison Lumière
- H3 Studio Noir
- H3 Sel & Safran
- H3 Aurelia Clinic
- H3 Atelier Rouge
- H3 Vance & Hale
- H3 Maison Vœux
- H3 Iris Moreau
- H3 Cedar Capital
- H3 Maison Voyage
- H2 Behind Appsero__
- H3 Hi, I'm the designer behind Appsero__.
- H2 What I do
- H3 Website Design
- H3 Website Development
- H3 Website Redesign
- H3 E-Commerce
- H2 Pretty isn't enough.
- H3 It needs to work.
- H2 How we work
- H3 DISCOVER
- H3 DESIGN
- H3 DEVELOP
- H3 LAUNCH
- H2 Kind words
- H2 Good design gets attention.
- H3 Great design gets remembered.
- H2 Let's make somethingunforgettable.
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 34 images OKPASS
ALink & Button Quality18 links, 2 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.instagram.com/appsero__/ | Instagram ↗ | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/appsero__/ | new tab | Add '(opens in new tab)' to text | |
| https://linkedin.com | new tab | Add '(opens in new tab)' to text | |
| https://x.com | X | new tab | Add '(opens in new tab)' to text |
| mailto:appsero7997@gmail.com | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.instagram.com/appsero__/; https://www.instagram.com/appsero__/; https://linkedin.com; https://x.com; mailto:appsero7997@gmail.com
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+Form Input Types1 input(s) using type=text where a specific type would helpPASS
A+Form Input Quality7 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-PatternsNo explicit tabindex attributes foundPASS
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 94/100 — 1 failing, 21 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.
Names and labels
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Select...
Website Design
Website Development
Website Redesign
E-Commerce
Other div.mt-20 > form.space-y-6 > div > select.w-full |
Select...
< $2k
$2k – $5k
$5k – $10k
$10k – $25k
$25k+ div.mt-20 > form.space-y-6 > div > select.w-full |
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.