Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile-Readable Font SizesAction10% of visible text renders at >= 12 CSS px (125 below threshold)FIX
F404 Error PageActionHTTP 404, bare pageFIX
FFavicon & BrandingAction1 icon(s) detectedFIX
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
CHeading HierarchyAction12 headings, 2 skip(s)REVIEW
- H1 Find Your New Home
- H1 Our Tradition of Excellence duplicate H1
- H3 New Home Concierge skipped
- H3 MyAccount
- H3 Galleries
- H3 Homebuying 101
- H3 Perry HomesIndustry Leading Warranty
- H3 Featured Homes
- H3 Why Perry Homes owners love us...
- H2 The Library
- H6 Perry Homes skipped
- H6 Our Markets
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
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
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
CLink & Button QualityAction5 issue(s) across 109 links and 41 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /tradition-excellence | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Tradition Excellence | |||
| /new-home-concierge | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: New Home Concierge | |||
| /about-my-account | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: About My Account | |||
| /photo-gallery | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Photo Gallery | |||
| /homebuying-101 | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Homebuying 101 | |||
| https://www.facebook.com/perryhomes | Perry Homes Facebook Page | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/perryhomesusa/ | instagram-icon | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@perryhomesusa | youtube-icon | new tab | Add '(opens in new tab)' to text |
| https://co.pinterest.com/perryhomes/ | pinterest-icon | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/perry-h… | linkedIn-icon | new tab | Add '(opens in new tab)' to text |
| https://www.houzz.com/professionals/home… | houzz-icon | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
/tradition-excellence ("Learn More"); /new-home-concierge ("Learn More"); /about-my-account ("Learn More"); /photo-gallery ("Learn More"); /homebuying-101 ("Learn More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/perryhomes; https://www.instagram.com/perryhomesusa/; https://www.youtube.com/@perryhomesusa; https://co.pinterest.com/perryhomes/; https://www.linkedin.com/company/perry-homes/; https://www.houzz.com/professionals/home-builders/perry-homes-pfvwus-pf~19555…
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
BIframe Accessibility2/4 iframe(s) missing title; 0 placeholder(s)REVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 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 Find Your New Home | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The Library | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 New Home Concierge | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 MyAccount | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Galleries | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Homebuying 101 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Featured Homes | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Why Perry Homes owne… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title New Homes by Perry H… | 1.20:1 | 4.5:1 | #000000 | #1B1919 | Fail |
| a Skip to main content | 4.17:1 | 4.5:1 | #000000 | #647363 | Fail |
| a Spring Savings Event… | 8.84:1 | 4.5:1 | #000000 | #95AF94 | Pass |
| span Find Your New Home | 14.90:1 | 4.5:1 | #000000 | #D2DCD1 | Pass |
| span Buying the Perry Way | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| span Get to Know Perry | 19.95:1 | 4.5:1 | #000000 | #F9F9F9 | Pass |
| span Galleries | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| span Warranty | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| span MyAccount | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| span Contact Us | 14.40:1 | 4.5:1 | #000000 | #D9D5D2 | Pass |
| span Find Your New Home | 11.78:1 | 4.5:1 | #000000 | #C3C2BE | Pass |
| span Find Your New Home | 12.28:1 | 4.5:1 | #000000 | #C6C6C4 | 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.
ALandmark Structure8 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 Text QualityAll 12 heading(s) have substantive, well-formed textPASS
AAlt Text Quality2 of 19 images have issuesPASS
| Issue | Count |
|---|---|
| filename | 1 image(s) |
| generic | 1 image(s) |
A+Form AccessibilityNo form controlsPASS
A+Form Input TypesNo form controls on this pagePASS
A+Form Input QualityNo form controls on this pagePASS
A+Mobile Keyboard & AutofillNo form controls -- mobile keyboard check is N/APASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-Patterns51 explicit tabindex attribute(s) checked, no anti-patternsPASS
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
A+Lighthouse Accessibility AuditsScore 95/100 — 3 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.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.flex > iframe body.flex > iframe |
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.
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 |
|---|
New Home Concierge div.pageAssembly > article.sm:w-[70.4339rem] > div.sm:gap-y-[1.6254rem] > h3.sm:text-[1.6254rem] |
Become a Perry Insider! body.flex > footer.flex > div.flex > h5#title-newsletter |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
MOVE-IN READY div.absolute > article.flex > div.relative > a.font-body |