Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.D404 Error PageActionHTTP 404, custom pageFIX
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
BLandmark Structure11 landmarksREVIEW
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
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
CHeading HierarchyAction21 headings, 2 skip(s)REVIEW
- H1 Homepage Content
- H1 Get Planning! These Foods Are So Easy to Grow in Your Garden duplicate H1
- H3 by LoveToKnow Editorial skipped
- H1 Get Planning! These Foods Are So Easy to Grow in Your Garden duplicate H1
- H3 by LoveToKnow Editorial skipped
- H2 New & Popular Topics
- H2 Top Reads
- H2 Life
- H2 Life
- H2 Parenting
- H2 Parenting
- H2 Home
- H2 Home
- H2 Food & Drink
- H2 Food & Drink
- H2 Celebrations
- H2 Celebrations
- H2 Quotes & Quips
- H2 Quotes & Quips
- H2 The Catalog
- H2 The Catalog
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
BAlt Text Quality3 of 51 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 image(s) |
| generic | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
BForm Accessibility2 of 16 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #q | search | search input | aria-label |
| input | submit | search button | aria-label |
| #q | search | search input | aria-label |
| input | submit | search button | aria-label |
| #q | search | search input | aria-label |
| input | submit | search button | aria-label |
| #home-page-newsletternewsletter-agree | checkbox | I agree to receive email communications from LoveToKnow.com | for/id |
| #newsletter-footernewsletter-agree | checkbox | I agree to receive email communications from LoveToKnow.com | for/id |
| #q | search | search input | aria-label |
| input | submit | search button | aria-label |
| #q | search | search input | aria-label |
| input | submit | search button | aria-label |
| #q | search | search input | aria-label |
| input | submit | search button | aria-label |
| input | text | (Type your email here...) | placeholder only |
| input | (Type your email here...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="email">; <input type="text">
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
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 13 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
4 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 Homepage Content | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h1 Get Planning! These … | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h1 Get Planning! These … | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 New & Popular Topics | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Top Reads | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h3 by LoveToKnow Editor… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h3 by LoveToKnow Editor… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| title LoveToKnow - Live a … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div ALL TOPICS | 17.14:1 | 4.5:1 | #000000 | #E8E8E8 | Pass |
| div Know | 8.54:1 | 4.5:1 | #000000 | #77B46F | Pass |
| a Life | 7.58:1 | 4.5:1 | #000000 | #67AA75 | Pass |
| a Lifestyle | 4.37:1 | 4.5:1 | #000000 | #3B8132 | Fail |
| a Relationships | 11.30:1 | 4.5:1 | #000000 | #DBB895 | Pass |
| a Wellness | 3.67:1 | 4.5:1 | #000000 | #5C6B4E | Fail |
| a Aging | 1.48:1 | 4.5:1 | #000000 | #083216 | Fail |
| a Astrology | 5.50:1 | 4.5:1 | #000000 | #568F61 | Pass |
| a Style | 1.25:1 | 4.5:1 | #000000 | #112111 | Fail |
| a Work Life | 1.52:1 | 4.5:1 | #000000 | #173038 | Fail |
| a Grief & Loss | 1.19:1 | 4.5:1 | #000000 | #181914 | Fail |
| a Diversity & Inclusio… | 6.47:1 | 4.5:1 | #000000 | #A28B71 | 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.
ALink & Button Quality189 links, 9 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.facebook.com/LoveToKnow | Follow us on Facebook | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/lovetoknow | Follow us on Twitter | new tab | Add '(opens in new tab)' to text |
| https://www.pinterest.com/lovetoknow/ | Follow us on Pinterest | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/LoveToKnow; https://twitter.com/lovetoknow; https://www.pinterest.com/lovetoknow/
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+Lighthouse Accessibility AuditsScore 98/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.
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 |
|---|
by LoveToKnow Editorial a.hero-link > section.hero-outer-mobile > div > h3 |
These are opportunities to improve keyboard navigation in your application.